Update resize invocation.
This commit is contained in:
parent
a2af23fd34
commit
ca02870ee1
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 905 0 --only-shrink --destination thumbs --inplace --quality 50
|
resize *.jpg --width 905 --only-shrink --output .\thumbs\{filename} --quality 50
|
||||||
resize *.png 905 0 --only-shrink --destination thumbs --inplace --quality 50
|
resize *.png --width 905 --only-shrink --output .\thumbs\{filename} --quality 50
|
||||||
optipng thumbs\*.png
|
optipng thumbs\*.png
|
||||||
|
|
Loading…
Reference in a new issue