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.
This patch is originally written for a pretty specific use-case outlined below, but hopefully it's generic enough to be useful. It is sort-of a follow up to the maketx-patch that...
**Is your feature request related to a problem? Please describe.** I'm currently using OIIO to generate Big geotiffs (larger than 4GBytes). I get difficulties to manage custom Tiif tags TIFFTAG_GEOTIEPOINTS,...
**Describe the bug** When opening some RAW images I get a hard crash in my application when opening them with `raw:Demosaic = "none"`. Specifically the debugger says: ``` HEAP[prog.exe]: Heap...
ImageInput: Errors that cause open() to fail did not close the file handle. This was reported as a problem with DDS, but after being urged to poke around at all...
First stab at this, it's experimental, the general organization may change as we extend it. * To get these features, you must build with `USE_CUDA=1`, in which case it will...
More cleanly separate the deep and non-deep cases.
OIIO attribute "plugins_override" causes externally found plugins to override built-in plugins with the same name (instead of the default of built-in plugins always winning). Also can be overridden with the...
**Describe the bug** The _Writing ImageIO Plugins_ section of the documentation does not describe how to register the plug-in at run time. **To Reproduce** Steps to reproduce the behavior: 1....
As a developer building Python tools using OIIO, it would be great to be able to manage and use `ColorConfig` instances (including the default instance) using the OIIO Python bindings....
It would be very handy to have function(s) in ImageBufAlgo to adjust hue/saturation of the image. Either all image or some masked region. Having a case where region filled with...