Open
Description
The problems are with e.g. the TIFF image attached (generated by Incucyte S3 automatic live imaging microscope).
The original TIFF
Fiji does correctly load the image, but ImageMagick.jl (directly or via FileIO.load()) loads it as 1040×1408×2 Array{Gray{N0f32},3} with eltype Gray{Normed{UInt32,32}}
.
The [:, :, 1] image is all 0xFFFFFFFF, the [:, :, 2] image is all zeros (this looks similar to #99).
Metadata
Metadata
Assignees
Labels
No labels