Skip to content

Commit

Permalink
Merge pull request #315 from amiaopensource/italic
Browse files Browse the repository at this point in the history
use italic
  • Loading branch information
ablwr authored Mar 30, 2018
2 parents 078d208 + 05395f4 commit b2d5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2377,7 +2377,7 @@ <h3>Create thumbnails</h3>
<input type="checkbox" id="im_grid">
<div class="hiding">
<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>
<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>
Expand Down

0 comments on commit b2d5fca

Please sign in to comment.