I know that the PIL does not have the amount of image functionality available so in that case I have to work with ImageMagick. But, I need to use Python only.
I have done my research and came to this point that the python bindings (PythonMagick) is not been updated since 2009.
I want to know can we access the API directly using ctypes and conversions of some sort?