summaryrefslogtreecommitdiff
path: root/www/programming.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/programming.html')
-rw-r--r--www/programming.html109
1 files changed, 57 insertions, 52 deletions
diff --git a/www/programming.html b/www/programming.html
index 4ff5e6e..b98cc31 100644
--- a/www/programming.html
+++ b/www/programming.html
@@ -1,14 +1,15 @@
-<?xml version="1.0" encoding="utf-8" ?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<!DOCTYPE html>
+<html lang="en">
<head>
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<meta name="generator" content="Docutils 0.16: http://docutils.sourceforge.net/" />
-<title>GraphicsMagick Programming Interfaces</title>
-<meta 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. " name="description" />
-<meta content="GraphicsMagick, Image Magick, Image Magic, PerlMagick, Perl Magick, Perl Magic, image processing, software development, image, software, Magick++" name="keywords" />
-<link rel="stylesheet" href="docutils-articles.css" type="text/css" />
+ <meta charset="utf-8">
+ <meta content="en" name="language">
+ <title>GraphicsMagick Programming Interfaces</title>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link media="screen" href="docutils-articles.css" type="text/css" rel="stylesheet">
+<meta 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. " name="description" >
+<meta content="GraphicsMagick, Image Magick, Image Magic, PerlMagick, Perl Magick, Perl Magic, image processing, software development, image, software, Magick++" name="keywords" >
</head>
+
<body>
<div class="banner">
@@ -21,6 +22,7 @@
</form>
</div>
+
<div class="navmenu">
<ul>
<li><a href="index.html">Home</a></li>
@@ -34,74 +36,74 @@
<li><a href="reference.html">Reference</a></li>
</ul>
</div>
+
<div class="document" id="graphicsmagick-programming-interfaces">
<h1 class="title">GraphicsMagick Programming Interfaces</h1>
-
<!-- -*- mode: rst -*- -->
<!-- This text is in reStucturedText format, so it may look a bit odd. -->
<!-- See http://docutils.sourceforge.net/rst.html for details. -->
<p>GraphicsMagick capabilities may be accessed from many languages and scripting
environments via programming APIs as shown in the following table:</p>
-<table border="1" class="docutils">
+<table>
<colgroup>
-<col width="24%" />
-<col width="76%" />
+<col style="width: 24%" />
+<col style="width: 76%" />
</colgroup>
-<thead valign="bottom">
-<tr><th class="head">Language</th>
-<th class="head">Description</th>
+<thead>
+<tr><th class="head"><p>Language</p></th>
+<th class="head"><p>Description</p></th>
</tr>
</thead>
-<tbody valign="top">
-<tr><td><a class="reference external" href="api/api.html">C Core</a></td>
-<td>C language API for the lowest-level core programming interface.</td>
+<tbody>
+<tr><td><p><a class="reference external" href="api/api.html">C Core</a></p></td>
+<td><p>C language API for the lowest-level core programming interface.</p></td>
</tr>
-<tr><td><a class="reference external" href="wand/wand.html">C Wand</a></td>
-<td>C language API for the mid-level Wand API programming interface.</td>
+<tr><td><p><a class="reference external" href="wand/wand.html">C Wand</a></p></td>
+<td><p>C language API for the mid-level Wand API programming interface.</p></td>
</tr>
-<tr><td><a class="reference external" href="Magick++/index.html">C++</a></td>
-<td>Magick++ provides an abstract object-oriented C++ interface.</td>
+<tr><td><p><a class="reference external" href="Magick++/index.html">C++</a></p></td>
+<td><p>Magick++ provides an abstract object-oriented C++ interface.</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/gographics/gmagick">Go</a></td>
-<td>Native Go binding to GraphicsMagick's MagickWand C API</td>
+<tr><td><p><a class="reference external" href="https://github.com/gographics/gmagick">Go</a></p></td>
+<td><p>Native Go binding to GraphicsMagick's MagickWand C API</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/arcapos/luagraphicsmagick">Lua</a></td>
-<td>GraphicsMagick for Lua interfaces to GraphicsMagick's Wand API.</td>
+<tr><td><p><a class="reference external" href="https://github.com/arcapos/luagraphicsmagick">Lua</a></p></td>
+<td><p>GraphicsMagick for Lua interfaces to GraphicsMagick's Wand API.</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/aheckmann/gm">node.js</a></td>
-<td>Graphicsmagick for node.js provides server-side support for
-Javascript programming with node.js.</td>
+<tr><td><p><a class="reference external" href="https://github.com/aheckmann/gm">node.js</a></p></td>
+<td><p>Graphicsmagick for node.js provides server-side support for
+Javascript programming with node.js.</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/vitoc/gmagick">PHP</a></td>
-<td>Gmagick provides a small and fast extension for PHP.</td>
+<tr><td><p><a class="reference external" href="https://github.com/vitoc/gmagick">PHP</a></p></td>
+<td><p>Gmagick provides a small and fast extension for PHP.</p></td>
</tr>
-<tr><td><a class="reference external" href="perl.html">Perl</a></td>
-<td>PerlMagick provides an object-oriented Perl interface.</td>
+<tr><td><p><a class="reference external" href="perl.html">Perl</a></p></td>
+<td><p>PerlMagick provides an object-oriented Perl interface.</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/hhatto/pgmagick">Python</a></td>
-<td>PgMagick provides the power and ease of the C++ API, but in Python.</td>
+<tr><td><p><a class="reference external" href="https://github.com/hhatto/pgmagick">Python</a></p></td>
+<td><p>PgMagick provides the power and ease of the C++ API, but in Python.</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/RedisLabsModules/graphicsmagick">Redis Module</a></td>
-<td>Image processing via redis APIs</td>
+<tr><td><p><a class="reference external" href="https://github.com/RedisLabsModules/graphicsmagick">Redis Module</a></p></td>
+<td><p>Image processing via redis APIs</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/rmagick-temp/rmagick">Ruby (RMagick)</a></td>
-<td>RMagick provides a native Ruby language extension</td>
+<tr><td><p><a class="reference external" href="https://github.com/rmagick-temp/rmagick">Ruby (RMagick)</a></p></td>
+<td><p>RMagick provides a native Ruby language extension</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/minimagick/minimagick">Ruby (MiniMagick)</a></td>
-<td>MiniMagick provides a Ruby language extension via a command line
-wrapper.</td>
+<tr><td><p><a class="reference external" href="https://github.com/minimagick/minimagick">Ruby (MiniMagick)</a></p></td>
+<td><p>MiniMagick provides a Ruby language extension via a command line
+wrapper.</p></td>
</tr>
-<tr><td><a class="reference external" href="http://www.graphicsmagick.org/TclMagick/doc/">Tcl/Tk</a></td>
-<td>TclMagick provides a scripting environment based on Tcl or Tcl/Tk.</td>
+<tr><td><p><a class="reference external" href="http://www.graphicsmagick.org/TclMagick/doc/">Tcl/Tk</a></p></td>
+<td><p>TclMagick provides a scripting environment based on Tcl or Tcl/Tk.</p></td>
</tr>
-<tr><td><a class="reference external" href="https://github.com/dlemstra/GraphicsMagick.NET">GraphicsMagick .NET</a></td>
-<td>GraphicsMagick.NET by Dirk Lemstra provides a Windows .NET
+<tr><td><p><a class="reference external" href="https://github.com/dlemstra/GraphicsMagick.NET">GraphicsMagick .NET</a></p></td>
+<td><p>GraphicsMagick.NET by Dirk Lemstra provides a Windows .NET
programming interface, allowing use of GraphicsMagick features
-via a stand-alone package.</td>
+via a stand-alone package.</p></td>
</tr>
-<tr><td><a class="reference external" href="ImageMagickObject.html">Windows OLE</a></td>
-<td>The ImageMagickObject OLE control supports utility-style access via
-a COM+ object.</td>
+<tr><td><p><a class="reference external" href="ImageMagickObject.html">Windows OLE</a></p></td>
+<td><p>The ImageMagickObject OLE control supports utility-style access via
+a COM+ object.</p></td>
</tr>
</tbody>
</table>
@@ -109,9 +111,12 @@ a COM+ object.</td>
GraphicsMagick Group while others are developed and supported by third parties.</em></p>
</div>
+
<hr class="docutils">
<div class="document">
- <p><a href="Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2022<!--SPONSOR_LOGO--></p>
+ <p><a href="Copyright.html">Copyright</a> © GraphicsMagick Group 2002 - 2023<!--SPONSOR_LOGO--></p>
+</div>
+
</div>
</body>
</html>