OpenImageIO
OpenImageIO copied to clipboard
Reading, writing, and processing images in a wide variety of file formats, using a format-agnostic API, aimed at VFX applications.
In [the docs](https://openimageio.readthedocs.io/en/v3.0.1.0/builtinplugins.html#jpeg-xl) `jpegxl:speed` is described as setting the speed of encoding, even though that's what `jpegxl:effort` directly above it does. The description even says > Note: in libjxl it...
There should be a mouse+modifier that splits the screen horizontally and/or vertically (depending on the mouse movement direction) of the current image and the previous image. (originally #292)
## Description This PR is intended to avoid the HEIF library version detection failure on the latest Nobara 41 and Fedora 41 as well as 42 distributions. There must be...
I'm trying to build OpenImageIO 3.0.1.0 with libjxl support, but the build fails with the following error: ``` [ 62%] Building CXX object src/libOpenImageIO/CMakeFiles/OpenImageIO.dir/__/jpegxl.imageio/jxlinput.cpp.o [ 62%] Building CXX object src/libOpenImageIO/CMakeFiles/OpenImageIO.dir/__/jpegxl.imageio/jxloutput.cpp.o...
## Description This is my initial stab at creating an (official?) wrapper for OIIO in Rust. The current goal is to tackle one module/class at a time and get it...
originally #290
We need a document for developers explaining how to run the testsuite, how and when to update test reference output, how to add new tests or approach testing for new...
**Describe the bug** This is just to create an issue related to this very long thread on Slack: https://academysoftwarefdn.slack.com/archives/C05782U3806/p1743211403165799 There were multiple problems and @lgritz fixed one here: https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4685 I...
Our minimum supported python version is 3.7 currently (soon to be 3.9, I suspect). Python 2.x is long gone for us, but lots of our python examples still haven't embraced...
**Is your feature request related to a problem? Please describe.** It would be great to have the opportunity to load unfinished or corrupted EXR images as is. Currently, we can't...