Skip to content

Instantly share code, notes, and snippets.

@daddiofaddio
daddiofaddio / install_imagemagic_with_heic.sh
Last active June 12, 2022 06:51 — forked from hurricup/install_imagemagic_with_heic.sh
How to install ImageMagick with HEIC and WEBP support on Ubuntu 20.04
# inspired by https://gist.github.com/rjnienaber/af47fccb8410926ba7ea35f96c3b87fd
# remove bundled ImageMagick
sudo apt remove imagemagick -y
# install base dependencies
sudo apt-get install -y \
libde265-dev \
libdjvulibre-dev \
libfftw3-dev \