imagemagick - Converting JPEG colorspace (Adobe RGB to sRGB) on Linux -
I am generating thumbnails and middle-sized images from big photos. These small photographs are being displayed in an online gallery, many photographers are presenting using JPEG pictures. I was asked whether thumbnails and mid-size images can be used as "flat" images in some browsers.
I am currently using Image Magic to create small editions. It has a -colorspace option, but it does not look like I want.
Is there any other way to do this? Also, do you think it's fair?
You can select the ImageMagic -profile option:
< Code> convert image.jpg -profile sRGB.icc rgb_image.jpg
For more information see here:.
Comments
Post a Comment