Searched refs:add_wand (Results 1 – 1 of 1) sorted by relevance
437 const MagickWand *add_wand) in MagickAddImage() argument446 assert(add_wand != (MagickWand *) NULL); in MagickAddImage()447 assert(add_wand->signature == MagickWandSignature); in MagickAddImage()448 if (add_wand->images == (Image *) NULL) in MagickAddImage()449 ThrowWandException(WandError,"ContainsNoImages",add_wand->name); in MagickAddImage()453 images=CloneImageList(add_wand->images,wand->exception); in MagickAddImage()