However I am facing an issue I hope you can help me with.
I am loading several DPX files and saving them using the following code:
Code: Select all
image.read("image.dpx");
image.write("image_copy.dpx");
Thanks in advance!
Juan M.
Code: Select all
image.read("image.dpx");
image.write("image_copy.dpx");