Date
1 - 1 of 1
Review: First pass at a ICCTransform
Malcolm Humphreys <malcolmh...@...>
https://github.com/imageworks/OpenColorIO/pull/87
Had sometime on the plane so did a first pass at a ICCTransform, which will be needed for 'iv color profiles/LUTs' on the https://github.com/OpenImageIO/oiio/wiki/GSoC-Idea-Page. Would like some feedback on where the filepath resolution should be? It's easy for me to add this in the Op but most other things have this in the Transform, is this where this logic should sit? I have not implemented the setInputMem(const void * inputPtr, int size) functions yet, but have added these to the transform interface, these would be used when loading icc profile embedded in file headers. .malcolm |
|