Created
March 13, 2016 14:09
-
-
Save iberianpig/767ca590d92fd4d46e5f to your computer and use it in GitHub Desktop.
iamge_optimでカレントディレクトリ以下を圧縮するときのコマンド
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
image_optim ./* \ | |
--allow-lossy --recursive --no-progress \ | |
--jpegrecompress-quality 0 --jpegoptim-max-quality 60 \ | |
--no-pngout --no-pngcrush --no-optipng --no-advpng \ | |
--pngquant-quality 20-40 \ | |
--gifsicle-level 3 --gifsicle-careful true --no-svgo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment