The screenshot shows that one can select the demosaic method in Natron. I wasn’t aware of Natron being able to demosaic at all. Anyway, maybe have a look at the librtprocess project where the latest and fastest demosaickers from rawtherapee are available (I guess for natron demosaic speed is also important when using raw files)
What’s the demsoaic time for ahd demosaic using OpenImageIO for a typical MP size used in Natron?
I ask because librtprocess may be faster in this aspect (not for ahd demosaic, but for exeample amaze in librtprocess is faster than ahd, and rcd is even faster than amaze), and if it is not faster than in OpenImageIo, I will have a look, how you got to speed it up
OpenImageIO uses libraw to do the processing, and Natron uses OpenImageIO. If you really think librtdecode is a better option than libraw (which is probable), then this should be integrated in OpenImageIO, rather than adding this functionality in Natron. OpenImageIO is an industry standard and is supported by Sony Picture Imageworks. Natron is supported by… myself and a few crazy people.
It’s not about decode speed, it’s about demosaic speed. But you are absolutely right that natron would be the wrong place for doing this. OpenImageIo or libraw would be the right place to call the fast demosaicers from librtprocess.