Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for multi-page TIFFs with differing dimensions #159

Open
ctrueden opened this issue Apr 3, 2014 · 3 comments
Open

Support for multi-page TIFFs with differing dimensions #159

ctrueden opened this issue Apr 3, 2014 · 3 comments
Milestone

Comments

@ctrueden
Copy link
Member

ctrueden commented Apr 3, 2014

There are no restrictions on whether the image planes contained in a multi-page TIFF have the same width and height as one another. In fact, we have an example where this is not the case; see tiff/ajeet/157-305-A1_P_201303151646.tif in the data share. It has 12 pages of different sizes. (As an aside: one of the planes is also over the 2GB limit somehow; we should investigate and support that as well, but that is a separate issue.)

SCIFIO should detect this situation and report one Image per unique width x height pair.

/cc @avivekan

@ctrueden ctrueden added this to the 1.1.0 milestone Apr 3, 2014
@ctrueden
Copy link
Member Author

ctrueden commented Apr 3, 2014

@hinerm: No rush on this. But it would be good to file another issue for the 2GB problem mentioned above. I was too lazy. 😉

@lannybroo
Copy link

This issue is important to me personally. Systems that I work with often produce multi-page tiffs with 4 pages: 2 related pages at one width x height, and 2 related pages at another width x height.

At the moment, my work-around for ImageJ1 was to write a plugin that gets triggered by HandleExtraFile types when it sees a TIFF with these system's custom extension which is ".mpt".

@ctrueden
Copy link
Member Author

There was a related bug report on the ome-users list about essentially this same limitation.

@hinerm hinerm modified the milestones: 1.X, unscheduled Oct 15, 2021
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

No branches or pull requests

3 participants