Color profile changes after using "montage" on PNG files
Posted: 2015-11-04T04:38:01-07:00
I've got some map tiles that I want to scale down and recombine by a factor of 2x2. The command I'm using goes like this:
This works correctly, but even though the input images images look identical in Gimp and Firefox, and the output image looks correct in Gimp, the colors of the output image are somehow warmer in Firefox. The output also seems to change from 8-bit PNG to 16-bit PNG.
This album shows the input and output images, as well as screenshots for gimp and Firefox side by side.
Is there anything I can do (either to the input images or the montage options) that fixes these colors?
Code: Select all
montage z0/0,0.png z0/1,0.png z0/0,1.png z0/1,1.png -geometry 256x256 z1/0,0.png
This album shows the input and output images, as well as screenshots for gimp and Firefox side by side.
Is there anything I can do (either to the input images or the montage options) that fixes these colors?