diff options
Diffstat (limited to 'www/authors.html')
-rw-r--r-- | www/authors.html | 194 |
1 files changed, 118 insertions, 76 deletions
diff --git a/www/authors.html b/www/authors.html index 48116c7..c421bfe 100644 --- a/www/authors.html +++ b/www/authors.html @@ -1,12 +1,14 @@ -<?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 Authors</title> -<link rel="stylesheet" href="docutils-articles.css" type="text/css" /> + <meta charset="utf-8"> + <meta content="en" name="language"> + <title>GraphicsMagick Authors</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link media="screen" href="docutils-articles.css" type="text/css" rel="stylesheet"> + </head> + <body> <div class="banner"> @@ -19,6 +21,7 @@ </form> </div> + <div class="navmenu"> <ul> <li><a href="index.html">Home</a></li> @@ -32,9 +35,9 @@ <li><a href="reference.html">Reference</a></li> </ul> </div> + <div class="document" id="graphicsmagick-authors"> <h1 class="title">GraphicsMagick Authors</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. --> @@ -43,38 +46,41 @@ of GraphicsMagick. Please let us know if an author is missing, or a significant contribution was made and not recorded.</p> <div class="contents local topic" id="contents"> <ul class="simple"> -<li><a class="reference internal" href="#active-graphicsmagick-contributors" id="id1">Active GraphicsMagick Contributors</a></li> -<li><a class="reference internal" href="#former-graphicsmagick-contributors" id="id2">Former GraphicsMagick Contributors</a></li> -<li><a class="reference internal" href="#other-contributors-via-imagemagick" id="id3">Other Contributors (via ImageMagick)</a></li> +<li><p><a class="reference internal" href="#active-graphicsmagick-contributors" id="id1">Active GraphicsMagick Contributors</a></p></li> +<li><p><a class="reference internal" href="#former-graphicsmagick-contributors" id="id2">Former GraphicsMagick Contributors</a></p></li> +<li><p><a class="reference internal" href="#other-contributors-via-imagemagick" id="id3">Other Contributors (via ImageMagick)</a></p></li> </ul> </div> <div class="section" id="active-graphicsmagick-contributors"> <h1><a class="toc-backref" href="#id1">Active GraphicsMagick Contributors</a></h1> -<dl class="docutils"> +<dl class="simple"> <dt>Bob Friesenhahn</dt> -<dd>Principal maintainer of GraphicsMagick. Author of +<dd><p>Principal maintainer of GraphicsMagick. Author of Magick++ (C++ API to ImageMagick and GraphicsMagick). Author of module loader facility, automatic file identification (magic) support, Unix/Cygwin/MinGW configure/make facility, Windows setup.exe style installer, WMF renderer, C API documentation formatter, and the C, C++, and Perl test suites used by ImageMagick -and GraphicsMagick.</dd> +and GraphicsMagick.</p> +</dd> <dt>Jaroslav Fojtik</dt> -<dd>Authored the ART, CUT, HRZ, JNX, MAC, MATLAB, TOPOL, +<dd><p>Authored the ART, CUT, HRZ, JNX, MAC, MATLAB, TOPOL, and WPG coder modules. Improved the FITS and TXT coder modules. VisualMagick 'configure' improvements and build testing/fixes for many versions of Microsoft -Visual Studio.</dd> +Visual Studio.</p> +</dd> <dt>Tobias Mark</dt> -<dd>Authored the HEIF and JPEG XL coder modules.</dd> +<dd><p>Authored the HEIF and JPEG XL coder modules.</p> +</dd> </dl> </div> <div class="section" id="former-graphicsmagick-contributors"> <h1><a class="toc-backref" href="#id2">Former GraphicsMagick Contributors</a></h1> -<dl class="docutils"> +<dl class="simple"> <dt>Glenn Randers-Pehrson</dt> -<dd>Contributed significantly to the utilities, including +<dd><p>Contributed significantly to the utilities, including writing the 'gm' utility wrapper. Authored support for JNG, MNG, and PNG formats. Provided significant support for the BMP format. Significant improvements @@ -82,40 +88,50 @@ to the documentation, including creating a documentation authoring environment based on the <imdoc> format. Maintained the SourceForge mailing lists. GraphicsMagick would not be what it is today -without Glenn and he will always be remembered.</dd> +without Glenn and he will always be remembered.</p> +</dd> <dt>Gregory J Wolfe</dt> -<dd>Contributed significant improvements to the SVG -parsing and rendering code.</dd> +<dd><p>Contributed significant improvements to the SVG +parsing and rendering code.</p> +</dd> <dt>Troy Patteson</dt> -<dd>Contributed a several significant patches to fix image +<dd><p>Contributed a several significant patches to fix image rotation bugs and improve image rotation performance, as well as an improved bi-linear interpolation -implementation.</dd> +implementation.</p> +</dd> <dt>Kenneth Xu</dt> -<dd>Contributed the implementation of 'gm batch', a simple -batch mode for GraphicsMagick.</dd> +<dd><p>Contributed the implementation of 'gm batch', a simple +batch mode for GraphicsMagick.</p> +</dd> <dt>Sara Shafaei</dt> -<dd>Contributed a number of Wand API functions as well as -fixes for several composition operators.</dd> +<dd><p>Contributed a number of Wand API functions as well as +fixes for several composition operators.</p> +</dd> <dt>Brendan Lane</dt> -<dd>Contributed a large number of new Photoshop +<dd><p>Contributed a large number of new Photoshop composition operators and alpha-channel fixes for -existing ones.</dd> +existing ones.</p> +</dd> <dt>Dirk Lemstra</dt> -<dd>Contributed improvements to the VisualMagick configure +<dd><p>Contributed improvements to the VisualMagick configure program to support configuring more build options via the GUI dialogs and to deal with similarly named -files.</dd> +files.</p> +</dd> <dt>Roman Hiestand</dt> -<dd>Contributed WebP coder improvements.</dd> +<dd><p>Contributed WebP coder improvements.</p> +</dd> <dt>Mike Chiarappa</dt> -<dd>Created and maintains the Borland C++ Builder 6.0 build -environment for GraphicsMagick.</dd> +<dd><p>Created and maintains the Borland C++ Builder 6.0 build +environment for GraphicsMagick.</p> +</dd> <dt>Daniel Kobras</dt> -<dd>Provided many security patches and fixes from the Debian -project.</dd> +<dd><p>Provided many security patches and fixes from the Debian +project.</p> +</dd> <dt>William Radcliffe</dt> -<dd>Author of the VisualMagick project configure facility for +<dd><p>Author of the VisualMagick project configure facility for Visual C++. Author of FlashPix module. Author of the ImageMagickObject COM object for Windows. Author of the EMF, XTRN, and META coders. Significant contributions to @@ -123,88 +139,114 @@ the MSL, JPEG, TIFF, SVG, and URL coders. Authored "process" module support. Wrote the micro-timer facility used by 'identify'. Ported module loader support to Windows. Significantly improved polygon rendering -performance.</dd> +performance.</p> +</dd> <dt>Leonard Rosenthol</dt> -<dd>Authored the 'conjure' utility and associated MSL +<dd><p>Authored the 'conjure' utility and associated MSL execution environment. Provided MacOS support. Authored the CLIPBOARD, XCF, and PSD coders. Postscript and PDF expertise. Significant drawing enhancements including support for dash patterns, linecap stroking, clipping -masks and a mask image.</dd> +masks and a mask image.</p> +</dd> <dt>Lars Ruben Skyum</dt> -<dd>Contributed the -clippath functionality, added +<dd><p>Contributed the -clippath functionality, added -define support, improved color profile support, -and re-wrote the PS3 coder.</dd> +and re-wrote the PS3 coder.</p> +</dd> <dt>Rolf Schroedter</dt> -<dd>Principal author of TclMagick.</dd> +<dd><p>Principal author of TclMagick.</p> +</dd> <dt>David N. Welton</dt> -<dd>Co-author of TclMagick, particularly in the Unix environment.</dd> +<dd><p>Co-author of TclMagick, particularly in the Unix environment.</p> +</dd> <dt>Mark Mitchell</dt> -<dd>Contributed a new design for the web pages, including the +<dd><p>Contributed a new design for the web pages, including the formatting scripts, and converted many pages to the new -format.</dd> +format.</p> +</dd> <dt>Richard Nolde</dt> -<dd>Contributed code for converting between native floating -point types, and short (16/24) bit float types.</dd> -<dt>Clément Follet</dt> -<dd>Contributed Hald CLUT and ASC-CDL implementations.</dd> +<dd><p>Contributed code for converting between native floating +point types, and short (16/24) bit float types.</p> +</dd> +<dt>Clément Follet</dt> +<dd><p>Contributed Hald CLUT and ASC-CDL implementations.</p> +</dd> <dt>John Sergeant</dt> -<dd>Re-wrote the HP PCL writer to work much better, +<dd><p>Re-wrote the HP PCL writer to work much better, including support for compression. Implemented support for CALS type 1 format. Re-wrote the DICOM -reader.</dd> +reader.</p> +</dd> <dt>Roberto de Deus Barbosa Murta</dt> -<dd>Contributed the adaptive threshold implementation +<dd><p>Contributed the adaptive threshold implementation (-lat), which executes in linear rather than quadratic -time.</dd> +time.</p> +</dd> <dt>Samuel Thibault</dt> -<dd>Contributed support for the Braille image format.</dd> +<dd><p>Contributed support for the Braille image format.</p> +</dd> </dl> </div> <div class="section" id="other-contributors-via-imagemagick"> <h1><a class="toc-backref" href="#id3">Other Contributors (via ImageMagick)</a></h1> -<dl class="docutils"> +<dl class="simple"> <dt>John Cristy</dt> -<dd>Creator, principal author, and principal maintainer of +<dd><p>Creator, principal author, and principal maintainer of ImageMagick, from which GraphicsMagick is originally derived (from ImageMagick 5.5.2). Also the author of the Wand API to ImageMagick which is incorporated as -a stand-alone library by GraphicsMagick.</dd> +a stand-alone library by GraphicsMagick.</p> +</dd> <dt>Kelly Bergougnoux</dt> -<dd>Authored the initial Cineon coder (which has since been -replaced).</dd> +<dd><p>Authored the initial Cineon coder (which has since been +replaced).</p> +</dd> <dt>Christopher R. Hawks</dt> -<dd>Authored the PALM coder.</dd> +<dd><p>Authored the PALM coder.</p> +</dd> <dt>Francis J. Franklin</dt> -<dd>Ported the WMF coder to the libwmf 0.2 API.</dd> +<dd><p>Ported the WMF coder to the libwmf 0.2 API.</p> +</dd> <dt>Rick Mabry</dt> -<dd>Contributed code to support filling drawn objects using a -pattern image.</dd> +<dd><p>Contributed code to support filling drawn objects using a +pattern image.</p> +</dd> <dt>Nathan Brown</dt> -<dd>Original author of the JP2 coder.</dd> +<dd><p>Original author of the JP2 coder.</p> +</dd> <dt>Kyle Shorter</dt> -<dd>Original author of PerlMagick. Original author of the -LOCALE coder.</dd> +<dd><p>Original author of PerlMagick. Original author of the +LOCALE coder.</p> +</dd> <dt>Markus Friedl</dt> -<dd>Original author of Base64 encode/decode sources.</dd> +<dd><p>Original author of Base64 encode/decode sources.</p> +</dd> <dt>David Harr</dt> -<dd>Contributed (with Leonard Rosenthol) dash pattern, +<dd><p>Contributed (with Leonard Rosenthol) dash pattern, linecap stroking algorithm, and minor rendering -improvements.</dd> +improvements.</p> +</dd> <dt>Troy Edwards</dt> -<dd>Authored the source RPM spec file for GraphicsMagick.</dd> +<dd><p>Authored the source RPM spec file for GraphicsMagick.</p> +</dd> <dt>Milan Votava</dt> -<dd>Contributed support for Wireless BitMap, used in WAP - -Wireless Access Protocol.</dd> +<dd><p>Contributed support for Wireless BitMap, used in WAP - +Wireless Access Protocol.</p> +</dd> <dt>Mike Edmonds</dt> -<dd>Contributed the median filter algorithm.</dd> +<dd><p>Contributed the median filter algorithm.</p> +</dd> </dl> </div> </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> |