i'll be damned, the syntax difference indeed does the trick, thanks.
How do you install from the source on OSX ?
I used this "installer"-script (I manually updated some versions here and there).
Search found 5 matches
- 2012-07-28T12:02:39-07:00
- Forum: Users
- Topic: Color space changes after convert ?
- Replies: 10
- Views: 47266
- 2012-07-28T01:03:06-07:00
- Forum: Users
- Topic: Color space changes after convert ?
- Replies: 10
- Views: 47266
Re: Color space changes after convert ?
I see the same when using identify. When you do a cmd+i on the sample image (or use preview with the inspector) - it states: sample.jpg: colour space: "RGB" with colorprofile: sRGB sample_output: colour space: "gray" with colorprofile: sRGB Try opening in photoshop and you will receive an ICC error ...
- 2012-07-27T10:38:10-07:00
- Forum: Users
- Topic: Color space changes after convert ?
- Replies: 10
- Views: 47266
Re: Color space changes after convert ?
Original (resized in PS).
Output
Used the following:
Output
Used the following:
Code: Select all
convert -resize x600 sample.jpg -set colorspace RGB sample_output.jpg
- 2012-07-27T00:30:07-07:00
- Forum: Users
- Topic: Color space changes after convert ?
- Replies: 10
- Views: 47266
Re: Color space changes after convert ?
Thanks. I am using ImageMagick 6.7.8-6. Input/output is jpg. I have tried to add the -set colorspace RGB, but same result in the output image: colour space - gray. When opening the output image in photoshop I also receive this error: The embedded ICC profile cannot be used because the ICC profile is ...
- 2012-07-24T01:23:48-07:00
- Forum: Users
- Topic: Color space changes after convert ?
- Replies: 10
- Views: 47266
Color space changes after convert ?
I noticed a subtle difference in my photos after they are converted (they are black and white - in sRGB). It appears that the color space has changed to "gray", how can I keep it exactly the same during/after conversion ? http://i45.tinypic.com/2eb7at5.jpg I am only performing a "convert -resize".