Search found 2 matches
- 2015-06-11T12:06:54-07:00
- Forum: Users
- Topic: Help needed with implementing color profile support
- Replies: 4
- Views: 1608
Re: Help needed with implementing color profile support
First of all, thank you for your replies! fmw42: Thanks for reminding me! I am using ImageMagick 6.8.9-8 Q16 x86_64 (output from identify -version), so the -colorspace bug regarding sRGB and RGB is not present. snibgo: Regarding the problem that I had: I had one base image and two JPEGs that were ...
- 2015-06-11T04:26:09-07:00
- Forum: Users
- Topic: Help needed with implementing color profile support
- Replies: 4
- Views: 1608
Help needed with implementing color profile support
Hello! I wish to implement color profile support in a simple bash script of mine which makes use of ImagMagick's convert. The script currently looks as follows: local ImgColorSpace=$(identify -format "%[colorspace]" "$InputDir/$Img") local ImgColorProfile="$sRGBColorProfile" if [ -n "$(identify ...