magazines scripts
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
for %%i in (*.png) DO (
|
||||
convert %%i -resize 4840x3444 small\%%i
|
||||
)
|
@@ -0,0 +1,4 @@
|
||||
if not exist rotated mkdir rotated
|
||||
for %%i in (*.png) DO (
|
||||
convert %%i -rotate 90 rotated\%%i
|
||||
)
|
Reference in New Issue
Block a user