[
About ImageMagick
Command-line Tools
Program Interfaces
] [ Install from Source Binary Releases Resources ] [ Download ] [ Links ] [ Sponsors Server Administration Support Forum ] |
DestroyMagick() destroys the ImageMagick environment. The format of the DestroyMagick function is: DestroyMagick(void) InitializeMagick() initializes the ImageMagick environment. The format of the InitializeMagick function is: InitializeMagick(const char *path) A description of each parameter follows: pathThe execution path of the current ImageMagick client. IsMagickInstantiated() returns MagickTrue if the ImageMagick environment is currently instantiated: InitializeMagick() has been called but MagickDestroy() has not. The format of the IsMagickInstantiated method is: MagickBooleanType IsMagickInstantiated(void) |