HomeSort by relevance Sort by last modified time
    Searched refs:ConstituteImage (Results 1 - 8 of 8) sorted by null

  /external/ImageMagick/MagickCore/
constitute.h 28 *ConstituteImage(const size_t,const size_t,const char *,const StorageType,
constitute.c 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,
    [all...]
methods.h 207 #define ConstituteImage PrependMagickMethod(ConstituteImage)
    [all...]
  /external/ImageMagick/www/api/
constitute.php 55 <p class="text-center"><a href="constitute.php#ConstituteImage">ConstituteImage</a> &bull; <a href="constitute.php#PingImage">PingImage</a> &bull; <a href="constitute.php#PingImages">PingImages</a> &bull; <a href="constitute.php#ReadImage">ReadImage</a> &bull; <a href="constitute.php#ReadImages">ReadImages</a> &bull; <a href="constitute.php#WriteImage">WriteImage</a> &bull; <a href="constitute.php#WriteImages">WriteImages</a></p>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/constitute_8c.html" id="ConstituteImage">ConstituteImage</a></h2>
59 <p>ConstituteImage() returns an image from the pixel data you supply. The pixel data must be in scanline order top-to-bottom. The data can be char, short int, int, float, or double. Float and double require the pixels to be normalized [0..1], otherwise [0..QuantumRange]. For example, to create a 640x480 image from unsigned red-green-blue character data, use:</p>
62 image = ConstituteImage(640,480,"RGB",CharPixel,pixels,&amp;exception);
65 <p>The format of the ConstituteImage method is:</p>
68 Image *ConstituteImage(const size_t columns,const size_t rows,
  /external/ImageMagick/coders/
palm.c 838 affinity_image=ConstituteImage(256,1,"RGB",CharPixel,&PalmPalette,
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
Include.h     [all...]
  /external/ImageMagick/Magick++/lib/
Image.cpp     [all...]
  /external/ImageMagick/MagickWand/
magick-image.c     [all...]

Completed in 81 milliseconds