Compare commits

...

1 Commits

Author SHA1 Message Date
Jonathan Farbowitz
573144e7ed Fixed typo for "mogrify" in index.html (#482) 2025-10-31 15:40:48 +01:00

View File

@@ -2856,7 +2856,7 @@ If the error message includes other parts of the command, such as a flag, that i
<p>Creates thumbnails for all files in a folder and saves them in that folder.</p> <p>Creates thumbnails for all files in a folder and saves them in that folder.</p>
<p><code>mogrify -resize 80x80 -format jpg -quality 75 -path thumbs *.jpg</code></p> <p><code>mogrify -resize 80x80 -format jpg -quality 75 -path thumbs *.jpg</code></p>
<dl> <dl>
<dt>montage</dt><dd>starts the command</dd> <dt>mogrify</dt><dd>starts the command</dd>
<dt>-resize 80x80</dt><dd>resizes copies of original images to 80x80 pixels</dd> <dt>-resize 80x80</dt><dd>resizes copies of original images to 80x80 pixels</dd>
<dt>-format jpg</dt><dd>reformats original images to jpg</dd> <dt>-format jpg</dt><dd>reformats original images to jpg</dd>
<dt>-quality 75</dt><dd>sets quality to 75 (out of 100), adding light compression to smaller files</dd> <dt>-quality 75</dt><dd>sets quality to 75 (out of 100), adding light compression to smaller files</dd>