PythonMagick on the wiki

Hello all,

I've added a PythonMagick info on the wiki at "WorkingWithImages" section. You can find it here:

(http://wiki.wxpython.org/index.cgi/WorkingWithImages). Then click on PythonMagick link.

BTW, to whoever changed/improved the page (Robin, was it you?) -- thanks, it looks much better now!

Copying parts of an earlier post... PythonMagick (http://www.procoders.net/moinmoin/PythonMagick) is a thin wrapper on GraphicsMagick (http://www.graphicsmagick.org/) which is a fork of ImageMagick. Magick documentation can be found at (http://www.graphicsmagick.org/www/Magick++/Documentation.html). It does many of the same things that PIL does (and I use them both) but it has one big advantage, it works with 16-bit (and 48-bit color) images. As far as using Python and supporting greater than 8-bit depth, its the only game in town. Currently there is no Linux installer (has something to do with boost.python??).

Works with wxPython quite nicely!

Bob