Step up article photos to 1440 and 80 quality.
This commit is contained in:
parent
62c9a6077e
commit
1e0bd6e566
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue