Files
XCEngine/参考/unity-editor-icons/resize.bat

5 lines
131 B
Batchfile
Raw Normal View History

2026-03-29 01:36:53 +08:00
@echo off
FOR /R "icons\small" %%F in (.) DO ( "mogrify" -filter Lanczos2 -resize "32x32>" -quality 95 -strip "%%F\*.png" )
PAUSE