python 在哪里可以找到 PythonMagick 文档?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/2445985/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Where can I find PythonMagick documentation?
提问by agiliq
I cant seem to find the PythonMagick (Bindings for ImageMagick) documentation anywhere. Even the download doesn't have a docs folder. Link please?
我似乎无法在任何地方找到 PythonMagick(ImageMagick 的绑定)文档。即使下载也没有 docs 文件夹。请问链接?
回答by Mirzhan Irkegulov
I think Pratik Deoghareis wrong here, the article by his link was written in 2006, but PythonMagick was active as of September 2012.
我认为Pratik Deoghare在这里是错误的,他链接的文章是在 2006 年写的,但是 PythonMagick 在 2012 年 9 月是活跃的。
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
- 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
- PythonMagick,ImageMagick 的面向对象的 Python 接口,0.9.8 发布于 2012 年 9 月 19 日
- PythonMagickWand,基于 ctypes 的MagickWand面向对象的 Python 接口,修订版 53 于 2009 年 1 月 21 日
- Wand,一个基于 ctypes 的 ImageMagick Python 绑定库,版本 0.2.4 是 2013 年 5 月 28 日
For more bindings see ImageMagick: Application Program Interfaces.
有关更多绑定,请参阅ImageMagick:应用程序接口。
回答by David Kierans
回答by Nate
Check out PIL : http://www.pythonware.com/products/pil/
查看 PIL:http: //www.pythonware.com/products/pil/
IMHO, does a decent job.
恕我直言,做得不错。