LoginSignup
12
12

More than 5 years have passed since last update.

PNGを圧縮したい!!!

Posted at

PNG!容量でかい!!
圧縮したい時ってありますよね!!!
こういうときとか!!!!!!

ファイルサイズは,1MB以内としてください.
原稿送信要項|講演申込・原稿送信 |情報処理学会 第76回全国大会

うわああああああああ▂▅▇█▓▒░(‘ω’)░▒▓█▇▅▂
このNexus 5のスクリーンショット2MBあるゥゥゥゥゥゥ…

ってときに役に立つのがpngquantさん.
PNGを容赦なく圧縮してくれます.慈悲はない.

pngquant

インストール

Macユーザかつhomebrewユーザなら一発インストールできます.

console
$ brew install pngquant

つかいかた

console
$ pngquant —-ext _.png -—quality=60-80 —-speed 1 -—iebug 256 img/*.png

# pngquant 品質(0〜256,デフォルト256) ファイルパス(ワイルドカード可)

# —-ext new.png
# 出力ファイル名のサフィックス
# (_.pngならhoge.pngがhoge_.pngになる)
# デフォルトでは -or8.png か -fs8.png になる

# —-quality min-max
# 変換品質(0〜100)

# —-speed N
# 変換速度(1がきれい遅い,10が早い雑い,デフォルトは3)

# —-iebug
# IE6に対応させる?

console
$ pngquant —ext _.png img/*.png
# img以下のpngファイルを全て圧縮後,”元のファイル名_.png”として保存

画像はおもすぎるので載せませんが,2MBあったスクリーンショットが622KBになりました.
助かった…

参考

12
12
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
12
12