Problem with colors when converting from TIF to PNG
Posted: 2015-03-11T06:48:42-07:00
Hi all,
I have problem using ImageMagic (ImageMagick 6.9.0-10 Q16 x86_64 2015-03-10) and hope that you can help me. Issue is that colors in converted images do not match ones in original image.
Command that I was using is
Following instructions that I have found in other threads, I tried setting different options for -colorspace and -profile but no success.
Original image and converted one you can find here
https://www.dropbox.com/sh/scfr6x6athdi ... SbNJa?dl=0
Thanks for help.
Regards,
Miroslav
I have problem using ImageMagic (ImageMagick 6.9.0-10 Q16 x86_64 2015-03-10) and hope that you can help me. Issue is that colors in converted images do not match ones in original image.
Command that I was using is
Code: Select all
convert testimage.tif -quiet -strip -thumbnail 1280x1280 -quality 90 -depth 8 convert_testimage.png
Original image and converted one you can find here
https://www.dropbox.com/sh/scfr6x6athdi ... SbNJa?dl=0
Thanks for help.
Regards,
Miroslav