всякая говнина, конвертер картинок, скриншоты в мыло, 2 мыла

This commit is contained in:
Andron666
2022-04-17 18:32:42 +05:00
parent 8db9667560
commit c06503bbec
126 changed files with 14847 additions and 1307 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