开发者

Where can I find PythonMagick documentation?

开发者 https://www.devze.com 2022-12-23 02:32 出处:网络
I cant seem to find the PythonMagick (Bindings for ImageMagick) documentation anywhere开发者_Go百科. Even the download doesn\'t have a docs folder. Link please?I don\'t think it is active anymore. - l

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


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


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.


Check out my post here for a workaround.

Documents and examples of PythonMagick


Check out PIL : http://www.pythonware.com/products/pil/

IMHO, does a decent job.

0

精彩评论

暂无评论...
验证码 换一张
取 消