Step up article photos to 1440 and 80 quality.

master
voussoir 2024-07-30 23:20:15 -07:00
parent 62c9a6077e
commit 1e0bd6e566
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
rem A width of 905 makes the image occupy the entire horizontal width of the rem A width of 905 makes the image occupy the entire horizontal width of the
rem article, at least with the current font settings. rem article, at least with the current font settings.
md thumbs md thumbs
resize *.jpg --width 905 --only-shrink --output .\thumbs\{filename} --quality 50 resize *.jpg --width 1440 --only-shrink --output .\thumbs\{filename} --quality 80
resize *.png --width 905 --only-shrink --output .\thumbs\{filename} --quality 50 resize *.png --width 1440 --only-shrink --output .\thumbs\{filename} --quality 80
optipng thumbs\*.png optipng thumbs\*.png