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

  /external/ImageMagick/MagickCore/
constitute.h 38 WriteImages(const ImageInfo *,Image *,const char *,ExceptionInfo *);
constitute.c     [all...]
methods.h     [all...]
blob.c     [all...]
animate.c     [all...]
  /external/ImageMagick/www/source/core/
sigmoidal-contrast.c 108 status=WriteImages(image_info,contrast_image,argv[2],exception);
  /external/mesa3d/src/mesa/main/
debug.c 345 static GLuint WriteImages;
349 dump_texture(struct gl_texture_object *texObj, GLuint writeImages)
365 if (writeImages == WRITE_ALL ||
366 (writeImages == WRITE_ONE && !written)) {
380 _mesa_dump_texture(GLuint texture, GLuint writeImages)
385 dump_texture(texObj, writeImages);
395 dump_texture(texObj, WriteImages);
404 _mesa_dump_textures(GLuint writeImages)
407 WriteImages = writeImages;
    [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>
250 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/constitute_8c.html" id="WriteImages">WriteImages</a></h2>
252 <p>WriteImages() writes an image sequence into one or more files. While WriteImage() can write an image sequence, it is limited to writing the sequence into a single file using a format which supports multiple frames. WriteImages(), however, does not have this limitation, instead it generates multiple output files if necessary (or when requested). When ImageInfo's adjoin flag is set to MagickFalse, the file name is expected to include a printf-style formatting string for the frame number (e.g. "image02d.png").</p>
254 <p>The format of the WriteImages method is:</p>
257 MagickBooleanType WriteImages(const ImageInfo *image_info,Image *images,
  /external/ImageMagick/MagickWand/
compare.c     [all...]
import.c     [all...]
composite.c     [all...]
montage.c     [all...]
convert.c     [all...]
magick-image.c     [all...]
mogrify.c     [all...]
operation.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 44 // writeImages( images.begin(), images.end(), "animation.gif" );
    [all...]

Completed in 234 milliseconds