Search found 1 match

by Dzedro
2018-09-04T03:24:53-07:00
Forum: MagickWand
Topic: The DrawMatte() method is now called DrawAlpha()
Replies: 1
Views: 42965

The DrawMatte() method is now called DrawAlpha()

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