wand.api
— Low-level interfaces¶
Changed in version 0.1.10: Changed to throw ImportError
instead of
AttributeError
when the shared library fails to load.
-
class
wand.api.
MagickPixelPacket
¶
-
class
wand.api.
PointInfo
¶
-
class
wand.api.
AffineMatrix
¶
-
class
wand.api.
c_magick_char_p
¶ This subclass prevents the automatic conversion behavior of
ctypes.c_char_p
, allowing memory to be properly freed in the destructor. It must only be used for non-const character pointers returned by ImageMagick functions.
-
wand.api.
library
¶ (
ctypes.CDLL
) The MagickWand library.
-
wand.api.
libc
¶ (
ctypes.CDLL
) The C standard library.
-
wand.api.
libmagick
¶ (
ctypes.CDLL
) The ImageMagick library. It is the same withlibrary
on platforms other than Windows.New in version 0.1.10.
-
wand.api.
load_library
()¶ Loads the MagickWand library.
Returns: the MagickWand library and the ImageMagick library Return type: ctypes.CDLL