Imagemagick-7.1.1-15.tar.gz Imagemagick Now
Download the tarball. Roll your own package. Sleep better knowing your thumbnails won't corrupt.
make -j$(nproc) sudo make install sudo ldconfig /usr/local/lib imagemagick-7.1.1-15.tar.gz imagemagick
# Download the gospel wget https://imagemagick.org/archive/ImageMagick-7.1.1-15.tar.gz tar xvzf ImageMagick-7.1.1-15.tar.gz cd ImageMagick-7.1.1-15 ./configure --prefix=/usr/local --with-modules --with-webp=yes --with-tiff=yes --with-jpeg=yes --without-perl \ # Save 200MB of dependencies --with-magick-plus-plus=no \ # If you don't use C++ bindings --enable-hdri \ # High dynamic range (for pro photo work) --with-threads Download the tarball