anti-aliased 2D vector graphics

Erik Max Francis max at alcyone.com
Fri Aug 1 15:31:34 EDT 2003


Andy C wrote:

> Where can I get a python package to draw such figures?  I googled and
> found
> PyX, I guess it outputs PostScript.  I guess I can get a PostScript to
> BMP
> converter or something.  Is there any other alternative?

One obvious solution would be to use GhostView to use PostScript to
generate an image, and then sample it down with a good resampling
library, like PNM.

-- 
   Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
 __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
/  \ As far as I'm concerned, being any gender is a drag.
\__/  Patti Smith




More information about the Python-list mailing list