Using Mask with images
Posted: 2011-12-01T01:38:31-07:00
Hi,
I try to create an Imagemask on this way: http://www.imagemagick.org/Usage/masking/#masks
The first step
works
The second step
throws an error:
I try to create an Imagemask on this way: http://www.imagemagick.org/Usage/masking/#masks
The first step
Code: Select all
convert -size 100x100 xc:none -stroke black -fill steelblue -strokewidth 1 -draw "circle 60,60 35,35" -strokewidth 2 -draw "line 10,55 85,10" drawn.png
The second step
Code: Select all
convert drawn.png -alpha extract mask.png
Does anybody know whats the problem?convert: UnrecognizedAlphaChannelType `extract'.