GIF save failure
Posted: 2011-03-07T23:07:01-07:00
This works to save a black circle on transparent background (PNG)
But save to GIF fails...
Result is just a black square!
It was working last time I ran this (about a year ago)
Code: Select all
convert +antialias -size 15x15 xc:none -draw 'circle 7,7 3,3' ball.png
Code: Select all
convert +antialias -size 15x15 xc:none -draw 'circle 7,7 3,3' ball.gif
It was working last time I ran this (about a year ago)