Delete resize.bat

This commit is contained in:
TankerElite
2022-08-21 19:26:54 +03:00
committed by GitHub
parent 4f5025257c
commit 89245373fe

View File

@@ -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
)