Changing output resolution when converting EPS file to PNG in Python Imaging Library
Brandon George <[email protected]> Thu, 18 Oct 2012 07:35:00 -0700
| Newsgroups | gmane.comp.python.image |
|---|---|
| Message-ID | <CAK-73kUux7Te0VggA-h4kz4oBALoaAt-22JbW=Uu=dVbn=__fg@mail.gmail.com> |
I wrote a simple implementation of PIL to convert a list of EPS files to
PNG images. The problem is the PNG image is of pretty low quality. When I
save the image using im.save("file.png", dpi = (1000, 1000)) the increased
DPI does not result in a higher quality image. I believe this is due to the im
= Image.open("file.eps") importing in low resolution.
Is there a way to import the EPS file into a higher resolution "im" object?
Thanks in advance. I also have a stackoverflow question about this matter
but haven't received any fixes. It is here
<http://stackoverflow.com/questions/12900435/changing-output-resolution-when-converting-eps-file-to-png-in-python-imaging-lib>in
case you would like to see my script.
Thanks again.
Brandon
_______________________________________________
Image-SIG maillist - [email protected]
http://mail.python.org/mailman/listinfo/image-sig