Help Regarding write .DPX image

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wizards
Posts: 46
Joined: 2008-12-05T06:31:55-07:00

Help Regarding write .DPX image

Post by wizards »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Help Regarding write .DPX image

Post by magick »

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?
Post Reply