Page 1 of 1

new transparent image with border is all border color

Posted: 2015-07-07T13:48:45-07:00
by jedierikb

Code: Select all

convert -size 200x200 xc:none -bordercolor purple -border 100x100 test.png
creates an entirely purple image. Was expecting a purple border around a transparent image.

Version: ImageMagick 6.9.1-4 Q16 x86_64 2015-06-03 on OSX

Re: new transparent image with border is all border color

Posted: 2015-07-07T14:37:17-07:00
by glennrp
Result looks OK to me, using IM-6.9.1-7 on Ubuntu. IM-6.9.1-4 behaves as you described. So you should upgrade.