Tryag File Manager
Home
-
Turbo Force
Current Path :
/
proc
/
self
/
root
/
usr
/
share
/
doc
/
ImageMagick-6.2.8
/
www
/
Upload File :
New :
File
Dir
//proc/self/root/usr/share/doc/ImageMagick-6.2.8/www/api.html
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <style type="text/css"><!-- @import url("../www/magick.css"); //--></style> <title>ImageMagick: Application Program Interfaces</title> <meta http-equiv="Content-Language" content="en-US"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Reply-to" content="magick-users@imagemagick.org"/> <meta name="Generator" content="PHP"/> <meta name="Keywords" content="application, program, interfaces, ImageMagick, PerlMagick, Magick++, Image, Magick"/> <meta name="Description" content="ImageMagick (TM) is a free software suite to create, edit and compose bitmap images. It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated. ImageMagick is free software: it is delivered with full source code and can be freely used, copied, modified and distributed. Its license is compatible with the GPL. It runs on all major operating systems. Most of the functionality of ImageMagick can be used interactively from the command line; more often, however, the features are used from programs written in the programming languages Perl, C, C++, Python, PHP, Ruby or Java, for which ready-made ImageMagick interfaces (PerlMagick, Magick++, PythonMagick, MagickWand for PHP, RubyMagick, and JMagick) are available. This makes it possible to modify or create images automatically and dynamically. ImageMagick supports many image formats (over 90 major formats) including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF."/> <meta name="Rating" content="GENERAL"/> <meta name="Robots" content="INDEX, FOLLOW"/> <meta name="Generator" content="ImageMagick Studio LLC"/> <meta name="Author" content="ImageMagick Studio LLC"/> <meta name="Revisit-after" content="2 DAYS"/> <meta name="Resource-type" content="document"/> <meta name="Copyright" content="Copyright (c) 1999-2006 ImageMagick Studio LLC"/> <meta name="Distribution" content="Global"/> <link rel="shortcut icon" href="/../images/wand.ico" type="image/x-icon"/> </head> <body id="www-imagemagick-org"> <table id="titlebar" style="width: 100%;background-color: #f5f5f5" cellpadding="0" cellspacing="0" border="0" summary="ImageMagick"> <tbody> <tr valign="top"> <td align="left"><a href="../index.html"><img id="titlebar-west" src="../images/script.png" alt="[ImageMagick]" width="350" height="60" border="0" vspace="28" name="titlebar-west" /></a></td> <td width="35%"><br /></td> <td align="left"><a href="http://www.imagemagick.org/" target="1226228055"><img id="titlebar-west" src="../images/sponsor.jpg" alt="[sponsor]" border="0" vspace="28" name="titlebar-west" /></a></td> <td width="65%"><br /></td> <td style="background-color: white" align="right"><a href="../index.html"><img src="../images/sprite.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td> <td style="background-color: white" align="right"><a href="../index.html"><img id="titlebar-east" src="../images/logo.jpg" alt="" width="114" height="118" border="0" name="titlebar-east" /></a></td> </tr> </tbody> </table> <table style="width: 100%" border="0" cellpadding="0" cellspacing="0" summary=""> <tbody> <tr valign="top" style="height: 100%;"> <td id="menu" width="1%" height="100%"> <p><a href="#main">Skip to page contents</a></p> <span>[</span> <a href="../index.html">About ImageMagick</a> <a href="../www/command-line-tools.html">Command-line Tools</a> <a href="../www/command-line-processing.html" class="sub">Processing</a> <a href="../www/command-line-options.html" class="sub">Options</a> <a href="../www/api.html">Program Interfaces</a> <a href="../www/magick-wand.html" class="sub">MagickWand</a> <a href="../www/magick-core.html" class="sub">MagickCore</a> <a href="../www/perl-magick.html" class="sub">PerlMagick</a> <a href="../www/architecture.html">Architecture</a> <span>]</span><br /><span>[</span> <a href="../www/install-source.html">Install from Source</a> <a href="../www/install-source.html#unix" class="sub">Unix</a> <a href="../www/install-source.html#windows" class="sub">Windows</a> <a href="../www/binary-releases.html">Binary Releases</a> <a href="../www/binary-releases.html#unix" class="sub">Unix</a> <a href="../www/binary-releases.html#windows" class="sub">Windows</a> <a href="../www/resources.html">Resources</a> <span>]</span><br /><span>[</span> <a href="../www/download.html">Download</a> <span>]</span><br /><span>[</span> <a href="../www/links.html">Links</a> <span>]</span><br /><br /><span>[</span> <a href="../www/sponsors.html">Sponsors</a> <a href="http://www.desktopexchange.com/" class="sponsor" target="sponsor">Desktop Wallpaper</a><!-- 20060810 --> <span>]</span> </td> <td id="main" valign="top"> <p class="navigation-index">[<a href="#c">C</a> | <a href="#ch">Ch</a> | <a href="#c++">C++</a> | <a href="#java">Java</a> | <a href="#lisp">Lisp</a> | <a href="#pascal">Pascal</a> | <a href="#perl">Perl</a> | <a href="#php">PHP</a> | <a href="#python">Python</a> | <a href="#ruby">Ruby</a> | <a href="#tcl">Tcl/TK</a> ]</p> <p>ImageMagick includes a number of ready-made ImageMagick interfaces. This makes it possible to modify or create images automatically and dynamically.</p> <div style="margin: auto;"> <h2><a name="c"></a>C</h2> </div> <p>Use <a href="../www/magick-wand.html">MagickWand</a> to convert, compose, and edit images from the C language. There is also the low-level <a href="../www/magick-core.html">MagickCore</a> library but is only recommended for wizard-level developers.</p> <div style="margin: auto;"> <h2><a name="ch"></a>Ch</h2> </div> <p><a href="http://www.imagemagick.org/ChMagick" target="405656034">ChMagick</a> is a <a href="http://www.softintegration.com/" target="1335823109">Ch</a> binding to the MagickCore and MagickWand API. Ch is an embeddable C/C++ interpreter for cross-platform scripting.</p> <div style="margin: auto;"> <h2><a name="c++"></a>C++</h2> </div> <p><a href="http://www.imagemagick.org/Magick++" target="973449310">Magick++</a> provides an object-oriented C++ interface to ImageMagick.</p> <div style="margin: auto;"> <h2><a name="java"></a>Java</h2> </div> <p><a href="http://www.yeo.id.au/jmagick/" target="1262731443">JMagick</a> provides an object-oriented Java interface to ImageMagick.</p> <div style="margin: auto;"> <h2><a name="lisp"></a>Lisp</h2> </div> <p><a href="http://common-lisp.net/project/cl-magick/" target="442932167">CL-Magick</a> provides a Common Lisp interface to the ImageMagick library.</p> <div style="margin: auto;"> <h2><a name="pascal"></a>Pascal</h2> </div> <p><a href="http://wiki.lazarus.freepascal.org/index.html/PascalMagick" target="2062691118">PascalMagick</a> a Pascal binding for the MagickWand API and also the low-level MagickCore library. It works with Free Pascal / Lazarus and Delphi.</p> <div style="margin: auto;"> <h2><a name="perl"></a>Perl</h2> </div> <p>Use <a href="../www/perl-magick.html">PerlMagick</a> to convert, compose, and edit images from the Perl language.</p> <div style="margin: auto;"> <h2><a name="php"></a>PHP</h2> </div> <p><a href="http://www.magickwand.org/download/php/" target="2011578383">MagickWand for PHP</a> a native PHP-extension to the ImageMagick MagickWand API.</p> <div style="margin: auto;"> <h2><a name="python"></a>Python</h2> </div> <p><a href="http://www.imagemagick.org/download/python/" target="359972575">PythonMagick</a> an object-oriented Python interface to ImageMagick.</p> <div style="margin: auto;"> <h2><a name="ruby"></a>Ruby</h2> </div> <p><a href="http://rmagick.rubyforge.org/" target="1167241074">RMagick</a> is an interface between the Ruby programming language and the ImageMagick image processing libraries. RMagick has a 2D drawing library add-on, <a href="http://rvg.rubyforge.org/" target="1416771799">RVG</a>, based on the <a href="http://www.w3.org/TR/SVG11/index.html" target="1144344907">Scalable Vector Graphics</a> specification.</p> <div style="margin: auto;"> <h2><a name="tcl"></a>Tcl/Tk</h2> </div> <p><a href="http://tclmagick.sourceforge.net/" target="819773194">TclMagick</a> a native Tcl-extension to the ImageMagick MagickWand API.</p> </td> <td id="margin" width="1%" height="100%" valign="top" align="right"> </td> </tr> </tbody> </table> <div id="linkbar"> <a href="http://redux.imagemagick.org/discussion-server" target="1165766433">Discourse Server</a> | <a href="../www/mailing-list.html">Mailing Lists</a> | <a href="http://redux.imagemagick.org/gallery" target="1163035393">Image Gallery</a> | <a href="http://redux.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi" target="510589373">ImageMagick Studio</a> </div> <div> <span id="footer-west">© 1999-2006 ImageMagick Studio LLC</span> </div> <div style="clear: both; margin: 0; width: 100%; "></div> </body> </html>