color problem while converting PDF to images

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
shuchisethi

color problem while converting PDF to images

Post by shuchisethi »

I have landed into a great Problem,
I am using ImageMagick 5.5.6 to convert PDF to image
using - "convert -density 300X300 Glacier.pdf Glacier[%d].jpg ". Later I am resizing them.
Now my problem is that the color of images have changes drastically, If the sea is of light blue in PDF, it has become dark blue in images.

Original image of PDF can be seen at - Image, while the same one created through ImageMagick can be seen at - Image

Please help me resolve the isssue asap
Post Reply