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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -