Python Imaging Library Question

Marek Kralewski mck at tuxwerk.de
Thu Oct 23 07:05:22 EDT 2008


Hi,

I am writing a script to convert EPS to PNG images. I need to set the
resolution (and geometry accordingly), since the rendered images are to
small. The resolution and geometry must be given as switches to the gs
command. Is there a way to overload the Ghostcript function in the
EpsImagePlugin.py file or to overload the plugin or to write a custom
plugin without interfering with the PIL?
The question hopefully seems trivial to a python programmer..

Thank you, Marek





More information about the Python-list mailing list