summaryrefslogtreecommitdiff
path: root/www/montage.html
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2017-05-18 09:41:17 -0400
committerCristy <urban-warrior@imagemagick.org>2017-05-18 09:41:17 -0400
commitae7da2d5825005e79889e652a5c2ea3547ebd289 (patch)
tree2293fde7e85e05fbf97bf659b1731bc2fea327e1 /www/montage.html
parent63571f7da1de27ef4c9c6c8b2bda8c6b6df212e0 (diff)
downloadImageMagick-ae7da2d5825005e79889e652a5c2ea3547ebd289.tar.gz
...
Diffstat (limited to 'www/montage.html')
-rw-r--r--www/montage.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/montage.html b/www/montage.html
index 588c5e2e3..c886f21d9 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -66,7 +66,7 @@
<p>We list a few examples of the <code>montage</code> command here to illustrate its usefulness and ease of use. To get started, let's montage two images into a single composite:</p>
<pre>
-montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
+magick montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
</pre>
<ul>
@@ -85,7 +85,7 @@ montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
<p>Ok, let's add some decorations:</p>
<pre>
-montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg
+magick montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg
</pre>
<ul>
@@ -638,4 +638,4 @@ transparent, extract, background, or shape the alpha channel</td>
</div>
</body>
</html>
-<!-- Magick Cache 14th May 2017 12:20 --> \ No newline at end of file
+<!-- Magick Cache 17th May 2017 15:21 --> \ No newline at end of file