2018年1月25日木曜日

コマンドラインでjpg画像からfavicon.icoを作成する

参考: favicon - Converting GIF's, PNG's and JPG's to .ICO files using Imagemagick - Stack Overflow

/usr/bin/convert -resize x16 -gravity center -crop 16x16+0+0 input.jpg \
-transparent white -colors 256 output/favicon.ico