简体   繁体   English

我在哪里可以找到PythonMagick文档?

[英]Where can I find PythonMagick documentation?

I cant seem to find the PythonMagick (Bindings for ImageMagick) documentation anywhere. 我似乎无法在任何地方找到PythonMagick(ImageMagick的绑定)文档。 Even the download doesn't have a docs folder. 即使下载也没有docs文件夹。 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. 我认为Pratik Deoghare在这里是错的,他的链接文章写于2006年,但截至2012年9月,PythonMagick仍处于活跃状态。

There are 3 libraries to work with ImageMagick through Python: 有3个库可以通过Python与ImageMagick一起使用:

  • PythonMagick , an object-oriented Python interface to ImageMagick, 0.9.8 is of 19-Sep-2012 PythonMagick是ImageMagick的面向对象Python接口,0.9.8是2012年9月19日
  • PythonMagickWand , an object-oriented Python interface to MagickWand based on ctypes, revision 53 is of 21-Jan-2009 PythonMagickWand ,基于ctypes的MagickWand的面向对象的Python接口,版本53是2009年1月21日
  • Wand , a ctypes-based ImageMagick binding library for Python, version 0.2.4 is of 28-May-2013 Wand是一个基于ctypes的Python ImageMagick绑定库,版本0.2.4是2013年5月28日

For more bindings see ImageMagick: Application Program Interfaces . 有关更多绑定,请参阅ImageMagick:应用程序接口

Check out my post here for a workaround. 在这里查看我的帖子以获得解决方法。

Documents and examples of PythonMagick PythonMagick的文档和示例

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

IMHO, does a decent job. 恕我直言,做得不错。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM