use italic

This commit is contained in:
Reto Kromer 2018-03-30 10:01:48 +02:00 committed by GitHub
parent 078d20824c
commit 05395f4670
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2377,7 +2377,7 @@
<input type="checkbox" id="im_grid"> <input type="checkbox" id="im_grid">
<div class="hiding"> <div class="hiding">
<h3>Create grid of images</h3> <h3>Create grid of images</h3>
<p><code>montage @list.txt -tile 6x12 -geometry +0+0 <i>output_grid.jpg</i></code></p> <p><code>montage @<i>list.txt</i> -tile 6x12 -geometry +0+0 <i>output_grid.jpg</i></code></p>
<dl> <dl>
<dt>montage</dt><dd>starts the command</dd> <dt>montage</dt><dd>starts the command</dd>
<dt>@list.txt</dt><dd>path and name of a text file containing a list of filenames, one per each line</dd> <dt>@list.txt</dt><dd>path and name of a text file containing a list of filenames, one per each line</dd>