From ca02870ee111c130206a997f9e8ce1f73582d25d Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Wed, 12 Jan 2022 21:34:36 -0800 Subject: [PATCH] Update resize invocation. --- voussoir.net/writing/makethumbs.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/voussoir.net/writing/makethumbs.bat b/voussoir.net/writing/makethumbs.bat index 356ce83..8e906bf 100644 --- a/voussoir.net/writing/makethumbs.bat +++ b/voussoir.net/writing/makethumbs.bat @@ -1,6 +1,6 @@ rem A width of 905 makes the image occupy the entire horizontal width of the rem article, at least with the current font settings. md thumbs -resize *.jpg 905 0 --only-shrink --destination thumbs --inplace --quality 50 -resize *.png 905 0 --only-shrink --destination thumbs --inplace --quality 50 +resize *.jpg --width 905 --only-shrink --output .\thumbs\{filename} --quality 50 +resize *.png --width 905 --only-shrink --output .\thumbs\{filename} --quality 50 optipng thumbs\*.png