[ImageMagick]
[sponsor]

DestroyMagick

DestroyMagick() destroys the ImageMagick environment.

The format of the DestroyMagick function is:

  DestroyMagick(void)

InitializeMagick

InitializeMagick() initializes the ImageMagick environment.

The format of the InitializeMagick function is:

  InitializeMagick(const char *path)

A description of each parameter follows:

path

The execution path of the current ImageMagick client.

IsMagickInstantiated

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)
 
© 1999-2006 ImageMagick Studio LLC