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.
**Describe the bug** I include the fmt library header before the OpenImageIO and get the compiler error. ``` #include #include ``` Detailed compilation errors ``` /usr/include/OpenImageIO/fmt/ostream.h:22:3: error: ‘buffer’ does not...
Hi, I directly use the makefile in the top-level folder to build on linux, but get error like below (I got the same error using cmake to generate makefile. I...
As render text with shadow with channel alpha, I don't get the same result that without channel alpha. Without channel alpha, shadow option permit to draw a dilated text in...
Following from a discussion on [slack](https://academysoftwarefdn.slack.com/archives/C05782U3806), there was a desire for `oiiotool` to be able to modify/supply parameters to its own `ImageInput` readers based on the connected `ImageOutput` writers. At...
**Describe the bug** I am trying to reencode an animated GIF from an `IOMemReader` to an `IOVecOutput`. All the code for copying the images and creating the output works except...
## Description This header file is architecture-dependent and can be stored as: - `/usr/include/i386-linux-gnu/jconfig.h` - `/usr/include/x86_64-linux-gnu/jconfig.h` Instead of: - `/usr/include/jconfig.h` That fixes build errors like this: ``` CMake Error at...
It looks like for some time setting the "oiio:ColorSpace" attribute when outputting an openexr file just got dropped on the floor. I don't think this was the original intended thing...
**Describe the bug** The internal "contiguize" operation used when shifting between different TypeDescs is broken if the formats also differ in number of channels. E.g. Taking data from a TypeDesc::FLOAT,1-channel...
## Description Enabling the implicit 64 to 32 bit conversion warnings shows several hundreds of them. This is my attempt to fix them all. ## Tests I have built the...
As render text with shadow with channel alpha, I don't get the same result that without channel alpha. Without channel alpha, shadow option permit to draw a dilated text in...