wand.api — Low-level interfaces

wand.api.load_library()

Loads the MagickWand library.

Returns:the MagickWand library and the ImageMagick library
wand.api.library = <CDLL 'libMagickWand.so.4', handle 2aa4ff0 at 2b5cad0>

(ctypes.CDLL) The MagickWand library.

wand.api.libc = <CDLL 'libc.so.6', handle 7f4906f1e9b0 at 2b692d0>

(ctypes.CDLL) The C standard library.

Related Topics

This Page