Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where can I find PythonMagick documentation?

I cant seem to find the PythonMagick (Bindings for ImageMagick) documentation anywhere. Even the download doesn't have a docs folder. Link please?

like image 423
agiliq Avatar asked Mar 15 '10 09:03

agiliq


3 Answers

I don't think it is active anymore. - look here

like image 67
Pratik Deoghare Avatar answered Nov 08 '22 10:11

Pratik Deoghare


I think Pratik Deoghare is wrong here, the article by his link was written in 2006, but PythonMagick was active as of September 2012.

There are 3 libraries to work with ImageMagick through Python:

  • PythonMagick, an object-oriented Python interface to ImageMagick, 0.9.8 is of 19-Sep-2012
  • PythonMagickWand, an object-oriented Python interface to MagickWand based on ctypes, revision 53 is of 21-Jan-2009
  • Wand, a ctypes-based ImageMagick binding library for Python, version 0.2.4 is of 28-May-2013

For more bindings see ImageMagick: Application Program Interfaces.

like image 42
Mirzhan Irkegulov Avatar answered Nov 08 '22 09:11

Mirzhan Irkegulov


Check out my post here for a workaround.

Documents and examples of PythonMagick

like image 42
David Kierans Avatar answered Nov 08 '22 09:11

David Kierans