Skip to content

Instantly share code, notes, and snippets.

@asus4
Last active July 10, 2016 06:37
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save asus4/4632124 to your computer and use it in GitHub Desktop.
Save asus4/4632124 to your computer and use it in GitHub Desktop.
imagealpha と imageoptim バッチ処理です。
/Applications/ImageAlpha.app/Contents/MacOS/pngquant --speed 1 --force --ext .png 32 *.png; open -a imageoptim *.png
@asus4
Copy link
Author

asus4 commented Feb 20, 2013

32の部分は色数なので、状況に応じて適宜変えて下さい。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment