HomeSort by relevance Sort by last modified time
    Searched refs:Images (Results 101 - 101 of 101) sorted by null

1 2 3 45

  /external/ImageMagick/www/api/
magick-image.php 12 <meta name="description" content="ImageMagick® is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-2000, GIF, WebP, Postscript, PDF, and SVG. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves."/>
204 <p>MagickAddImage() adds a clone of the images from the second wand and inserts them into the first wand.</p>
206 <p>Use MagickSetLastIterator(), to append new images into an existing wand, current image will be set to last image so later adds with also be appened to end of wand.</p>
208 <p>Use MagickSetFirstIterator() to prepend new images into wand, any more images added will also be prepended before other images in the wand. However the order of a list of new images will not change.</p>
210 <p>Otherwise the new images will be inserted just after the current image, and any later image will also be added after this c (…)
    [all...]

Completed in 786 milliseconds

1 2 3 45