Merge pull request #335 from amiaopensource/tail_spaces

tail spaces
This commit is contained in:
Katherine Frances Nagels 2018-07-28 17:21:15 +12:00 committed by GitHub
commit d5e13458eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2367,14 +2367,14 @@
</div> </div>
<!-- ends View Subprogram info --> <!-- ends View Subprogram info -->
</div> </div>
<div class="well"> <div class="well">
<h2 id="similar-tools">Similar tools: tips &amp; tricks 🎩🐰</h2> <h2 id="similar-tools">Similar tools: tips &amp; tricks 🎩🐰</h2>
<div class="well"> <div class="well">
<p>This section introduces and explains the usage of some additional command line tools similar to FFmpeg for use in digital preservation workflows (and beyond!).</p> <p>This section introduces and explains the usage of some additional command line tools similar to FFmpeg for use in digital preservation workflows (and beyond!).</p>
</div> </div>
</div> </div>
<div class="well"> <div class="well">
<h2 id="imagemagick">ImageMagick</h2> <h2 id="imagemagick">ImageMagick</h2>
@ -2406,7 +2406,7 @@
</dl> </dl>
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Compare two images --> <!-- ends Compare two images -->
<!-- Create thumbnails --> <!-- Create thumbnails -->
<label class="recipe" for="im_thumbs">Create thumbnails of images</label> <label class="recipe" for="im_thumbs">Create thumbnails of images</label>
@ -2426,8 +2426,8 @@
</dl> </dl>
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Create thumbnails --> <!-- ends Create thumbnails -->
<!-- Create grid of images --> <!-- Create grid of images -->
<label class="recipe" for="im_grid">Creates grid of images from text file</label> <label class="recipe" for="im_grid">Creates grid of images from text file</label>
<input type="checkbox" id="im_grid"> <input type="checkbox" id="im_grid">
@ -2443,7 +2443,7 @@
</dl> </dl>
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Create grid of images --> <!-- ends Create grid of images -->
<!-- Get file signature data --> <!-- Get file signature data -->
<label class="recipe" for="im_sig_data">Get file signature data</label> <label class="recipe" for="im_sig_data">Get file signature data</label>
@ -2462,7 +2462,7 @@
</dl> </dl>
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Get file signature data --> <!-- ends Get file signature data -->
<!-- Remove exif data --> <!-- Remove exif data -->
<label class="recipe" for="im_strip">Removes exif metadata</label> <label class="recipe" for="im_strip">Removes exif metadata</label>
@ -2479,7 +2479,7 @@
</dl> </dl>
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Remove exif data --> <!-- ends Remove exif data -->
<!-- Resize to width --> <!-- Resize to width -->
<label class="recipe" for="im_resize">Resizes image to specific pixel width</label> <label class="recipe" for="im_resize">Resizes image to specific pixel width</label>
@ -2496,7 +2496,7 @@
</dl> </dl>
<p class="link"></p> <p class="link"></p>
</div> </div>
<!-- ends Resize to width --> <!-- ends Resize to width -->
</div> </div>
</div><!-- ends "content" --> </div><!-- ends "content" -->