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

I merge big png files in one 15000x12000 in version 2.1.11 is very slowly than version 1.6.18. In version 2.1.11 merge time is 35 minutes and in version 1.6.18- 5...

When an external application already has its own threading technology (be it a thread-pool or w/e), it is hard to wire it to OpenImageIO's own thread-pool. If we enable multi-threading...

I just tried to install OpenImageIO on Windows 10, and came to the Site, where it is descriped, how to install it (https://sites.google.com/site/openimageio/building-oiio-on-windows). There, the link for QT4 is not...

Hi, I'm using OIIO on windows, built with python bindings. (release-2.0.11) In my python script I'm using `oiio.ImageBufAlgo.colorconvert(buf, buf, inColorspace, outColorspace, colorconfig=ocioconfig)` In the ocio config file, there is a...

**Describe the bug** I have a crash due to an image with a problem in the metadata. Here is the message from exifTool ``` > exiftool myimage.jpg | grep -i...

# Master list of `iv` feature requests Rather than proliferate scattered issues, let's coalesce all the requested iv features or changes here. Feel free to add comments with new suggestions,...

iv
feature request
good first issue
help wanted
Dev Days
devdays24

### Problem DDS file lock is not released when compression type is not supported. The DDSInput::open function opens the file (m_file = Filesystem::fopen(name, "rb");) and the early returns do not...

### Problem The support for metadata has been greatly improved in https://github.com/OpenImageIO/oiio/issues/1739. Unfortunately Exif contains many custom cases and it would be great to support more MakerNotes as they contain...

An "official" binary build could be great for windows VS2015. Since an appveyor CI is available, it should be "easy" to expose a zip with artefact. an 32 bit and...

In png_pvt.h line 475 else if (Strutil::iequals (colorspace, "sRGB")) { png_set_sRGB_gAMA_and_cHRM (sp, ip, PNG_sRGB_INTENT_ABSOLUTE); } It set the default intent is PNG_sRGB_INTENT_ABSOLUTE, which equals 3. However, if PNG file's own...