File: apis.html

package info (click to toggle)
imagemagick 6%3A6.0.6.2-2.9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 33,284 kB
  • ctags: 14,844
  • sloc: ansic: 190,790; cpp: 17,203; sh: 8,740; perl: 4,190; makefile: 1,740; tcl: 459
file content (203 lines) | stat: -rw-r--r-- 8,933 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US">
<head>
<title>ImageMagick - C Application Programming Interface</title>
<meta name="Description"
content="ImageMagick is a robust collection of tools and libraries to read, write, and manipulate an image in many image formats including popular formats like TIFF, JPEG, PNG, PDF, PhotoCD, and GIF. With ImageMagick you can create images dynamically, making it suitable for Web applications. You can also resize, rotate, sharpen, color reduce, or add special effects to an image or image sequence and save your completed work in the same or differing image format. Image processing operations are available from the command line, as well as through C, C++, Perl, or Java programming interfaces." />
<meta name="Keywords"
content="ImageMagick,PerlMagick,Magick++,Image,Magick,Magic,Pixel,Graphics,Perl,Wand" />
<meta name="Resource-type" content="document" />
<meta name="Robots" content="ALL" />
<link rel="stylesheet" type="text/css" href="../www/magick.css" />
</head>
<body marginheight="1" marginwidth="1" topmargin="1"
leftmargin="1">
<a name="top" id="top"></a> 
<table border="0" cellpadding="0" cellspacing="0" summary="Masthead" width="100%">
<tbody>
<tr>
<td bgcolor="#003399" width="25%" height="118" background="../images/background.gif"><a href="http://www.imagemagick.org/"><img src="../images/script.gif" width="278" height="118" border="0" alt="" /></a></td>
<td bgcolor="#003399" width="60%" height="118" background="../images/background.gif"><a href="http://www.networkeleven.com/direct.php?magick_all"><img src="../images/promote.png" border="0" width="186" height="52" vspace="29" alt="Powered by NetworkEleven" /></a></td>
<td bgcolor="#003399" width="114" height="118" align="right"><img src="../images/sprite.png" width="114" height="118" alt="" /></td>
<td bgcolor="#003399" width="114" height="118" align="right"><a href="http://www.imagemagick.net"><img src="../images/logo.png" width="114" height="118" border="0" alt="ImageMagick logo" /></a></td>
</tr></tbody></table>
<table align="left" border="0" cellpadding="2" cellspacing="2"
summary="Navigation buttons" width="20%">
<tr>
<td>
<form target="_self" action="../index.html"><input type="submit"
title="ImageMagick Home" value=" Home"
style="background-color: #1947A3; background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold" />
</form></td>
<td>
<form target="_self" action="../www/apis.html"><input type="submit"
title="ImageMagick API " value=" API "
style="background-color: #1947A3; background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold" />
</form></td>
<td>
<form target="_self" action="../www/download.html">
<input type="submit" title="ImageMagick Download" value="Download"
style="background-color: #1947A3; background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold" />
</form></td></tr></table>
<div align="right" style="margin-top:3px; padding-right:4px">
<form action="http://studio.imagemagick.org/Sage/scripts/Sage.cgi">
<input type="TEXT" name="query" size="32" maxlength="255" />
<input type="SUBMIT" name="sa" value="Search"
style="background-color: #1947A3; background-image:url('../images/background.gif'); bgcolor:#003399; color:#fbc713; font-weight:bold" />
</form></div>
<table align="left" border="0" cellpadding="10" cellspacing="0"
style="margin-top:-17px" width="100%">
<tr>
<br />
<td>
<p>ImageMagick capabilities may be accessed from many languages and
scripting environments as shown in the following table:</p>
<dl>
<dd>
<table width="90%" border="1" cellpadding="2" cellspacing="0">
<tbody>
<tr valign="top" bgcolor="#015F9D">
<th width="25%" bgcolor="#003399" border="0"
background="../images/background.gif">
<p><font color="#FBC713">Language</font></p></th>
<th width="75%" bgcolor="#003399" border="0"
background="../images/background.gif">
<p><font color="#FBC713">Description</font></p></th></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="../www/api.html"><span style="text-decoration: none;">C</span></a></p></td>
<td>
<p>C is the core programming interface to ImageMagick</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="../www/Magick++/index.html"><span style="text-decoration: none;">
C++</span></a></p></td>
<td>
<p>Magick++ provides an object-oriented C++ interface to
ImageMagick</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://www.alagad.com/index.cfm/name-products"><span style="text-decoration: none;">
ColdFusion</span></a></p></td>
<td>
<p>The Alagad Magick Tag for ColdFusion is a free, open source
ColdFusion Custom Tag.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://www.simdesign.nl/components/imagemagick.html"><span style="text-decoration: none;">
Delphi</span></a></p></td>
<td>
<p>Delphi wrapper for ImageMagick library.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://www.yeo.id.au/jmagick/"><span style="text-decoration: none;">
Java</span></a></p></td>
<td>
<p>JMagick provides an object-oriented Java interface to
ImageMagick</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://www.lazerware.com/imagemagick/"><span style="text-decoration: none;">
Macintosh Scripting Interface</span></a></p></td>
<td>
<p>A scripting interface for the Mac</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://www.simplesystems.org/PtcMagick/"><span style="text-decoration: none;">
OpenPTC</span></a></p></td>
<td>
<p>PtcMagick provides an interface to OpenPTC (a video game
programming environment).</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="../www/perl.html"><span style="text-decoration: none;">PerlMagick</span></a></p></td>
<td>
<p>PerlMagick provides an object-oriented Perl interface to
ImageMagick</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://pear.php.net/imagick/"><span style="text-decoration: none;">
PHP</span></a></p></td>
<td>
<p>A native PHP-extension to ImageMagick.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://sourceforge.net/projects/pylab"><span style="text-decoration: none;">
Python</span></a></p></td>
<td>
<p>Provides an object-oriented Python interface to
ImageMagick.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="ftp://ftp.imagemagick.org/pub/ImageMagick/python"><span style="text-decoration: none;">
PythonMagick</span></a></p></td>
<td>
<p>Here is another Python binding to ImageMagick.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://rmagick.rubyforge.org"><span style="text-decoration: none;">
RMagick</span></a></p></td>
<td>
<p>A RUBY extension to ImageMagick. A
<a href="http://studio.imagemagick.org/RMagick/doc"><span style="text-decoration: none;">
User's Guide and Reference</span></a> is available.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://www.scheme.dk/imagemagick-for-mzscheme/"><span style="text-decoration: none;">
Scheme</span></a></p></td>
<td>
<p>An object-oriented Scheme interface to
ImageMagick.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://tclmagick.sf.net"><span style="text-decoration: none;">
TclMagick</span></a></p></td>
<td>
<p>A Tcl/TK interface for image manipulation using the ImageMagick API.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="http://www.imagemagick.org/www/ImageMagickObject.html"><span style="text-decoration: none;">
Windows OLE</span></a></p></td>
<td>
<p>The ImageMagickObject OLE control supports utility-style access
via a COM+ object from C++, C#, Visual Basic, Windows Script Host,
ASP, and Delphi, programs under Microsoft Windows.</p></td></tr>
<tr valign="top" bgcolor="#015F9D">
<td>
<p align="left">
<a href="ftp://biolpc22.york.ac.uk/pub/contrib/wximagick/"><span style="text-decoration: none;">
wxImagick</span></a></p></td>
<td>
<p>A C++ interface between ImageMagick and wxWindows. Includes a
sample image display
program.</p></td></tr></tbody></table></dd></dl>
<p><br />
Some of these languages and scripting environments are supported by
ImageMagick Studio while others are developed and supported by
third parties.</p>
<br />
<hr />
<a href="#top"><img src="../images/top.gif" border="0" width="42"
height="42" align="right" alt="Top of page" /></a> 
<form action="http://studio.imagemagick.org/magick/"
style="margin-top:5px"><input type="submit" title="Help!"
value="Help!"
style="background-color: #1947A3; background-image:url('../images/background.gif'); color:#fbc713; font-weight:bold" />
 <small>"Image manipulation software that works like
magick"</small></form></td></tr></table>
</body>
</html>