Wrong colors after conversion PNG > JPG, why?
Posted: 2017-05-10T04:25:09-07:00
Hi,
I've converted this PNG to a JPG with the command:
(Version: Windows, ImageMagick 7.0.5-4 Q16 x64 2017-03-25)
Here are both images:
http://test.cerdmann.com/imagemagick/in.png
http://test.cerdmann.com/imagemagick/out.jpg
If you open them in Chrome or Firefox you will see that the JPG is a little bit brighter (or more saturated). And I don't understand why.
Both are in color space sRGB and there is no color profile involved:
Aside from that: If I open them in Photoshop or the Windows 10 image viewer both images are displayed identically.
In the browsers they aren't.
What am I missing here?
Thanks,
Christoph
I've converted this PNG to a JPG with the command:
Code: Select all
>magick in.png -quality 100 out.jpg
Here are both images:
http://test.cerdmann.com/imagemagick/in.png
http://test.cerdmann.com/imagemagick/out.jpg
If you open them in Chrome or Firefox you will see that the JPG is a little bit brighter (or more saturated). And I don't understand why.
Both are in color space sRGB and there is no color profile involved:
Code: Select all
>magick identify in.png
in.png PNG 512x512 512x512+0+0 8-bit sRGB 475KB 0.000u 0:00.000
>magick identify out.jpg
out.jpg JPEG 512x512 512x512+0+0 8-bit sRGB 404KB 0.000u 0:00.000
In the browsers they aren't.
What am I missing here?
Thanks,
Christoph