Searched refs:add_wand (Results 1 – 1 of 1) sorted by relevance
434 const MagickWand *add_wand) in MagickAddImage() argument443 assert(add_wand != (MagickWand *) NULL); in MagickAddImage()444 assert(add_wand->signature == MagickWandSignature); in MagickAddImage()445 if (add_wand->images == (Image *) NULL) in MagickAddImage()446 ThrowWandException(WandError,"ContainsNoImages",add_wand->name); in MagickAddImage()450 images=CloneImageList(add_wand->images,wand->exception); in MagickAddImage()