pythonmagick的文档网上少的可怜,我都是一边看看头文件和源码一边猜用什么参数,有没有哪位大大用过,给点提示,或者给个链接,我自己能找到的都解决不了作者: haterw 时间: 2007-09-27 11:34
运行结果
>>> img.test("Gray")
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "ImageProcessor.py", line 178, in test
img.colorSpace(color)
Boost.Python.ArgumentError: Python argument types in
Image.colorSpace(Image, str)
did not match C++ signature:
colorSpace(Magick::Image {lvalue})
colorSpace(Magick::Image {lvalue}, MagickLib::ColorspaceType)