Converting EPS to GIF, loosing Transparency

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?".
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Converting EPS to GIF, loosing Transparency

Post by snibgo »

At 960 dpi, the strokes that make the characters are about 7 pixels thick. Resizing by 10% will make them less than one pixel thick. This will always make them "look bad", whatever you do about transparency.
snibgo's IM pages: im.snibgo.com
Post Reply