Different color result between ImageMagick 6.5.4-7 and ImageMagick 6.9.12-50 #189
-
I have had a PHP Website working for 7 years and have had no problems ImageMagick (old): ImageMagick 6.5.4-7 ImageMagick (new): ImageMagick 6.9.12-50 I run following command in ImageMagick 6.5.4-7 and ImageMagick 6.9.12-50, it returns different color results. [root@ImageMagickTest ~]# /usr/bin/convert -colorspace RGB "/home/share/from_file.jpeg" "/home/share/to_file.jpeg" JPG(to_file.jpeg) file generated with ImageMagick 6.9.12-50 looks darker in color. What is the reason for this and is there any easy way to maintain compatibility? Steps to Reproduce |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Try |
Beta Was this translation helpful? Give feedback.
Try
-colorspace sRGB
. RGB is linear, sRGB, non-linear.