• Home
  • Raw
  • Download

Lines Matching full:images

14images. It can read and write images in a variety of formats (over 200) including PNG, JPEG, JPEG-…
28 <link rel="icon" href="../images/wand.png"/>
29 <link rel="shortcut icon" href="../images/wand.ico"/>
63images while respecting any page offsets and disposal methods. GIF, MIFF, and MNG animation seque…
104 <dt>images</dt>
117 <p>Images do NOT have to be the same size, though it is best that all the images are 'coalesced' (i…
124 Image *CompareImagesLayers(const Image *images,
140 <dd>the layers type to compare images with. Must be one of... CompareAnyLayer, CompareClearLayer, C…
206 <p>WARNING: This modifies the current images directly, rather than generate a new image sequence.</…
249 <dt>images</dt>
260images generally represent intermediate or partial updates in GIF animations used for file optimiz…
264 <p>No warning will be given if no image was removed because all images had an appropriate non-zero …
281 <dt>images</dt>
296 …n of the source images virtual canvas (not the real image) allowing you to compose a list of 'laye…
298 … single image remaining), that image is repeatally composed with all the images in the other image…
300 … (or last image given), that image will ve cloned to match the number of images remaining in the s…
321 <dd>the destination images and results </dd>
341 …the given LayerMethod, and is initialized using the first images background color. The images are…
364 <dd> MergeLayer: Merge all layers onto a canvas just large enough to hold all the actual images. Th…
366 <dd> FlattenLayer: Use the virtual canvas size of first image. Images which fall outside this canva…
368 …as of the first image, enlarging left and right edges to contain all images. Images with negative …
370 …ust the the canvas and offsets to be relative to those bounds, without overlaying the images. </dd>