Search found 3 matches
- 2014-09-26T04:39:20-07:00
- Forum: Users
- Topic: Problem converting gray image to sRGB
- Replies: 5
- Views: 2499
Re: Problem converting gray image to sRGB
IM v6.8.9-5 on Windows 8.1 gives 3 components for me. You are using a very old version of IM. I suggest you upgrade. My version is about half a year old and is the "official" package of my Linux distribution. I would not call that "very old". But you are right, the newest Windows version gives ...
- 2014-09-26T02:09:34-07:00
- Forum: Users
- Topic: Problem converting gray image to sRGB
- Replies: 5
- Views: 2499
Re: Problem converting gray image to sRGB
Thanks for your answer. However, the command you suggest does not work for me. See the following session transcript: $ identify -format "%[colorspace]" input.jpg Gray $ convert input.jpg -type truecolor output.jpg $ identify -format "%[colorspace]" output.jpg Gray $ exiftool output.jpg | grep "Color ...
- 2014-09-23T02:46:08-07:00
- Forum: Users
- Topic: Problem converting gray image to sRGB
- Replies: 5
- Views: 2499
Problem converting gray image to sRGB
Hi, using ImageMagick 6.7.7-10 2014-03-06 Q16 on Linux Mint 64-bit. I have a problem with converting some gray image to sRGB. I have lots of images in different colorspaces which already contain color profiles. Then I have a sRGB profile which I use to convert the gray images to sRGB using the ...