[Pythonmac-SIG] Packaging Imagemagick into wxPython standalones.

Christopher Barker Chris.Barker at noaa.gov
Mon Oct 15 19:34:29 CEST 2007


Jeremy Gibbs wrote:
> Has anyone had any experience using ImageMagick or PIL in a  
> standalone application to convert image types?

PIL works fine in a stand-alone in general, but....

both ImageMagik and PIL are raster format packages. EPS is a vector 
format, so I think both PIL and ImageMagik use ghostscript to render the 
EPS for you, and I think they both use it as an external application, so 
the users of your stand-alone are going to need to have ghostscript 
installed.

Also, when using ImageMagik, are you using the python bindings? or 
calling "convert" as a system call?

-Chris




-- 
Christopher Barker, Ph.D.
Oceanographer

Emergency Response Division
NOAA/NOS/OR&R            (206) 526-6959   voice
7600 Sand Point Way NE   (206) 526-6329   fax
Seattle, WA  98115       (206) 526-6317   main reception

Chris.Barker at noaa.gov


More information about the Pythonmac-SIG mailing list