jreichel-nvidia

Results 3 issues of jreichel-nvidia

... = OIIO::ImageInput::open(extension, nullptr, ioproxy); works fine. But adding a config spec fails: OIIO::ImageSpec config; config["oiio:UnassociatedAlpha"] = 1; ... = OIIO::ImageInput::open(extension, &config, ioproxy); create() in imageinput.cpp:115 succeeds (and sets the...

TIFF export with EXIF metadata (e.g. oiio::ColorSpace) creates invalid TIFF files in the presence of an I/O proxy ("TIFF directory is missing required "ImageLength" field"). The reasons is that TIFFSetDirectory()...

**Describe the bug** We noticed a performance regressions between OIIO 2.5.16.0 and 3.0.0.3 when loading EXR files: With vcpkg 6e1219d^ (OIIO 2.5.16.0): t1: 0.00086496 t2: 0.0387352 sum: 0.0396002 With vcpkg...