现在的位置: 首页 > 综合 > 正文

ImageMagick:图片处理工具

2013年10月01日 ⁄ 综合 ⁄ 共 2862字 ⁄ 字号 评论关闭

在网站开发中,对应图片的高质量处理使用ImageMagick的情况比较多。

ImageMagick对应了多平台,多语言。比如java操作图片的时候使用jmaigick就可以了。可以用命令行来操作图片,也可以在具体的程序中通过接口来操作图片。功能非常不错。

主页:http://www.imagemagick.org/script/index.php

具体的安装根据网上的信息就能搞定。linux的时候很多时候还需要安装对应的图片格式处理包。具体信息参照:http://www.imagemagick.org/script/formats.php

概述:

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

The functionality of ImageMagick is typically utilized from the command line or you can use the features from programs written in your favorite language. Choose from these interfaces:G2F (Ada),MagickCore
(C), MagickWand (C),ChMagick (Ch),ImageMagickObject (COM+),Magick++
(C++), JMagick (Java),L-Magick (Lisp),NMagick (Neko/haXe),MagickNet
(.NET),PascalMagick (Pascal),PerlMagick (Perl),
MagickWand for PHP (PHP),IMagick (PHP),PythonMagick (Python),RMagick
(Ruby), or TclMagick (Tcl/TK). With a language interface, use ImageMagick to modify or create images dynamically andautomagically.

主要功能:

处理的效果例子如下:

抱歉!评论已关闭.