I took the test Landscape_2.jpg image from https://github.com/recurser/exif-orientation-examples and attempted to normalize it to sRGB colorspace by running
Code: Select all
convert Landscape_2.jpg -colorspace sRGB Landscape_2-out.jpg
This effect can be most easily seen by flipping between the three images in quick succession:
- Original: http://i.imgur.com/WNrvE31.jpg
- 6.8.6-10: http://i.imgur.com/UPhepMK.jpg
- 6.8.7-10: http://i.imgur.com/AFWnNDV.jpg
The reason I'm trying to get to the bottom of this is that we're working on building a "normalize image for web" service using ImageMagick, and one of the desired steps is to convert any image that comes in from whatever its source colorspace is to sRGB.
Edited Thu Jan 16 01:24:17 EST 2014: It looks like imgur doesn't actually serve the original files uploaded, though the effect looks the same. I am happy to send the files I have to anyone who can't reproduce themselves. Also, I'm running on Debian GNU/Linux sid.