画像の追加

This commit is contained in:
Kazuhiro MUSASHI 2021-03-07 18:15:05 +09:00
parent 3339a0a152
commit 5f2304be00
1 changed files with 1 additions and 0 deletions

View File

@ -152,6 +152,7 @@ Success to generate twitter card into /home/kazu634/works/mnt/others/blog/static
上のコマンドを実行すると、以下のような画像が表示されます。
![Image](https://farm66.staticflickr.com/65535/51011791732_410798acc7_c.jpg)
### PNG形式をwebp形式に変換する
tcardgenコマンドで生成したPNG画像は1ファイル1MB程度だったため、ファイルサイズが大きすぎと感じたので、webp形式に変換することにしました。webp形式への変換は`img2webp`コマンドを利用しました。