Page 1 of 1

GIF save failure

Posted: 2011-03-07T23:07:01-07:00
by anthony
This works to save a black circle on transparent background (PNG)

Code: Select all

convert +antialias -size 15x15 xc:none -draw 'circle 7,7 3,3'  ball.png
But save to GIF fails...

Code: Select all

convert +antialias -size 15x15 xc:none -draw 'circle 7,7 3,3'  ball.gif
Result is just a black square!

It was working last time I ran this (about a year ago)

Re: GIF save failure

Posted: 2011-03-08T10:19:13-07:00
by straycat264
Yeah - I get this consistently, and have done for the last few versions of IM.

It only seems to happen for small images. If you up the size to 15x18 or larger, it should work fine. Not a great solution, but the only one I've found to date.