GraphicsMagick is known as the Swiss * * * in the field of image processing. The dapper Code provides an efficient collection of tools and libraries to handle the reading, writing, and manipulation of images, supporting more than 88 image formats, including important DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, and TIFF.
GraphicsMagick's official website is http://www.graphicsmagick.org/, detailing the installation of the GraphicsMagick.
Installation code
Version: GraphicsMagick-1.3.19
Install the required dependency packages
Yum Install libpng* libjpeg* gcc-y
Unpacking the installation package
Tar fxz graphicsmagick-1.3.19.tar.gz
CD GraphicsMagick-1.3.19
Compile
./configure--prefix=/app/wodsy/graphicsmagick
Make
Make install
Add WODSY User environment variable VI ~/.bash_profile
Export Gmagick_home= "/app/wodsy/graphicsmagick"
Export path= "$GMAGICK _home/bin: $PATH"
Ld_library_path= $GMAGICK _home/lib: $LD _library_path
Export PATH java_home java_opts Ld_library_path
Linux under GraphicsMagick installation