Home | History | Annotate | Download | only in MagickWand

Lines Matching defs:clut_image

7851               *clut_image,
7856 clut_image=RemoveFirstImageFromList(images);
7857 if (clut_image == (Image *) NULL)
7862 (void) ClutImage(image,clut_image,interpolate_method,exception);
7863 clut_image=DestroyImage(clut_image);