heroku-buildpack-webp-binaries

by clhuang

README.md

heroku-buildpack-webp-binaries

Heroku buildpack that installs webp binaries (cwebp, dwebp) into a dyno slug.

Should allow imagemagick to encode/decode webp images.

Based off of https://github.com/mojodna/heroku-buildpack-jemalloc.

CLI Installation

For new applications:

$ heroku create --buildpack https://github.com/clhuang/heroku-buildpack-webp-binaries.git

For existing applications:

$ heroku buildpacks:set https://github.com/clhuang/heroku-buildpack-webp-binaries.git -a YOUR_APP_NAME