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

[WIP] Use oiio plugins to handle EXR files #563

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

cchampet
Copy link
Member

@cchampet cchampet commented Jun 15, 2016

  • These are the compressions available in the exrwriter plugin.
  • I implement this in the oiiowriter to delete the exr plugins when all
    of their features will be available in oiio plugins.

TODO:

  • oiioreader: added param to decode display/data window (exrreader outputData parameter).
  • oiiwriter: added param to write scanline or tiles images 69c26d7
  • oiioreader: validate the decoding of exr files of all types (16f, 32i and 32f).
  • remove EXR reader/writer plugins.

* These are the compressions available in the exrwriter plugin.
* I implement this in the oiiowriter to delete the exr plugins when all
of their features will be available in oiio plugins.
* Set the type of storage of the output file.
* It could be scanLine (default) or tiles (64x64 pixels).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant