Re: PIL Bug while converting EPS files to PNG

Karsten Wolf <[email protected]> Sat, 22 Dec 2012 17:57:03 +0100
Newsgroups gmane.comp.python.image
Message-ID <[email protected]>
Hi brandon,


the main flaw in eps-pil is it interchanges points and pixels, which  
are very different quantities.

PIL extracts the values from boundingBox (point) and uses them as  
pixel sizes to open the eps file. That's why pil converted eps files  
are at 72 dpi.

-karsten
_______________________________________________
Image-SIG maillist  -  [email protected]
http://mail.python.org/mailman/listinfo/image-sig