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

oiiowriter: fix YResolution value in the output images #589

Merged
merged 2 commits into from
Feb 20, 2017

Conversation

cchampet
Copy link
Member

Tested with TIFF images.

Clement Champetier added 2 commits February 17, 2017 14:30
* doc of this TIFF attribute:
http://www.awaresystems.be/imaging/tiff/tifftags/yresolution.html
* This oiio attribute is a float, and is compared to '1.0f' in several
oiio plugins.
* We had a problem with some ouput TIFF images, with YResolution set to
0, and so the player (rv in our test) does not display any data.
* Tuttle should continue to put it since all oiio plugins do not add it.
* Update the date format to write the same as oiio.
* See an example with TIFF:
https://github.com/OpenImageIO/oiio/blob/Release-1.6.16/src/tiff.imageio/tiffoutput.cpp#L475
@cchampet cchampet merged commit 72b002d into tuttleofx:develop Feb 20, 2017
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