Anti-alias an image?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

See for a discussion of why GIF is a poor format for transparent images and how to work around transparency issues if you are force to use GIF instead of PNG.
User avatar
glennrp
Posts: 1147
Joined: 2006-04-01T08:16:32-07:00
Location: Maryland 39.26.30N 76.16.01W

Post by glennrp »

You could export a magnified image (say 400%) in GIF format, then use ImageMagick to resize it to the normal size while converting to PNG. That should automatically antialias it for you.
Post Reply