Shootfast
Shootfast
Hi, I am attempting to serialize a function from one heap, and restore it on another heap (within the same application instance), and I've hit an issue where if the...
**Describe the bug** It seems like a lot of the methods on the ImageBuf object don't work nicely with native pixels / per channel formats. I first had issues with...
This patch introduces support for handling `colr`, `gama`, `pasp`, and `fiel` atoms. These atoms are part of the Video Sample Description Extensions - documented here: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFChap3/qtff3.html#//apple_ref/doc/uid/TP40000939-CH205-124374 To access these atoms,...
Not sure if this sort of thing would be welcome in the upstream library, but I wrote a small tool to help me find the full path to each atom...
Following from a discussion on [slack](https://academysoftwarefdn.slack.com/archives/C05782U3806), there was a desire for `oiiotool` to be able to modify/supply parameters to its own `ImageInput` readers based on the connected `ImageOutput` writers. At...
The code was not early returning after finding the correct elf along LD_LIBRARY_PATH, which resulted in incorrect libraries being returned, particularly if there was an alternate lib in the default...
The old Iridas cube parser would silently convert double precision values to floats and continue working, wheras the current code will raise an "Invalid color triplets" error. This patch restores...