Larry Gritz
Larry Gritz
Jeremy says: Pan and zoom should work the same as every other app. Middle mouse pans. Right mouse zooms. The 'bottom-left to top-right' diagonal should determine the zoom amount, such...
Probably not very high priority, but there was some discussion about supporting DPX 1-bit images. Kevin Wheatley said: 1 bit DPX images are generated by Northlight scanners as a secondary...
libtiff 4.0 added support for zstd compression (lossless) and webp (lossy), and the newly-released 4.3 adds LERC compression (lossy, error-bounded). I've also heard that the astronomical imaging community have found...
At the moment, the latest release is 3.0.1. But also at the moment, if you build from master -- which contains everything in 3.0.1, and maybe more -- it reports...
Looks like our Mac- and Windows-based CI tests are not building or testing the python bindings. (The Linux ones are.)
Matrix44 methods multDirMatrix and multVecMatrix operate on Vec3, doing the math as if it were Vec4 with the last component of 0 and 1, respectively, and then projecting back to...
If I'm reading the code correctly, the C++ interface has operator overloading for VecN * MatrixNN, but the python bindings do not.
I could do this myself if you want, but I don't want Owen and me to trip over each other, so let me just file this as an issue and...
When certain dependencies aren't found, OCIO's build scripts will download and build them automatically. (Yay!) But then these files are left around intermixed with source, in the ext/ directory (which...
The fact that OpenEXR read methods (readPixels, readTiles, etc.) all require a prior call to setFrameBuffer() prevents truly concurrent reads by multiple threads because the calling application needs to maintain...