You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any ideas of how the results are changed upgrading from v0.6.1 to v0.7.0? I'll check that later if nobody does... (Catching a cold now and my mind goes blank...)
Here is the minimal codes I can provide so far:
using ImageCore, TestImages, SHA
img =RGB{Float64}.(testimage("lena_color_256"))
img_str =bytes2hex(sha256(reinterpret(UInt8, vec(rawview(channelview(img))))))