我需要使用ImageMagick,因为PIL没有我正在寻找的图像功能.但是,我想使用Python.
python绑定(PythonMagick)自2009年以来一直没有更新.我唯一能找到的就是os.system调用命令行界面,但这看起来很笨拙.
os.system
有没有办法直接使用ctypes和转换某种类型的API ?作为最后的手段,还有其他任何图书馆都有大量的ImageMagick图像编辑工具,我已经查看了吗?
ctypes
python ctypes image-manipulation imagemagick
ctypes ×1
image-manipulation ×1
imagemagick ×1
python ×1