I can see that there are quite a few changes concerning Images.
I have a two dimensional array with triples of UInt8 as entries. How do I make it work with ImageView.imshow?
As far as I understand, I must convert the UInt8 to the new type N0f8, but this does not seem to work.
julia> n0f8(UInt8(222))
ERROR: ArgumentError: FixedPointNumbers.Normed{UInt8,8} is an 8-bit type representing 256 values from 0.0 to 1.0; cannot represent 222