# 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
At first glance, it looks like just another patch release. A bump in the third decimal. But for those of us who compile from source or run high-volume media servers, this specific tarball represents a watershed moment for security, WebP compression, and ARM efficiency. imagemagick-7.1.1-15.tar.gz imagemagick
Have you hit a weird bug in ImageMagick 7? Did the WebP fix save your bacon? Tell me in the comments below. Subscribe for more "boring" infrastructure updates that actually save your weekend. # Download the gospel wget https://imagemagick
Specifically, the file imagemagick-7.1.1-15.tar.gz . Have you hit a weird bug in ImageMagick 7