Page 1 of 1

Retain color mode of image

Posted: 2013-02-27T00:19:49-07:00
by pushpendra.singh
Hi ,

i am using Imagemagick to perform the image conversion.I wanted to retain the color of image while converting.
Please let me know the parameter i need to use to achieve...Anything will work fine either the input parameter for convert.exe or the attribute of struct _Image


Thanks for the help.

regards,
Pushpendra

Re: Retain color mode of image

Posted: 2013-03-05T18:06:43-07:00
by anthony
what you are wanting is unclear. The very meaning of conversion is to try and retain something about the original image, typically color.

So what is it you are actually trying to achieve?

Re: Retain color mode of image

Posted: 2013-03-05T20:14:58-07:00
by fmw42
Please identify your IM version and your exact command that is failing to maintain the input image color. If your input is jpg, then check to see if it is CMYK colorspace. That often is an issue and should be converted to sRGB preferably using profiles.

Perhaps post links to an example input and output image.