ImageMagick

ImageMagick® is a software suite to create, edit, and compose bitmap images. It can read, convert and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to translate, flip, mirror, rotate, scale, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

Recommended Libraries

  • libtiff

    cd /extra/src
    wget http://dl.maptools.org/dl/libtiff/tiff-3.8.2.tar.gz
    tar zxf tiff-3.8.2.tar.gz
    cd tiff-3.8.2
    ./configure
    make
    sudo make install
  • libjpeg
    cd /extra/src
    wget http://www.ijg.org/files/jpegsrc.v8c.tar.gz
    tar zxf jpegsrc.v8c.tar.gz
    cd jpeg-8
    ./configure
    make
    sudo make install

Installation

  • Linux
    cd /extra/src
    wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick-6.6.9-6.tar.gz
    tar zxf ImageMagick-6.6.9-6.tar.gz
    cd ImageMagic-6.6.9-6

    Configure, make and install it:

    ./configure --with-tiff --with-jpeg
    make
    make install
  • Recent Updates

    • 2 years 2 days ago
    • 2 years 2 days ago
    • 2 years 4 days ago
      php 8.x
    • 2 years 5 days ago
      10.6.7
    • 2 years 1 week ago
      Drop Centos 5/6 stuff