How to use a lut from folder?
I put a 3dl lut in folder lut.
How to get access to it in SDK?
This is not working:
myImage2.adjust(by3dLut("lut/SedonaStandard.3dl"));
If I move 3dl lut to main folder it works well
0
-
Official comment
Hi Dmitrii.
Thanks for getting in touch. When using folders, you may need to replace the
/
with a:
instead in order to effectively escape it. UsingmyImage2.adjust(by3dLut("lut:SedonaStandard.3dl"));
should work for your use-case.Could you please give this a try and let me know how it goes?
Thanks,
-Danny
Post is closed for comments.
Comments
1 comment