Last active
July 10, 2016 06:37
-
-
Save asus4/4632124 to your computer and use it in GitHub Desktop.
imagealpha と imageoptim バッチ処理です。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/Applications/ImageAlpha.app/Contents/MacOS/pngquant --speed 1 --force --ext .png 32 *.png; open -a imageoptim *.png |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
32の部分は色数なので、状況に応じて適宜変えて下さい。