Lines Matching full:composite
8 <title>ImageMagick: Command-line Tools: Composite</title>
17 <meta name="keywords" content="command-line, tools:, composite, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
59 <p class="text-center"><a href="composite.html#usage">Example Usage</a> ? <a href="composite.html#options">Option Summary</a></p>
61 <p class="lead magick-description">Use the <code>composite</code> program to overlap one image over another. See <a href="command-line-processing.html">Command Line Processing</a> for advice on how to structure your <code>composite</code> command or see below for example usages of the command.</p>
65 <p>We list a few examples of the <code>composite</code> command here to illustrate its usefulness and ease of use. To get started, lets overlay a smiley face over a rose:</p>
68 composite -gravity center smile.gif rose: rose-over.png
85 composite -compose atop -geometry -13-17 white-highlight.png red-circle.png red-ball.png
96 <p>You can find additional examples of using <code>composite</code> in <a href="http://www.imagemagick.org/Usage/">Examples of ImageMagick Usage</a>. You can find out more about them and the mathematics by looking at <a href="http://www.w3.org/TR/SVG12/rendering.html">SVG Alpha Compositing</a></p>
100 <p>The <code>composite</code> command recognizes these options. Click on an option to get more details about how that option works.</p>
168 <td>set image composite operator</td>
438 <td>repeat composite operation across and down image</td>
515 <p><a href="composite.html#">Back to top</a> ?