Page 1 of 1

The DrawMatte() method is now called DrawAlpha()

Posted: 2018-09-04T03:24:53-07:00
by Dzedro
There was this change: The DrawMatte() method is now called DrawAlpha().
Shouldn't be also -draw matte example in Transparent Canvas updated ?

Code: Select all

convert test.png -alpha set -fill none  -draw 'matte 0,0 reset' 
color_matte.png

Re: The DrawMatte() method is now called DrawAlpha()

Posted: 2018-09-04T08:58:03-07:00
by fmw42
-draw 'matte 0,0 reset' has become -draw 'alpha 0,0 reset' in ImageMagick 7