Reported:
viewtopic.php?f=3&t=16772&start=0
Search found 6 matches
- 2010-08-03T05:05:17-07:00
- Forum: Users
- Topic: ImageMagick TweakPng and sRGB
- Replies: 6
- Views: 12683
- 2010-08-03T05:03:10-07:00
- Forum: Bugs
- Topic: Rendering intent in mogrify / identify
- Replies: 3
- Views: 10162
Rendering intent in mogrify / identify
As initially described here:
http://www.imagemagick.org/discourse-server/viewtopic.php?p=61803
there may be a bug in either assigned or reported rendering intent with PNG files using 'mogrify -intent someintent somefile.png' followed by 'identify -verbose somefile.png'.
The error is exhibited by ...
http://www.imagemagick.org/discourse-server/viewtopic.php?p=61803
there may be a bug in either assigned or reported rendering intent with PNG files using 'mogrify -intent someintent somefile.png' followed by 'identify -verbose somefile.png'.
The error is exhibited by ...
- 2010-08-02T03:24:02-07:00
- Forum: Users
- Topic: ImageMagick TweakPng and sRGB
- Replies: 6
- Views: 12683
Re: ImageMagick TweakPng and sRGB
Actually, now that I compare the results of TweakPNG output with 'identify -verbose' output, I see that reported rendering intent is different. For example, TweakPNG is reporting 'Perceptual' after I assign 'Saturation' with mogrify, and 'identify -verbose' reports 'Saturation'. Since ImageMagick is ...
- 2010-08-02T03:00:06-07:00
- Forum: Users
- Topic: ImageMagick TweakPng and sRGB
- Replies: 6
- Views: 12683
Re: ImageMagick TweakPng and sRGB
Thanks for the tips, those are good.
OK, so it looks like 'mogrify -intent AnyValidIntent somefile' has the effect of both creating an sRGB chunk and giving it the specified rendering intent.
Amd if 'identify -verbose' reports any value other than 'unknown' for rendering intent, then you have an ...
OK, so it looks like 'mogrify -intent AnyValidIntent somefile' has the effect of both creating an sRGB chunk and giving it the specified rendering intent.
Amd if 'identify -verbose' reports any value other than 'unknown' for rendering intent, then you have an ...
- 2010-08-01T19:12:50-07:00
- Forum: Users
- Topic: ImageMagick TweakPng and sRGB
- Replies: 6
- Views: 12683
- 2010-08-01T19:10:09-07:00
- Forum: Users
- Topic: ImageMagick TweakPng and sRGB
- Replies: 6
- Views: 12683
ImageMagick TweakPng and sRGB
I'm looking for a way to process PNG images to:
- report which have embedded profiles
- for those without embedded profile, insert an sRGB chunk
I've been doing this with TweakPng and getting good results, but you have to do it by-hand for each file, and that won't scale.
Can I do this with mogrify ...
- report which have embedded profiles
- for those without embedded profile, insert an sRGB chunk
I've been doing this with TweakPng and getting good results, but you have to do it by-hand for each file, and that won't scale.
Can I do this with mogrify ...