1. Introduction:
ImageMagick is a powerful, stable and free toolset and development package that can be used to read, write, and process image files in more than 89 basic formats, including popular TIFF, JPEG, GIF, PNG, PDF, and PHOTOCD formats. With ImageMagick, you can dynamically generate images based on the needs of your Web application, and you can resize, rotate, sharpen, subtract, or add effects to a (or a group of) images and save the results of the operation in the same format or other format. Is the introduction of Sogou encyclopedia!
2. Download:Additional Installation Tutorials: http://blog.sina.com.cn/s/blog_4b9d604f0101oo8i.html
: http://www.imagemagick.org/script/binary-releases.php
ImageMagick Download: http://sourceforge.net/projects/imagemagick/files/old-sources/6.x/
jmagick Download:http://downloads.jmagick.org/5.5.7/ , And put Jmagick.jar into the application of the LIB, Jmagick.dll copy to SYSTEM32, while copying to the bin directory of the JDK, otherwise it will error;
Java.lang.UnsatisfiedLinkError:no Jmagick in Java.library.path
Tip:the ImageMagick and Jmagick versions are best matched.
3. Installation: Imagemagick-5.7.7-q8-x32-dll.exe
1. Always next (other default)
2, complete the installation, the ImageMagick directory under the convert.exe before adding im_, into the Im_convert.exe. Because there are convert.exe files in the WIN7, Windows (XP) system, renaming can avoid conflicts.
3. Similarly, run-regedit.exe, in the registry, look for Convert.exe, locate the [ImageMagick]/convert.exe string and rename it to Im_convert.exe.
4. Use:
Test: Start the command prompt line, enter: Im_convert d:\0001.jpg-resize 50% d:\test\0001.jpg
Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.
-imagemagick+jmagick of the Java Image Processing tool (i)