Crate magick_rust

source ·
Expand description

“Safe” wrapper around the low-level bindings to ImageMagick.

Prior to using the ImageMagick system, the application should invoke magick_wand_genesis(), which maps directly to MagickWandGenesis. Likewise, when an application is done using ImageMagick, invoke the magick_wand_terminus() function, which maps to MagickWandTerminus.

Modules§

Structs§

Enums§

Traits§

Functions§

  • This function must be called before any other ImageMagick operations are attempted. This function is safe to be called repeatedly.
  • This function should be called when ImageMagick is no longer needed. This function is safe to be called repeatedly.