LoginSignup
4
5

More than 5 years have passed since last update.

GDでWebPを扱うには

Posted at

ngx_small_lightにWebPのサポートを追加するにあたってGDでWebPを扱うための方法について調べたので、軽くまとめる。

まぁ、方法は至って簡単でGDをビルドする際にlibvpxを組み込むようにすればよい(逆に言うとデフォルトでは組み込まれない)。homebrewなら↓でOK。

$ brew install gd --with-libvpx

すでにインストール済みならgdlib-config --libsの出力に-lvpxが含まれているかどうかで確認できる。

$ gdlib-config --libs
4
5
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
4
5