Skip to content

Instantly share code, notes, and snippets.

@iberianpig
Created March 13, 2016 14:09
Show Gist options
  • Save iberianpig/767ca590d92fd4d46e5f to your computer and use it in GitHub Desktop.
Save iberianpig/767ca590d92fd4d46e5f to your computer and use it in GitHub Desktop.
iamge_optimでカレントディレクトリ以下を圧縮するときのコマンド
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