Delete resize.bat

pull/67/head
TankerElite 3 years ago committed by GitHub
parent 4f5025257c
commit 89245373fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      assets/mentors-images/resize.bat

@ -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…
Cancel
Save