Basile Fraboni
Basile Fraboni
Hey team, I'm very new to Rust, and very new to using the Image-rs crate -- so please forgive the potential mistakes I could write/say. I'm trying to add a...
Second PR of two, following @lgritz and I discussions on memory tracking in the OIIO::ImageCache. - the memory tracking system from https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4322 is not sufficient to track OIIO public objects...
Second half of API changes to remove `nativespec` from `ImageCache` and `ImageBuf` for issue: https://github.com/AcademySoftwareFoundation/OpenImageIO/issues/4436 - it currently does not compile, I'm just opening this on to discuss with @lgritz...
We would like to reduce the memory usage of file descriptors in the `ImageCache` as we observed a large amount of duplicated data. This is mainly due to image descriptors...