HomeSort by relevance Sort by last modified time
    Searched refs:ReadImage (Results 1 - 25 of 73) sorted by null

1 2 3

  /external/ImageMagick/PerlMagick/demo/
steganography.pl 9 $watermark->ReadImage('smile.gif');
15 $image->ReadImage('model.gif');
24 $stegano->ReadImage('stegano:model.png');
demo.pl 13 $x=$null->ReadImage('NULL:black');
17 $x=$model->ReadImage('model.gif');
23 $x=$smile->ReadImage('smile.gif');
232 $x=$gradient->ReadImage('gradient:#20a0ff-#ffff00');
326 $x=$plasma->ReadImage('plasma:fractal');
  /external/ImageMagick/PerlMagick/t/ps/
read.t 21 $x=$image->ReadImage('input.ps');
23 print "ReadImage: $x\n";
36 $x=$image->ReadImage('input.eps');
38 print "ReadImage: $x\n";
57 $x=$image->ReadImage('label:The quick brown fox jumps over the lazy dog.');
59 print "ReadImage: $x\n";
  /external/ImageMagick/PerlMagick/t/hpgl/
read.t 21 $x=$image->ReadImage('input.hpgl');
23 print "ReadImage: $x\n";
  /external/ImageMagick/PerlMagick/t/xfig/
read.t 21 $x=$image->ReadImage('input.fig');
23 print "ReadImage: $x\n";
  /external/ImageMagick/PerlMagick/t/x11/
write.t 22 $x=$image->ReadImage('congrats.miff');
read.t 33 $x=$image->ReadImage('label:The quick brown fox jumps over the lazy dog.');
35 print "ReadImage: $x\n";
  /external/ImageMagick/MagickCore/
constitute.h 32 *ReadImage(const ImageInfo *,ExceptionInfo *),
  /external/ImageMagick/PerlMagick/t/
subroutines.pl 66 $status=$background->ReadImage($background_name);
69 $errorinfo = "Readimage ($background_name): $status";
83 $status=$composite->ReadImage($composite_name);
86 $errorinfo = "Readimage ($composite_name): $status";
106 $status=$refimage->ReadImage("$refimage_name");
109 $errorinfo = "Readimage ($refimage_name): $status";
209 $status=$image->ReadImage("$infile");
211 print "ReadImage $infile: $status\n";
215 print "ReadImage $infile: $status\n";
222 print "ReadImage()\n"
    [all...]
  /external/ImageMagick/coders/
fd.c 119 image=ReadImage(read_info,exception);
url.c 159 image=ReadImage(read_info,exception);
241 image=ReadImage(read_info,exception);
tile.c 115 tile_image=ReadImage(read_info,exception);
clip.c 115 image=ReadImage(read_info,exception);
dot.c 162 image=ReadImage(read_info,exception);
gradient.c 132 image=ReadImage(read_info,exception);
mask.c 117 image=ReadImage(read_info,exception);
plasma.c 153 image=ReadImage(read_info,exception);
pwp.c 224 next_image=ReadImage(read_info,exception);
stegano.c 149 watermark=ReadImage(read_info,exception);
dng.c 138 image=ReadImage(read_info,sans_exception);
144 image=ReadImage(read_info,exception);
  /external/ImageMagick/www/source/
core.c 33 images=ReadImage(image_info,exception);
examples.pl 13 $x=$null->ReadImage('NULL:black');
17 $x=$model->ReadImage('model.gif');
23 $x=$smile->ReadImage('smile.gif');
224 $x=$gradient->ReadImage('gradient:#20a0ff-#ffff00');
299 $x=$plasma->ReadImage('plasma:fractal');
  /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>
107 <p>PingImage() returns all the properties of an image or image sequence except for the pixels. It is much faster and consumes far less memory than ReadImage(). On failure, a NULL image is returned and exception describes the reason for the failure.</p>
162 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/constitute_8c.html" id="ReadImage">ReadImage</a></h2>
164 <p>ReadImage() reads an image or image sequence from a file or file handle. The method returns a NULL if there is a memory shortage or if the image cannot be read. On failure, a NULL image is returned and exception describes the reason for the failure.</p>
166 <p>The format of the ReadImage method is:</p>
169 Image *ReadImage(const ImageInfo *image_info,ExceptionInfo *exception)
192 <p>The format of the ReadImage method is:</p>
  /external/ImageMagick/www/source/core/
sigmoidal-contrast.c 92 contrast_image=ReadImage(image_info,exception);
  /external/dng_sdk/source/
dng_ifd.h 288 virtual void ReadImage (dng_host &host,

Completed in 336 milliseconds

1 2 3