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

  /external/ImageMagick/MagickCore/
layer.h 58 *CoalesceImages(const Image *,ExceptionInfo *),
methods.h 175 #define CoalesceImages PrependMagickMethod(CoalesceImages)
    [all...]
layer.c 215 % CoalesceImages() composites a set of images while respecting any page
222 % The format of the CoalesceImages method is:
224 % Image *CoalesceImages(Image *image,ExceptionInfo *exception)
233 MagickExport Image *CoalesceImages(const Image *image,ExceptionInfo *exception)
    [all...]
animate.c 871 coalesce_image=CoalesceImages(images,exception);
    [all...]
  /external/ImageMagick/www/api/
layer.php 55 <p class="text-center"><a href="layer.php#CoalesceImages">CoalesceImages</a> &bull; <a href="layer.php#DisposeImages">DisposeImages</a> &bull; <a href="layer.php#CompareImagesLayers">CompareImagesLayers</a> &bull; <a href="layer.php#OptimizeImageLayers">OptimizeImageLayers</a> &bull; <a href="layer.php#OptimizeImagePlusLayers">OptimizeImagePlusLayers</a> &bull; <a href="layer.php#OptimizeImageTransparency">OptimizeImageTransparency</a> &bull; <a href="layer.php#RemoveDuplicateLayers">RemoveDuplicateLayers</a> &bull; <a href="layer.php#RemoveZeroDelayLayers">RemoveZeroDelayLayers</a> &bull; <a href="layer.php#CompositeLayers">CompositeLayers</a> &bull; <a href="layer.php#MergeImageLayers">MergeImageLayers</a></p>
57 <h2><a href="http://nextgen.imagemagick.org/api/MagickCore/layer_8c.html" id="CoalesceImages">CoalesceImages</a></h2>
59 <p>CoalesceImages() composites a set of images while respecting any page offsets and disposal methods. GIF, MIFF, and MNG animation sequences typically start with an image background and each subsequent image varies in size and offset. A new image sequence is returned with all images the same size as the first images virtual canvas and composited with the next image in the sequence.</p>
61 <p>The format of the CoalesceImages method is:</p>
64 Image *CoalesceImages(Image *image,ExceptionInfo *exception)
  /external/ImageMagick/coders/
mpeg.c 497 coalesce_image=CoalesceImages(image,exception);
png.c     [all...]
  /external/ImageMagick/MagickWand/
operation.c     [all...]
mogrify.c     [all...]
magick-image.c     [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h     [all...]
  /external/ImageMagick/PerlMagick/
Magick.xs     [all...]
  /external/ImageMagick/PerlMagick/quantum/
quantum.xs.in     [all...]

Completed in 231 milliseconds