Skip to content

Instantly share code, notes, and snippets.

@toshinoritakata
Last active August 24, 2016 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save toshinoritakata/af79036712f5f98fecdccf5de6d46f39 to your computer and use it in GitHub Desktop.
Save toshinoritakata/af79036712f5f98fecdccf5de6d46f39 to your computer and use it in GitHub Desktop.
DOSでallディレクトリ内のpngファイルを25%縮小してiconフォルダに同名で保存する
FOR %1 in (all\*.png) DO magick -verbose %1 -resize 50% icon\%~xn1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment