PythonMagick on Windows

Claudio Grondi claudio.grondi at freenet.de
Mon Dec 5 13:38:33 EST 2005


Adam Endicott wrote:
> Does anyone know anything about PythonMagick? I've got a project that
> could use ImageMagick, so I went looking around for PythonMagick, and
> I'm a bit lost.
> 
> I was able to download the PythonMagick source from the ImageMagick
> site, but I'm on Windows and don't have the ability to compile it. I
> found reference to a windows installer for PythonMagick on the wxPython
> wiki, but the links take me to procoders.net, which seems to have
> abandoned the project (at least I couldn't find anything to download).
> 
> So what's the state of this project?
> 
> Actually, I'm wondering if I would gain anything by using PythonMagick
> anyway. I'm going to be distributing a py2exe created executable that
> needs to do some image manipulation. Would I still need ImageMagick
> seperately installed on the client machine to use PythonMagick anyway?
> Or could it all be self contained? If I'd need to install ImageMagick
> on client machines anyway, I guess I can just use the commandline
> interface to ImageMagick from Python.
> 
> Thoughts/suggestions?
> 
Why is PIL *(Python Image Library) not suitable to do the graphics?

http://www.pythonware.com/products/pil/

Claudio




More information about the Python-list mailing list