Code: Select all
convert earth_lights_4800.tif -colorspace sRGB -resize 500 -colorspace RGB earth_lights_srgb.png
Code: Select all
convert earth_lights_4800.tif -resize 500 earth_lights_direct.png
Code: Select all
convert earth_lights_4800.tif -colorspace sRGB -resize 500 -colorspace RGB earth_lights_srgb.png
Code: Select all
convert earth_lights_4800.tif -resize 500 earth_lights_direct.png
Code: Select all
convert earth_lights_4800.tif -colorspace RGB -resize 500 -colorspace sRGB earth_lights_colorspace.png
Code: Select all
identify -verbose rose: | grep Colorspace
then it has been updatedColorspace: sRGB