Skip to content

Instantly share code, notes, and snippets.

View dhurba87's full-sized avatar
🏠
Working from home

Dhurba baral dhurba87

🏠
Working from home
View GitHub Profile
@dhurba87
dhurba87 / install_imagemagick.md
Last active May 14, 2021 08:12
Install imagemagick with webp support

Install imagemagick with webp support

Go to opt directory and download latest version of imagemagick

cd /opt
sudo wget http://www.imagemagick.org/download/ImageMagick.tar.gz

Install webp lib dev library. This is mandatory othwerwise imagemagick won't include webp delegator. Older version of libwebp-dev raises undefined reference to WebPMemoryWriterClear exception. You can manually install from here