OpenImageIO icon indicating copy to clipboard operation
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.

Results 280 OpenImageIO issues
Sort by recently updated
recently updated
newest added
trafficstars

I'm trying to force openexr output to be single threaded via OPENIMAGEIO_THREADS, but that seems to be impossible. Should it be possible? In exroutput.cpp's [set_exr_threads()](https://github.com/OpenImageIO/oiio/blob/master/src/openexr.imageio/exroutput.cpp#L265), we have: ``` int oiio_threads...

## Description This should address the following 2 issues when using MSVC: - MSVC does not set defines like `__SSE2__` or `__SSE4_2__` etc. we must do that ourselves - MSVC...

**Describe the bug** Broadly speaking there are two issues here: - MSVC's `/arch` switch only supports the following items[1]: `AVX|AVX2|AVX512` - MSVC does not define `__SSE4_2__`, or similar, meaning all...

**Describe the bug** When using ImageBuf, this file reports a divide-by-zero exception error. Please take a look This is a sample file. [XPPen_new_logo.zip](https://github.com/AcademySoftwareFoundation/OpenImageIO/files/14567847/XPPen_new_logo.zip) **OpenImageIO version and dependencies** v2.4.13.0 **To Reproduce**...

bug
texture / image cache
help wanted
difficulty/easy

In C++, it is straightforward to construct an ImageBuf that "wraps" an existing buffer without owning the memory, where you just give it the pointer to the memory and the...

feature request
help wanted
python
difficulty/easy

## Description This is intended to add support of R3D CUDA based decoder, which is much faster than R3D CPU only decoder. RED One clips are handled by the CPU....

High level TLDR: * If checked_find_package doesn't find a dependency (or it is not an acceptable version), it looks for `src/cmake/build_.cmake` and if that exists, includes it. It can do...

build / testing / port / CI

A small piece of the ongoing switch to std::format/print style text output. This part is for error and debugging output when reading/writing exr images. I also switched conditional compilation to...

https://openimageio.readthedocs.io/en/stable/imagebufalgo.html says: `All ImageBufAlgo functions take an optional nthreads parameter that signifies the maximum number of threads to use to parallelize the operation. The default value for nthreads is 0,...

bug
enhancement
feature request
good first issue
help wanted

**Is your feature request related to a problem? Please describe.** I was looking for 'an easy way in' to introduce arbitrary generated image content with minimal coding effort. My problem...