Skip to content

Problems with loading 32bit grayscale TIFF #177

Open
@alyst

Description

@alyst

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions