Documents and examples of PythonMagick

后端 未结 6 974
长发绾君心
长发绾君心 2020-12-04 18:09

Where can I find the document and examples of PythonMagick?

I did a search on Google but no much information was found.

6条回答
  •  孤城傲影
    2020-12-04 18:43

    For anyone who is still trying to find the documentation of PythonMagick, PythonMagick is exactly the same as Magick++ (API for C++). here is the Magick++ documentation. For some specific parameter, you will need to find the type then the enumeration (e.g. gravity->PythonMagick.GravityType.thegravityyouwant)

提交回复
热议问题