Lines Matching full:layer
55 <p class="text-center"><a href="layer.php#CoalesceImages">CoalesceImages</a> • <a href="layer.php#DisposeImages">DisposeImages</a> • <a href="layer.php#CompareImagesLayers">CompareImagesLayers</a> • <a href="layer.php#OptimizeImageLayers">OptimizeImageLayers</a> • <a href="layer.php#OptimizeImagePlusLayers">OptimizeImagePlusLayers</a> • <a href="layer.php#OptimizeImageTransparency">OptimizeImageTransparency</a> • <a href="layer.php#RemoveDuplicateLayers">RemoveDuplicateLayers</a> • <a href="layer.php#RemoveZeroDelayLayers">RemoveZeroDelayLayers</a> • <a href="layer.php#CompositeLayers">CompositeLayers</a> • <a href="layer.php#MergeImageLayers">MergeImageLayers</a></p>
290 <p>Each layer from the two image lists are composted together until the end of one of the image lists is reached. The offset of each composition is also adjusted to match the virtual canvas offsets of each layer. As such the given offset is relative to the virtual canvas, and not the actual image.</p>
292 <p>Composition uses given x and y offsets, as the 'origin' location of the source images virtual canvas (not the real image) allowing you to compose a list of 'layer images' into the destiantioni images. This makes it well sutiable for directly composing 'Clears Frame Animations' or 'Coaleased Animations' onto a static or other 'Coaleased Animation' destination image list. GIF disposal handling is not looked at.</p>
298 <p>This is equivelent to the "-layer Composite" Shell API operator.</p>
321 <dd>source image(s) for the layer composition </dd>
383 <p><a href="layer.php#">Back to top</a> ?