I'm hoping I'm doing something basic but attempting to create transparent round corners only the left hand side is rounding
Code: Select all
convert -size 210x110 xc:none -draw "roundRectangle 10,10 210,110 10,10" mask.gif
convert src-file.gif -matte mask.gif -compose DstIn -composite output-file.png
Does anyone have any ideas what it could be?
Rgds
Paul