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.
As the first PRs are close to merging for C bindings (#2748), with the goal of also using this as a stepping stone to Rust bindings, I'm curious about your...
**Describe the bug** So, i don't really know what happens. If I'm executing the oiiotool to just read an video file (mp4), it creates the temporary destination file and then...
The `all` timer is often more advanced in time then anticipated: > [ 1082s] Timer begin/end cost is 8.01891e+06 /sec > [ 1082s] Out of 10000000 queries, 9774796 had no...
**Describe the bug** Linker error when try to link OpenImageIO.dll with dcmtk and link dependencies turned on: ``` 2>dcmdatad.lib(dcuid.cc.obj) : error LNK2019: unresolved external symbol __imp_GetAdaptersInfo referenced in function "struct...
I have downloaded using VcPkg the tools ready for handling of some Canon C200 RAW files (.CRM) media - but its coming up reporting as not being a format that...
Hi! I've compiled OIIO on Windows with MSC 1900 (Visual Studio 2015). I've specifically wanted it to have support for freetype, png, jpeg, tiff and openexr. Every dependency and oiio...
**Is your feature request related to a problem? Please describe.** In my projects, I prefer to have all the dependencies as submodules, which are then included in the projects CMake...
**Is your feature request related to a problem? Please describe.** When reading a texture file with OIIO, it is able to find the correct image reader if the extension is...
**Describe the bug** Using the Python library I'm having issues with reading certain TIFF files. For instance, trying to load [https://we.tl/t-ZZsr6n9Jcv](https://we.tl/t-ZZsr6n9Jcv) crashes OpenImageIO and the python interpreter. **To Reproduce** I'm...
It seems that pickling support is required for easily using ImageBuf / ImageSpec objects in multiprocessing in python. Therefore it would be great if pickling support could be added to...