new from upside towers

This commit is contained in:
2024-02-27 00:28:22 +05:00
parent 038e9a675f
commit 4bfa3e664e
979 changed files with 17499 additions and 1540 deletions
+11
View File
@@ -0,0 +1,11 @@
set shotpath=%~1
set mgrPath=%~dp0\mogrify.exe
rem convert screenshots to jpg
cd /d %shotpath%
%mgrPath% -adaptive-resize 1920 -format jpg -quality 80 photo_?.png
del photo_?.png
::pause
exit