GIF save failure

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
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

GIF save failure

Post 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)
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
straycat264
Posts: 5
Joined: 2011-02-16T10:16:54-07:00
Authentication code: 8675308

Re: GIF save failure

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