Page 1 of 1

alpha minima >= maxima

Posted: 2015-10-24T20:09:01-07:00
by snibgo
I don't know if this is a recent bug, or a very old feature from when IM wasn't sure if alpha meant transparency or opacity. If it is an old feature, perhaps it is too late to be "corrected".

Code: Select all

%IM%convert xc:rgba(0,0,0,0.2) xc:rgba(0,0,0,0.9) +append -format %%[fx:minima.a] info:
0.899992

%IM%convert xc:rgba(0,0,0,0.2) xc:rgba(0,0,0,0.9) +append -format %%[fx:maxima.a] info:
0.2
Tested in v6.9.1-6 on Windows 8.1.

Re: alpha minima >= maxima

Posted: 2015-10-29T15:32:30-07:00
by magick
We can reproduce the problem you posted and have a patch in ImageMagick 6.9.2-5 Beta, available by sometime tomorrow. Thanks.