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

Commits on Jun 15, 2016

  1. oiiowriter: added choices to set the output compression used

    * 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.
    Clement Champetier committed Jun 15, 2016
    Configuration menu
    Copy the full SHA
    95720a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2016

  1. oiio writer: added 'storage' parameter to write scanLine or tiles images

    * Set the type of storage of the output file.
    * It could be scanLine (default) or tiles (64x64 pixels).
    Clement Champetier committed Jun 24, 2016
    Configuration menu
    Copy the full SHA
    69c26d7 View commit details
    Browse the repository at this point in the history