Hello All,
I am doing a small application by using ImageMagick with VC++.
I am loading .DPX image and made some changes to the image. After i Saved the .DPX file (by using write method of magick++) the image loosing some of the data. That is some of the pixels are too bright.
But i am getting correct result for .TIF and .JPG images.
Can you please help me what i have to do to get correct .DPX output image.
Thanks in Advance
Wizards
Help Regarding write .DPX image
Re: Help Regarding write .DPX image
Try identify -verbose on the before and after images. Is the original image in the Log colorspace and the final in RGB? Try comparing the two images with the compare program with the RMSE metric. See if there are actually any color differences. Are you using a modern version of ImageMagick?