From 573144e7eddc0a2ca33f0e32d981d3c45d2de013 Mon Sep 17 00:00:00 2001 From: Jonathan Farbowitz <142953250+jmf-nyu@users.noreply.github.com> Date: Fri, 31 Oct 2025 10:40:48 -0400 Subject: [PATCH] Fixed typo for "mogrify" in index.html (#482) --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 01fdec3..6e937be 100644 --- a/index.html +++ b/index.html @@ -2856,7 +2856,7 @@ If the error message includes other parts of the command, such as a flag, that i

Creates thumbnails for all files in a folder and saves them in that folder.

mogrify -resize 80x80 -format jpg -quality 75 -path thumbs *.jpg

-
montage
starts the command
+
mogrify
starts the command
-resize 80x80
resizes copies of original images to 80x80 pixels
-format jpg
reformats original images to jpg
-quality 75
sets quality to 75 (out of 100), adding light compression to smaller files