Files
XCEngine/参考/unity-editor-icons/resize.bat
2026-03-29 01:36:53 +08:00

5 lines
131 B
Batchfile

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