OpenImageIO icon indicating copy to clipboard operation
OpenImageIO copied to clipboard

feat(raw): make the crop match in-camera JPEG

Open antond-weta opened this issue 6 months ago • 2 comments

Description

Make the 'display window' match the default crop, which is applied to in-camera JPEG.

Tests

Checklist:

  • [ ] I have read the contribution guidelines.
  • [ ] I have updated the documentation, if applicable.
  • [ ] I have ensured that the change is tested somewhere in the testsuite (adding new test cases if necessary).
  • [ ] If I added or modified a C++ API call, I have also amended the corresponding Python bindings (and if altering ImageBufAlgo functions, also exposed the new functionality as oiiotool options).
  • [ ] My code follows the prevailing code style of this project. If I haven't already run clang-format before submitting, I definitely will look at the CI test that runs clang-format and fix anything that it highlights as being nonconforming.

antond-weta avatar Aug 28 '24 07:08 antond-weta