Home | History | Annotate | Download | only in MagickWand

Lines Matching full:flatten_image

8176               *flatten_image;
8179 flatten_image=MergeImageLayers(*images,FlattenLayer,exception);
8180 if (flatten_image == (Image *) NULL)
8183 *images=flatten_image;