Search found 5 matches
- 2015-11-19T03:40:22-07:00
- Forum: Bugs
- Topic: Sepia-Tone makes image blue
- Replies: 10
- Views: 7944
Re: Sepia-Tone makes image blue
I am confused: by snibgo » 2015-11-16T18:36:28+01:00: > Many of the effect filters (and colours in general) assume the input is sRGB, so you should convert to sRGB first. by snibgo » 2015-11-18T19:48:40+01:00: > No. Many filters assume the channels represent red, green and blue, but not that the c ...
- 2015-11-18T01:00:01-07:00
- Forum: Bugs
- Topic: Sepia-Tone makes image blue
- Replies: 10
- Views: 7944
Re: Sepia-Tone makes image blue
You got me wrong. I was not thinking about a full "do everything automatic for me" functionality. But if in fact, many filters seem rely on srgb. It would be quite convinient (and possible, or not?!) to let ImageMagick do the neccessary conversions by itself? Or at least, bring up a sensible warning ...
- 2015-11-17T09:12:14-07:00
- Forum: Bugs
- Topic: Sepia-Tone makes image blue
- Replies: 10
- Views: 7944
Re: Sepia-Tone makes image blue
I still dont get why ImageMagick has no automatics for converting to sRGB and back if needed. So i will have to implement that by myself.
Thanks for your enlightening answers!
Thanks for your enlightening answers!
- 2015-11-17T00:19:38-07:00
- Forum: Bugs
- Topic: Sepia-Tone makes image blue
- Replies: 10
- Views: 7944
Re: Sepia-Tone makes image blue
Thanks for your explanation! My thought always was, to convert colorspaces only if needed. In this case, we just want to print a given cmyk image - just with that sepia-tone applied. But if understand correctly, there is no other choice but converting to srgb before to get reasonable results. That ...
- 2015-11-16T09:59:57-07:00
- Forum: Bugs
- Topic: Sepia-Tone makes image blue
- Replies: 10
- Views: 7944
Sepia-Tone makes image blue
If i use the sepia filter on the following image: http://ops42.ms-visucom.de/temp/heart_test_cmyk.jpg while using the following command: convert heart_test_cmyk.jpg -sepia-tone 80% heart_test_cmyk_sepia.jpg the resulting image gets a blue tone: http://ops42.ms-visucom.de/temp/heart_test_cmyk_sepia ...