Home | History | Annotate | Download | only in MagickWand

Lines Matching refs:combine_image

1707     *combine_image;
1715 combine_image=CombineImages(wand->images,colorspace,wand->exception);
1716 if (combine_image == (Image *) NULL)
1718 return(CloneMagickWandFromImages(wand,combine_image));