mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-18 09:28:02 +00:00
Delete resize.bat
This commit is contained in:
@@ -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
|
|
||||||
)
|
|
||||||
Reference in New Issue
Block a user