Thank you very much for the hard work! =o)
Cheers!
Juan M.
Search found 3 matches
- 2011-11-24T07:15:23-07:00
- Forum: Magick++
- Topic: Saving DPX in original format
- Replies: 4
- Views: 14693
- 2011-11-24T06:25:02-07:00
- Forum: Magick++
- Topic: Saving DPX in original format
- Replies: 4
- Views: 14693
Re: Saving DPX in original format
Thanks for the quick response. You can download the two files from: http://www.megaupload.com/?d=S6P3I67W.
sample.dpx is the original and sample_magick.dpx is the one saved by Magick++.
I will let you know if I can gather more information.
Cheers!
Juan M.
sample.dpx is the original and sample_magick.dpx is the one saved by Magick++.
I will let you know if I can gather more information.
Cheers!
Juan M.
- 2011-11-23T09:41:19-07:00
- Forum: Magick++
- Topic: Saving DPX in original format
- Replies: 4
- Views: 14693
Saving DPX in original format
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: image.read("image.dpx"); image.write("image_copy.dpx"); I have tried with several files ...