Saving DPX in original format
Posted: 2011-11-23T09:41:19-07:00
Hello! I am new to Magick++ and I can say it is a very confortable API to use =o)
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:
I have tried with several files and image_copy.dpx is always different from the original image, so I would like to know if there is a way of saving the DPX file in the original format.
Thanks in advance!
Juan M.
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.