~ubuntu-branches/ubuntu/intrepid/graphicsmagick/intrepid

« back to all changes in this revision

Viewing changes to www/programming.html

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Kobras
  • Date: 2006-05-06 16:28:08 UTC
  • Revision ID: james.westby@ubuntu.com-20060506162808-vt2ni3r5nytcszms
Tags: upstream-1.1.7
ImportĀ upstreamĀ versionĀ 1.1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<HTML>
 
3
<HEAD>
 
4
        <META HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
 
5
        <TITLE>GraphicsMagick Programming Interfaces</TITLE>
 
6
        <META NAME="GENERATOR" CONTENT="StarOffice 7  (Solaris Sparc)">
 
7
        <META NAME="CREATED" CONTENT="20020823;18090800">
 
8
        <META NAME="CHANGEDBY" CONTENT="Robert Friesenhahn">
 
9
        <META NAME="CHANGED" CONTENT="20040606;13250600">
 
10
        <META NAME="DESCRIPTION" CONTENT="GraphicsMagick is a robust collection of tools and libraries to read, write, and manipulate    an image in any of the more popular image formats including GIF, JPEG, PNG, PDF, and Photo CD.  With GraphicsMagick you can create GIFs dynamically    making it suitable for Web applications.  You can also resize, rotate,  sharpen, color reduce, or add special effects to an image and save your completed work in the same or differing image format.">
 
11
        <META NAME="KEYWORDS" CONTENT="GraphicsMagick, Image Magick, Image Magic, PerlMagick, Perl Magick, Perl Magic, CineMagick, PixelMagick, Pixel Magic,    WebMagick, Web Magic, visualization, image processing, software     development, simulation, image, software, AniMagick, Animagic,    Magick++">
 
12
        <STYLE>
 
13
        <!--
 
14
                @page { size: 8.5in 11in }
 
15
                TD P { color: #000000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt }
 
16
                P { color: #000000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt }
 
17
                TH P { color: #000000; font-family: "Verdana", "Arial", "Helvetica", sans-serif; font-size: 12pt }
 
18
                A:link { color: #0085c0 }
 
19
                A:visited { color: #800080 }
 
20
        -->
 
21
        </STYLE>
 
22
</HEAD>
 
23
<BODY LANG="en-US" TEXT="#000000" LINK="#0085c0" VLINK="#800080" BGCOLOR="#ffffff" DIR="LTR">
 
24
<TABLE WIDTH=100% BORDER=0 CELLPADDING=2 CELLSPACING=2 STYLE="page-break-before: always">
 
25
        <TR>
 
26
                <TD BGCOLOR="#52799e">
 
27
                        <P><IMG SRC="../images/right_triangle.png" NAME="Graphic2" ALT="&gt;" ALIGN=BOTTOM WIDTH=15 HEIGHT=14 BORDER=0>
 
28
                        <B><FONT FACE="Helvetica, Arial"><FONT COLOR="#ffffff">GraphicsMagick
 
29
                        Programming Interfaces</FONT></FONT></B></P>
 
30
                </TD>
 
31
        </TR>
 
32
</TABLE>
 
33
<P STYLE="margin-bottom: 0in"><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3><I>GraphicsMagick</I>
 
34
capabilities may be accessed from many languages and scripting
 
35
environments via programming APIs as shown in the following table: </FONT></FONT>
 
36
</P>
 
37
<DL>
 
38
        <DD>
 
39
        <TABLE WIDTH=90% BORDER=1 BORDERCOLOR="#000000" CELLPADDING=6 CELLSPACING=0>
 
40
                <COL WIDTH=48*>
 
41
                <COL WIDTH=208*>
 
42
                <TR VALIGN=TOP>
 
43
                        <TH WIDTH=19% BGCOLOR="#52799e">
 
44
                                <P><FONT COLOR="#ffffff"><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3><SPAN STYLE="background: transparent">Language</SPAN></FONT></FONT></FONT></P>
 
45
                        </TH>
 
46
                        <TH WIDTH=81% BGCOLOR="#52799e">
 
47
                                <P><FONT COLOR="#ffffff"><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3><SPAN STYLE="background: transparent">Description</SPAN></FONT></FONT></FONT></P>
 
48
                        </TH>
 
49
                </TR>
 
50
                <TR VALIGN=TOP>
 
51
                        <TD WIDTH=19%>
 
52
                                <P ALIGN=LEFT><A HREF="api.html">C</A></P>
 
53
                        </TD>
 
54
                        <TD WIDTH=81%>
 
55
                                <P>C is the core programming interface for <EM>GraphicsMagick</EM>
 
56
                                                                </P>
 
57
                        </TD>
 
58
                </TR>
 
59
                <TR VALIGN=TOP>
 
60
                        <TD WIDTH=19%>
 
61
                                <P ALIGN=LEFT><A HREF="Magick++/index.html">C++</A></P>
 
62
                        </TD>
 
63
                        <TD WIDTH=81%>
 
64
                                <P>Magick++ provides an object-oriented C++ interface.</P>
 
65
                        </TD>
 
66
                </TR>
 
67
                <TR VALIGN=TOP>
 
68
                        <TD WIDTH=19%>
 
69
                                <P ALIGN=LEFT><A HREF="http://www.alagad.com/index.cfm/name-products" TARGET="_top">ColdFusion</A></P>
 
70
                        </TD>
 
71
                        <TD WIDTH=81%>
 
72
                                <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3>The
 
73
                                Alagad Magick Tag for ColdFusion is a free, open source,
 
74
                                ColdFusion Custom Tag.</FONT></FONT></P>
 
75
                        </TD>
 
76
                </TR>
 
77
                <TR VALIGN=TOP>
 
78
                        <TD WIDTH=19%>
 
79
                                <P ALIGN=LEFT><A HREF="http://www.simdesign.nl/components/imagemagick.html" TARGET="_top">Dephi</A></P>
 
80
                        </TD>
 
81
                        <TD WIDTH=81%>
 
82
                                <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3>Delphi
 
83
                                component wrapper.</FONT></FONT></P>
 
84
                        </TD>
 
85
                </TR>
 
86
                <TR VALIGN=TOP>
 
87
                        <TD WIDTH=19%>
 
88
                                <P ALIGN=LEFT><A HREF="http://www.yeo.id.au/jmagick" TARGET="_top">Java</A></P>
 
89
                        </TD>
 
90
                        <TD WIDTH=81%>
 
91
                                <P>JMagick provides a Java interface <EM>.</EM></P>
 
92
                        </TD>
 
93
                </TR>
 
94
                <TR VALIGN=TOP>
 
95
                        <TD WIDTH=19%>
 
96
                                <P ALIGN=LEFT><A HREF="http://www.lazerware.com/imagemagick/" TARGET="_top">Macintosh
 
97
                                Scripting Interface</A></P>
 
98
                        </TD>
 
99
                        <TD WIDTH=81%>
 
100
                                <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3>A
 
101
                                scripting interface for the Mac (unfortunately somewhat dated)</FONT></FONT></P>
 
102
                        </TD>
 
103
                </TR>
 
104
                <TR VALIGN=TOP>
 
105
                        <TD WIDTH=19%>
 
106
                                <P ALIGN=LEFT><A HREF="http://www.simplesystems.org/PtcMagick/" TARGET="_top">OpenPTC</A></P>
 
107
                        </TD>
 
108
                        <TD WIDTH=81%>
 
109
                                <P><FONT SIZE=3>PtcMagick provides an interface to load images
 
110
                                into OpenPTC (a video game programming environment).</FONT></P>
 
111
                        </TD>
 
112
                </TR>
 
113
                <TR VALIGN=TOP>
 
114
                        <TD WIDTH=19%>
 
115
                                <P ALIGN=LEFT><A HREF="perl.html">Perl</A></P>
 
116
                        </TD>
 
117
                        <TD WIDTH=81%>
 
118
                                <P>PerlMagick provides an object-oriented Perl interface<EM>.</EM></P>
 
119
                        </TD>
 
120
                </TR>
 
121
                <TR VALIGN=TOP>
 
122
                        <TD WIDTH=19%>
 
123
                                <P ALIGN=LEFT><A HREF="http://pear.php.net/imagick/" TARGET="_top">PHP</A></P>
 
124
                        </TD>
 
125
                        <TD WIDTH=81%>
 
126
                                <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3>The
 
127
                                PHP ImageMagick module provides a comprehensive API.</FONT></FONT></P>
 
128
                        </TD>
 
129
                </TR>
 
130
                <TR VALIGN=TOP>
 
131
                        <TD WIDTH=19%>
 
132
                                <P ALIGN=LEFT><A HREF="http://www.procoders.net/pythonmagick" TARGET="_top">Python</A></P>
 
133
                        </TD>
 
134
                        <TD WIDTH=81%>
 
135
                                <P>PythonMagick provides an object-oriented Python interface.</P>
 
136
                        </TD>
 
137
                </TR>
 
138
                <TR VALIGN=TOP>
 
139
                        <TD WIDTH=19%>
 
140
                                <P ALIGN=LEFT><A HREF="http://rmagick.rubyforge.org/" TARGET="_top">Ruby</A></P>
 
141
                        </TD>
 
142
                        <TD WIDTH=81%>
 
143
                                <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3>RMagick
 
144
                                provides a Ruby language extension </FONT></FONT>
 
145
                                </P>
 
146
                        </TD>
 
147
                </TR>
 
148
                <TR VALIGN=TOP>
 
149
                        <TD WIDTH=19%>
 
150
                                <P ALIGN=LEFT><A HREF="http://www.scheme.dk/imagemagick-for-mzscheme/" TARGET="_top">Scheme</A></P>
 
151
                        </TD>
 
152
                        <TD WIDTH=81%>
 
153
                                <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3>ImageMagick
 
154
                                for MzScheme provides a Scheme extension.</FONT></FONT></P>
 
155
                        </TD>
 
156
                </TR>
 
157
                <TR VALIGN=TOP>
 
158
                        <TD WIDTH=19%>
 
159
                                <P ALIGN=LEFT><A HREF="http://www.graphicsmagick.org/TclMagick/" TARGET="_top">Tcl/Tk</A></P>
 
160
                        </TD>
 
161
                        <TD WIDTH=81%>
 
162
                                <P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3>TclMagick
 
163
                                provides a scripting environment based on Tcl or Tcl/Tk.</FONT></FONT></P>
 
164
                        </TD>
 
165
                </TR>
 
166
                <TR VALIGN=TOP>
 
167
                        <TD WIDTH=19%>
 
168
                                <P ALIGN=LEFT><A HREF="ImageMagickObject.html">Windows OLE</A></P>
 
169
                        </TD>
 
170
                        <TD WIDTH=81%>
 
171
                                <P>The <A HREF="ImageMagickObject.html">ImageMagickObject OLE
 
172
                                control</A> supports utility-style access via a COM+ object from
 
173
                                C++, C#, Visual Basic, Windows Script Host, ASP, and Delphi,
 
174
                                programs under Microsoft Windows.</P>
 
175
                        </TD>
 
176
                </TR>
 
177
                <TR VALIGN=TOP>
 
178
                        <TD WIDTH=19%>
 
179
                                <P ALIGN=LEFT><A HREF="http://www.inet.hr/~mturk/wximagick/index.htm" TARGET="_top">wxWindows</A></P>
 
180
                        </TD>
 
181
                        <TD WIDTH=81%>
 
182
                                <P>wxImagick provides a C++ interface between <EM>GraphicsMagick</EM>
 
183
                                and wxWindows. Includes a sample image display program.</P>
 
184
                        </TD>
 
185
                </TR>
 
186
        </TABLE>
 
187
</DL>
 
188
<P><FONT FACE="Verdana, Arial, Helvetica, sans-serif"><FONT SIZE=3><I>Some
 
189
of these languages and scripting environments are supported by the
 
190
GraphicsMagick Group while others are developed and supported by
 
191
third parties.</I></FONT></FONT></P>
 
192
<HR>
 
193
<P ALIGN=CENTER><A HREF="Copyright.html">Copyright</A> <FONT FACE="Abadi Mt Condensed Extra Bold">&copy;</FONT>
 
194
GraphicsMagick Group 2002, 2003, 2004</P>
 
195
</BODY>
 
196
</HTML>
 
 
b'\\ No newline at end of file'