ImageMagick-6.9.5-8
      
      
        
          Introduction to ImageMagick
        
        
          ImageMagick is a collection of
          tools and libraries to read, write, and manipulate an image in
          various image formats. Image processing operations are available
          from the command line. Bindings for Perl and C++ are also
          available.
        
        
          This package is known to build and work properly using an LFS-7.10
          platform.
        
        
          Package Information
        
        
        
          ImageMagick Dependencies
        
        
          Recommended
        
        
          Xorg
          Libraries
        
        
          The optional dependencies listed below should be installed if you
          need support for the specific format or the conversion tool the
          dependency provides. Many of the dependencies' capabilities and
          uses are described in the “MAGICK
          DELEGATES” section of the README.txt file located in the source tree.
          Additional information about the dependencies can be found in the
          Install-unix.txt file located in the
          source tree as well as issuing the ./configure --help command. A
          summary of this information, as well as some additional notes can
          be viewed on-line at http://www.imagemagick.org/script/advanced-unix-installation.php.
        
        
          Optional System Utilities
        
        
          Cups-2.1.4, cURL-7.50.1,
          FFmpeg-3.1.3, p7zip-16.02 (LZMA), SANE-1.0.25, Wget-1.18, xdg-utils-1.1.1, xterm-325, Dmalloc, 
          Electric Fence, FFTW, PGP or GnuPG-2.1.15 (you'll have to do some hacking to
          use GnuPG), Profiles,
          and ufraw
          (for raw formats listed in http://www.imagemagick.org/www/formats.html)
        
        
          Optional Graphics Libraries
        
        
          JasPer-1.900.1, Little CMS-1.19 or
          Little
          CMS-2.8, libexif-0.6.21, libjpeg-turbo-1.5.0,
          libpng-1.6.24, librsvg-2.40.16,
          LibTIFF-4.0.6, libwebp-0.5.1, OpenJPEG-2.1.1, Pango-1.40.1, DjVuLibre,
          FlashPIX
          (libfpx), FLIF, JBIG-KIT, libgxps,
          libraqm, Liquid
          Rescale, OpenEXR, and RALCGM (or
          ralcgm)
        
        
          Optional Graphics Utilities
        
        
          ghostscript-9.19, Gimp-2.8.18, Graphviz-2.38.0, Inkscape-0.91,
          Blender,
          corefonts, DejaVu fonts,
          GhostPCL,
          Gnuplot,
          POV-Ray, and
          Radiance
        
        
          Optional Conversion Tools
        
        
          Enscript-1.6.6, texlive-20160523b (or install-tl-unx) AutoTrace, GeoExpress
          Command Line Utilities, AKA MrSID Utilities (binary package),
          hp2xx, html2ps,
          libwmf,
          
          UniConvertor, and Utah Raster Toolkit
          (or URT-3.1b)
        
        
          User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/imagemagick
        
       
      
        
          Installation of ImageMagick
        
        
          Install ImageMagick by running the
          following commands:
        
        
sed -i '/seems to be moved/ s/^/true #/' config/ltmain.sh &&
./configure --prefix=/usr     \
            --sysconfdir=/etc \
            --enable-hdri     \
            --with-modules    \
            --with-perl       \
            --disable-static  &&
make
        
          Now, as the root user:
        
        
make DOCUMENTATION_PATH=/usr/share/doc/imagemagick-6.9.5 install
        
          To test the installation, issue: make
          check. A more comprehensive test is the
          ImageMagick validation suite. If
          make check has not
          been executed, run make
          tests/validate to compile it. Issue tests/validate 2>&1 | tee
          validate.log to run the validation suite. The
          result summary may be obtained with grep "validation suite"
          validate.log. Note that the EPS, PS, and PDF tests
          require a working Ghostscript. One
          test in 'make check' needs “Helvetica” from “Ghostscript Standard Fonts”, which are
          optionally installed in ghostscript-9.19 - that test, and one
          other, might fail, but all the validation can still pass.
        
       
      
        
          Command Explanations
        
        
          sed ...: Removes a
          lot of invalid warnings.
        
        
          --enable-hdri: Enables
          building of a high dynamic range version of ImageMagick.
        
        
          --with-modules: Enables
          support for dynamically loadable modules.
        
        
          --with-perl: Enables
          building and installing of PerlMagick.
        
        
          --disable-static: This
          switch prevents installation of static versions of the libraries.
        
        
          --with-gslib: Enables support to use
          the Ghostscript shared library.
        
        
          --with-rsvg: Enables support to use the
          librsvg library.
        
        
          --with-autotrace: Enables support to
          use the Autotrace library.
        
        
          --with-wmf: Enables support to use the
          libwmf library.
        
        
          --with-gvc: Enables support to use
          GraphViz.
        
        
          --with-windows-font-dir= <Some/Directory>: This
          option specifies the directory where the Windows CoreFonts are
          installed.
        
        
          --with-dejavu-font-dir= <Some/Directory>: This
          option specifies the directory where the DejaVu fonts are
          installed.
        
        
          The options and parameters listed above are the only ones you
          should have to pass to the configure script to activate all
          the delegate dependencies. All other dependencies will be
          automatically detected and utilized in the build if they are
          installed.
        
       
      
        
          Contents
        
        
          
            
              Installed Programs:
              magick, Magick++-config,
              MagickCore-config, and MagickWand-config. (animate, compare,
              composite, conjure, convert, display, identify, import,
              magick-script, mogrify, montage, and stream are all symbolic
              links to magick)
            
            
              Installed Libraries:
              libMagickCore-7.Q16HDRI.so,
              libMagickWand-7.Q16HDRI.so and libMagick++-7.Q16HDRI.so
            
            
              Installed Directories:
              /etc/ImageMagick-7,
              /usr/include/ImageMagick-7, /usr/lib/ImageMagick-6.9.5,
              /usr/lib/perl5/site_perl/<5.x.y>/<arch-linux>/$(uname
              -m)-linux/{,auto}/Image/Magick,
              /usr/share/doc/ImageMagick-6.9.5, and
              /usr/share/ImageMagick-7
            
           
         
        
          
            Short Descriptions
          
          
            
            
              
                | 
                    animate
                   | 
                    animates a sequence of images.
                   | 
              
                | 
                    compare
                   | 
                    compares an image to a reconstructed image.
                   | 
              
                | 
                    composite
                   | 
                    composites various images into the given base image.
                   | 
              
                | 
                    conjure
                   | 
                    processes a MSL script to create an image.
                   | 
              
                | 
                    convert
                   | 
                    converts image(s) from one format to another.
                   | 
              
                | 
                    display
                   | 
                    displays an image.
                   | 
              
                | 
                    identify
                   | 
                    describes the format and characteristics of an image
                    file.
                   | 
              
                | 
                    import
                   | 
                    captures an X window.
                   | 
              
                | 
                    Magick{++,Core,Wand}-config
                   | 
                    show information about the installed versions of the
                    ImageMagick libraries.
                   | 
              
                | 
                    mogrify
                   | 
                    transforms an image.
                   | 
              
                | 
                    montage
                   | 
                    composites various images into a new image.
                   | 
              
                | 
                    stream
                   | 
                    streams one or more pixel components of an image or
                    portion of the image to your choice of storage formats.
                   | 
              
                | 
                    Image::Magick | 
                    allows the reading, manipulation and writing of a large
                    number of image file formats using the ImageMagick library. Run
                    make in the
                    PerlMagick/demodirectory
                    of the package source tree after the package is installed
                    to see a nice demo of the module's capabilities. | 
            
          
         
       
      
        Last updated on 2016-09-01 08:32:06 -0700