| ![[ImageMagick]](../../images/script.png) | ![[sponsor]](../../images/networkredux.png) |  |  | 
| [
      About ImageMagick
  ] [ Command-line Tools Processing Options Usage Program Interfaces MagickWand MagickCore PerlMagick Magick++ Architecture ] [ Install from Source Unix Windows Binary Releases Unix Mac OS X Windows Resources ] [ Download ] [ Site Map Links ] [ Sponsors: ] | IsMagickInstantiated() returns MagickTrue if the ImageMagick environment is currently instantiated: MagickCoreGenesis() has been called but MagickDestroy() has not. The format of the IsMagickInstantiated method is: MagickBooleanType IsMagickInstantiated(void) MagickCoreGenesis() initializes the MagickCore environment. The format of the InitializeMagick function is: 
  MagickCoreGenesis(const char *path,
    const MagickBooleanType establish_signal_handlers)
A description of each parameter follows: paththe execution path of the current ImageMagick client. establish_signal_handlersset to MagickTrue to use MagickCore's own signal handlers for common signals. MagickCoreTerminus() destroys the MagickCore environment. The format of the DestroyMagick function is: MagickCoreTerminus(void) |