Please help! I am trying to load in a file, resize it, apply a .cube LUT then write it out. I have the following so far, but I'm falling over between the oiio > ocio parts (one using an oiio.ImgBuf and the other using a pixel array) Have I missed something ? Is there an easier way to apply a .cube LUT to an image. Thanks for any pointers ! Trevor
to answer my own question: It seems I had the wrong idea about how the FileTransform worked. From Configs/nuke-default/make.py
: create the colorspace, then appy using oiio.ImageBufAlgo.colorconvert