Using '-evaluate Pow 1.25' still produces the error in ver38 & 39, '-evaluate Pow 1.00' does not produce the error.
In ver3 '-evaluate Pow 1.25' works good like gamma 0.8.
Search found 5 matches
- 2019-04-08T10:06:01-07:00
- Forum: Bugs
- Topic: Bad Colors with colorspace and gamma options
- Replies: 10
- Views: 23069
- 2019-04-08T08:42:00-07:00
- Forum: Bugs
- Topic: Bad Colors with colorspace and gamma options
- Replies: 10
- Views: 23069
Re: Bad Colors with colorspace and gamma options
The unsimplified command i am using is this:
magick.exe ..\fdc_o_ea.png ^
-colorspace CIELAB -intent Relative ^
-filter hermite -distort resize "1000x744!" ^
-colorspace sRGB -intent Relative ^
-gamma 0.8 -quality 00 -type TrueColor fdc_o_ea.PNG
Dropping 'truecolor' and 'intent Relative ' still ...
magick.exe ..\fdc_o_ea.png ^
-colorspace CIELAB -intent Relative ^
-filter hermite -distort resize "1000x744!" ^
-colorspace sRGB -intent Relative ^
-gamma 0.8 -quality 00 -type TrueColor fdc_o_ea.PNG
Dropping 'truecolor' and 'intent Relative ' still ...
- 2019-04-08T07:31:34-07:00
- Forum: Bugs
- Topic: Bad Colors with colorspace and gamma options
- Replies: 10
- Views: 23069
Re: Bad Colors with colorspace and gamma options
A:\z_zip\imagemagick\708-39>compare.exe -metric rmse test_708-38_fdc_o_ea.PNG original_fdc_o_ea.png null:
13129.2 (0.200338)
A:\z_zip\imagemagick\708-39>compare.exe -metric rmse test_708-03_fdc_o_ea.PNG original_fdc_o_ea.png null:
1567.21 (0.023914)
A:\z_zip\imagemagick\708-39>compare.exe ...
- 2019-04-07T15:23:39-07:00
- Forum: Bugs
- Topic: Bad Colors with colorspace and gamma options
- Replies: 10
- Views: 23069
Re: Bad Colors with colorspace and gamma options
Yes, 7.0.8-39 still produces the error.
- 2019-04-07T09:15:35-07:00
- Forum: Bugs
- Topic: Bad Colors with colorspace and gamma options
- Replies: 10
- Views: 23069
Bad Colors with colorspace and gamma options
On windows seven x64 using version 7.0.8-3 the image returns with good colors but with version 7.0.8-38 colors are distorted.
link to images: https://www.dropbox.com/sh/lzbule9mcn78oy4/AADNwFSZwcFhMqHJI-lOvyIKa?dl=0
magick.exe original_fdc_o_ea.png ^
-colorspace CIELAB -intent Relative ...
link to images: https://www.dropbox.com/sh/lzbule9mcn78oy4/AADNwFSZwcFhMqHJI-lOvyIKa?dl=0
magick.exe original_fdc_o_ea.png ^
-colorspace CIELAB -intent Relative ...