Skip to content

TIFF image are not saved/read correctly #1558

Open
@mwestphal

Description

@mwestphal

Describe the bug

Writing and reading a TIF image does not provide expected results:

  • : BYTE image are saved correctly but the Y axis is inverted between save and read. It seem to be inverted when reading. The reading is incorrect here.

  • : SHORT image seems to be written correctly but on reading, the result seems different to the original image:

Left is actual, right is expected:

fail

  • : FLOAT image seems to be written or read incorrectly:

image

Some code is commented out in TestSDKImage.cxx because of this issue.

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    Status

    Investigate

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions