Searched defs:NewMagickWand (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/MagickWand/
H A Dmagick-wand.c1062 % NewMagickWand() returns a wand required for all other methods in the API.
1067 % The format of the NewMagickWand method is:
1069 % MagickWand *NewMagickWand(void)
1072 WandExport MagickWand *NewMagickWand(void)
1133 wand=NewMagickWand();
1050 WandExport MagickWand *NewMagickWand(void) function

Completed in 111 milliseconds