Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:ConstituteImage

96 %  ConstituteImage() returns an image from the pixel data you supply.
102 % image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&exception);
104 % The format of the ConstituteImage method is:
106 % Image *ConstituteImage(const size_t columns,const size_t rows,
134 MagickExport Image *ConstituteImage(const size_t columns,const size_t rows,