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.
I've worked my way into some of the texture system code and wrote an example program using the batched version of OIIO::environment. I found the OIIO documentation sufficient but terse,...
Hey I tried building OIIO with OCIO on windows with QT6.6.2 and got the error the symbol glTexImage3D can't be resolved in iv ivgl_ocio.h. **OpenImageIO version and dependencies** Current master...
**Describe the bug** We employ the oiio library for reading and writing files before and after upscaling images. However, it saves CMYK images as RGB during export, although they appear...
To aid some memory accounting, add a method to ParamValueList and ImageSpec that return the memory cost (the size of the struct and all the allocated things hanging off of...
Like the existing Vector2i, but, you know, 3. Along the way, fixed a bug in the way the Vector2i type is represented as a string.
## Description Initial Exif and XML metadata support for JPEG XL. EXIF - works and enabled by default XML - works and enabled by default IPTC - that part need...
Track down and fix many places internal to OIIO where we were still using deprecated API calls. Add deprecation warnings to some things that have been nominally deprecated, but weren't...
In master, since we have raised the minimum Imath/OpenEXR to 3.x, no more 2.x, we no longer need generate our Imath.h and half.h from templates, they can be turned into...