new transparent image with border is all border color

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
jedierikb
Posts: 20
Joined: 2012-12-13T13:59:27-07:00
Authentication code: 6789

new transparent image with border is all border color

Post 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
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Re: new transparent image with border is all border color

Post 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.
Post Reply