Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ First download and install [GraphicsMagick](http://www.graphicsmagick.org/) or [
If you want WebP support with ImageMagick, you must add the WebP option:

brew install imagemagick --with-webp

On Linux

apt-get install imagemagick
apt-get install graphicsmagick

If you also need support for WebP:

apt-get install libwebp-dev

then either use npm:

Expand Down