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

ustring cpp ``` ustring::TableRep* make_rep(string_view str, size_t hash) { char* repmem = pool_alloc(sizeof(ustring::TableRep) + str.length() + 1); return new (repmem) ustring::TableRep(str, hash); } ``` ``` ustring::TableRep* rep = make_rep(str, hash);...

When using the python API to get subimage names or oiiotool to get info on all the subimages, a 16-bit photoshop file saved from windows photoshop shows no subimages. Saving...

**Describe the bug** Hello, I meet a problem:ctest -j16 failed about [email protected] on centos8 ### Steps to reproduce the issue ```console os:centos8_x86_64 command:ctest -j16 errors: 1 - cmake-consumer (Failed) 3...

**Describe the bug** Occasionally idiff.exe refuses to shutdown on the blender CI environment, previously openexr was to blame here but with recent developments there that specific problem appears to be...

bug
internals

**Describe the bug** When looping over all key/value pairs in an EXR header using the python bindings to OpenImageIO, a field containing 0xFF values causes an awkward `RuntimeError: Could not...

python

**Describe the bug** Opening a HEIF image produced from a Sony ILCE-7M4 camera opens with the incorrect dimensions and image data tiled incorrectly. Example of image + issue below. I...

bug
file formats

**Is your feature request related to a problem? Please describe.** There is no way to check if an output format supports a quality setting, other than scrubbing the code for...

core APIs
feature request

**Is your feature request related to a problem? Please describe.** We have some huge DNG-files that we're unable to develop with the default memory allocation in libraw. **Describe the solution...

enhancement
file formats
good first issue

* OIIO Windows Maintainer Build Notes * These notes are for the OIIO Windows maintainer (Robin Rowe) for making improvements and fixes to build system. To document what we're doing....

**Describe the bug** I loaded two images from the same path. The file was changed between the two operations but since the file's modification time stayed the same (in seconds)...