Larry Gritz
Larry Gritz
KTX format
@Silverlan requested (on a different ticket): Support for the KTX-format would be great! https://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/
When using demosaicing mode "none", we need to use the real sensor resolution, not the "output resolution" of the processed, demosaiced image. Fixes #3115
### Discussed in https://github.com/OpenImageIO/oiio/discussions/3271 Originally posted by **jreichel-nvidia** January 12, 2022 I've a couple of questions about associated/unassociated alpha. I'm aware of the general explanations in #3267. 1. The supports()...
ImageInput: Errors that cause open() to fail did not close the file handle. This was reported as a problem with DDS, but after being urged to poke around at all...
First stab at this, it's experimental, the general organization may change as we extend it. * To get these features, you must build with `USE_CUDA=1`, in which case it will...
More cleanly separate the deep and non-deep cases.
OIIO attribute "plugins_override" causes externally found plugins to override built-in plugins with the same name (instead of the default of built-in plugins always winning). Also can be overridden with the...
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...
# 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,...
A few people have suggested that it would be helpful to extend ImageCache to properly manage "deep" files.