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

Fix tiled TIFF reading and writing #871

Merged
merged 2 commits into from Jan 31, 2014
Merged

Conversation

melissalinkert
Copy link
Member

If the image width and/or height are not multiples of the tile
dimensions, then the last tile in each row or column will be smaller
than the others.  This commit prevents an exception when that is the
case.
@melissalinkert
Copy link
Member Author

The easiest way to test this is in the context of ome/openmicroscopy#2029; exporting an OME-TIFF without this PR's commits will result in an exception.

@sbesson
Copy link
Member

sbesson commented Jan 29, 2014

@melissalinkert
Copy link
Member Author

Re-including as I believe the build issue is fixed.

@joshmoore
Copy link
Member

Full repo is green (http://ci.openmicroscopy.org/view/Failing/job/BIOFORMATS-5.0-merge-full-repository/639/). Merging & relaunching submods job.

joshmoore added a commit that referenced this pull request Jan 31, 2014
Fix tiled TIFF reading and writing
@joshmoore joshmoore merged commit 92e346e into ome:dev_5_0 Jan 31, 2014
@melissalinkert
Copy link
Member Author

--rebased-to #891

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants