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

OpenEXR basic support #1475

Merged
merged 47 commits into from
Jul 14, 2021

Commits on May 9, 2021

  1. Configuration menu
    Copy the full SHA
    0ad1732 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4e73a View commit details
    Browse the repository at this point in the history

Commits on May 10, 2021

  1. Configuration menu
    Copy the full SHA
    11a8c2a View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Configuration menu
    Copy the full SHA
    958a4ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d6cf83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0cccc0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    307f7be View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

  1. Configuration menu
    Copy the full SHA
    5e90731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7a0ef7 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2021

  1. add tests to openexr module, load alpha only if present in file or re…

    …quested, add some convenience functions to read and write f32 buffers using exr
    johannesvollmer committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4367914 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57e6d8e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5487eb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ea5607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9b3f3b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a9073d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dc534ac View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dccc0fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ad151b4 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6d43853 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bf08b3b View commit details
    Browse the repository at this point in the history
  12. implement original_color_type, add encoder trait implementation, remo…

    …ve exr error from public interface
    johannesvollmer committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    6712173 View commit details
    Browse the repository at this point in the history
  13. use alpha flag in constructor instead of mutating the flag (avoiding …

    …inconsistent color_type return values)
    johannesvollmer committed Jun 4, 2021
    Configuration menu
    Copy the full SHA
    4df8dc2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9ee062b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    724cc0c View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2021

  1. Configuration menu
    Copy the full SHA
    fa1bf36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    072fcfd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3b2bda View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    465f927 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2021

  1. Configuration menu
    Copy the full SHA
    7198c5a View commit details
    Browse the repository at this point in the history
  2. allow aligned buffers, make progress pub(crate), make image type alia…

    …ses public, rollback not buffering other formats,
    johannesvollmer committed Jun 7, 2021
    Configuration menu
    Copy the full SHA
    6f3ea90 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Configuration menu
    Copy the full SHA
    4276b44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61784de View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2021

  1. Configuration menu
    Copy the full SHA
    6d7c802 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. make helper functions private (plus re-implement the helper methods c…

    …opy&paste for external fuzzer test scripts)
    johannesvollmer committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    b18339d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    495e990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b3b349e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9838118 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5126f1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d0c6872 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    83148a3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d67a08b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6d729c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2021

  1. Configuration menu
    Copy the full SHA
    57a83b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab811e5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c6d68f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4710fd7 View commit details
    Browse the repository at this point in the history
  5. re-trigger CI

    johannesvollmer committed Jul 14, 2021
    Configuration menu
    Copy the full SHA
    899431f View commit details
    Browse the repository at this point in the history