summaryrefslogtreecommitdiff
path: root/www/montage.html
diff options
context:
space:
mode:
authorCristy <urban-warrior@imagemagick.org>2017-10-08 11:28:40 -0400
committerCristy <urban-warrior@imagemagick.org>2017-10-08 11:28:40 -0400
commit5bf6732bc94f00c17f90ba48326676cccf1a75fa (patch)
tree35b956ac94f912d5fe1cd075a0d0ebf033c9a4c8 /www/montage.html
parent86de0213ab8e801d5566e9c56e8a775dd8c4d6f4 (diff)
downloadImageMagick-5bf6732bc94f00c17f90ba48326676cccf1a75fa.tar.gz
...
Diffstat (limited to 'www/montage.html')
-rw-r--r--www/montage.html11
1 files changed, 5 insertions, 6 deletions
diff --git a/www/montage.html b/www/montage.html
index 4b9e41dfe..7ad2f58b5 100644
--- a/www/montage.html
+++ b/www/montage.html
@@ -61,8 +61,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><code>
-magick montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
+<pre class="highlight"><code>magick montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montage.jpg
</code></pre>
<ul>
@@ -80,8 +79,7 @@ magick montage -background '#336699' -geometry +4+4 rose.jpg red-ball.png montag
<p>Ok, let's add some decorations:</p>
-<pre><code>
-magick montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg
+<pre class="highlight"><code>magick montage -label %f -frame 5 -background '#336699' -geometry +4+4 rose.jpg red-ball.png frame.jpg
</code></pre>
<ul>
@@ -629,8 +627,9 @@ transparent, extract, background, or shape the alpha channel</td>
</footer>
</div><!-- /.container -->
- <script src="https://localhost/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
+ <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script>
<script src="../js/magick.html"></script>
</body>
</html>
-<!-- Magick Cache 9th September 2017 08:01 --> \ No newline at end of file
+<!-- Magick Cache 8th October 2017 11:16 --> \ No newline at end of file