Skip to content

Commit

Permalink
Update resize.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
halak committed Jul 27, 2020
1 parent ec6318c commit e157e90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resize.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@echo off

FOR /R "icons\small" %%F in (.) DO ( "mogrify" -resize "32x32>" "%%F\*.png" )
FOR /R "icons\small" %%F in (.) DO ( "mogrify" -filter Lanczos2 -resize "32x32>" -quality 95 -strip "%%F\*.png" )

PAUSE

0 comments on commit e157e90

Please sign in to comment.