Skip to content

Unify metadata path between uncompressed and compressed - #300

Open
hmaarrfk wants to merge 1 commit into
imagej:masterfrom
hmaarrfk:stack-metadata
Open

Unify metadata path between uncompressed and compressed#300
hmaarrfk wants to merge 1 commit into
imagej:masterfrom
hmaarrfk:stack-metadata

Conversation

@hmaarrfk

Copy link
Copy Markdown

Compressed TIFF stacks take a different code path than uncompressed ones, and that path never applies the slice labels, ROI, overlay or properties. TiffDecoder already parses all of them, they just get dropped.

Our users mostly hit this as unnamed channels in multichannel images, which makes them quite hard to tell apart.

This applies the same metadata that FileOpener.openStack() already applies for uncompressed stacks, so nothing changes for uncompressed files. Please let me know what you think.

Compressed TIFF stacks take a different code path than uncompressed ones, and that
path never applies the slice labels, ROI, overlay or properties. TiffDecoder already
parses all of them, they just get dropped.

Our users mostly hit this as unnamed channels in multichannel images, which makes
them quite hard to tell apart.

This applies the same metadata that FileOpener.openStack() already applies for
uncompressed stacks, so nothing changes for uncompressed files. Please let me know
what you think.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant