parent
4f5025257c
commit
89245373fe
1 changed files with 0 additions and 7 deletions
@ -1,7 +0,0 @@ |
|||||||
@echo off |
|
||||||
set "source_folder=\original" |
|
||||||
set "result_folder_1=\optimised" |
|
||||||
|
|
||||||
for %%a in ("%source_folder%\*jpg") do ( |
|
||||||
call scale.bat -source "%%~fa" -target "%result_folder_1%\%%~nxa" -max-height 300 -max-width 300 -keep-ratio no -force yes |
|
||||||
) |
|
Loading…
Reference in new issue