github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/share/doc/GraphicsMagick/www/thanks.html (about)

     1  <?xml version="1.0" encoding="utf-8" ?>
     2  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
     3  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
     4  <head>
     5  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     6  <meta name="generator" content="Docutils 0.15.2: http://docutils.sourceforge.net/" />
     7  <title>GraphicsMagick Thanks</title>
     8  <link rel="stylesheet" href="docutils-articles.css" type="text/css" />
     9  </head>
    10  <body>
    11  
    12  <div class="banner">
    13  <img src="images/gm-107x76.png" alt="GraphicMagick logo" width="107" height="76" />
    14  <span class="title">GraphicsMagick</span>
    15  <form action="http://www.google.com/search">
    16  	<input type="hidden" name="domains" value="www.graphicsmagick.org" />
    17  	<input type="hidden" name="sitesearch" value="www.graphicsmagick.org" />
    18      <span class="nowrap"><input type="text" name="q" size="25" maxlength="255" />&nbsp;<input type="submit" name="sa" value="Search" /></span>
    19  </form>
    20  </div>
    21  
    22  <div class="navmenu">
    23  <ul>
    24  <li><a href="index.html">Home</a></li>
    25  <li><a href="project.html">Project</a></li>
    26  <li><a href="download.html">Download</a></li>
    27  <li><a href="README.html">Install</a></li>
    28  <li><a href="Hg.html">Source</a></li>
    29  <li><a href="NEWS.html">News</a> </li>
    30  <li><a href="utilities.html">Utilities</a></li>
    31  <li><a href="programming.html">Programming</a></li>
    32  <li><a href="reference.html">Reference</a></li>
    33  </ul>
    34  </div>
    35  <div class="document" id="graphicsmagick-thanks">
    36  <h1 class="title">GraphicsMagick Thanks</h1>
    37  
    38  <!-- -*- mode: rst -*- -->
    39  <!-- This text is in reStucturedText format, so it may look a bit odd. -->
    40  <!-- See http://docutils.sourceforge.net/rst.html for details. -->
    41  <p>We would like to thank the following organizations or individuals who
    42  may have not contributed code but contributed substantially in other
    43  ways:</p>
    44  <div class="contents local topic" id="contents">
    45  <ul class="simple">
    46  <li><a class="reference internal" href="#fuzz-testing" id="id1">Fuzz Testing</a></li>
    47  <li><a class="reference internal" href="#security-analysis-reports" id="id2">Security Analysis/Reports</a></li>
    48  <li><a class="reference internal" href="#static-code-analysis" id="id3">Static Code Analysis</a></li>
    49  <li><a class="reference internal" href="#software-analysis-tools" id="id4">Software Analysis Tools</a></li>
    50  <li><a class="reference internal" href="#additional-acknowledgements" id="id5">Additional Acknowledgements</a></li>
    51  </ul>
    52  </div>
    53  <div class="section" id="fuzz-testing">
    54  <h1><a class="toc-backref" href="#id1">Fuzz Testing</a></h1>
    55  <blockquote>
    56  <ul class="simple">
    57  <li>Gustavo Grieco</li>
    58  <li>Agostino Sarubbo</li>
    59  <li>Jodie Cunningham</li>
    60  <li>Gynvael Coldwind and Mateusz Jurczyk of the Google Security Team</li>
    61  <li>Hanno Böck</li>
    62  <li>Tobias Ospelt</li>
    63  <li>Michal Zalewski</li>
    64  <li>Moshe Kaplan</li>
    65  </ul>
    66  </blockquote>
    67  </div>
    68  <div class="section" id="security-analysis-reports">
    69  <h1><a class="toc-backref" href="#id2">Security Analysis/Reports</a></h1>
    70  <blockquote>
    71  <ul class="simple">
    72  <li>John Lightsey</li>
    73  <li>David Chan</li>
    74  <li>Federico Larumbe</li>
    75  <li>Petr Gajdos</li>
    76  </ul>
    77  </blockquote>
    78  </div>
    79  <div class="section" id="static-code-analysis">
    80  <h1><a class="toc-backref" href="#id3">Static Code Analysis</a></h1>
    81  <blockquote>
    82  <ul class="simple">
    83  <li><a class="reference external" href="http://www.synopsys.com/software/coverity/">Coverity</a> was used (free of charge) to perform static code
    84  analysis of the software.  After resolving many issues, there are
    85  now zero reported defects per 1000 lines of code.</li>
    86  </ul>
    87  </blockquote>
    88  </div>
    89  <div class="section" id="software-analysis-tools">
    90  <h1><a class="toc-backref" href="#id4">Software Analysis Tools</a></h1>
    91  <blockquote>
    92  <ul class="simple">
    93  <li><a class="reference external" href="http://lcamtuf.coredump.cx/afl/">American fuzzy lop</a> was used (by many) to produce and discover
    94  many of the files which caused problems for the software.</li>
    95  <li><a class="reference external" href="http://quickfuzz.org/">QuickFuzz</a> was used (by Gustavo Grieco) to discover issues in the
    96  SVG renderer.  <a class="reference external" href="http://quickfuzz.org/">QuickFuzz</a> provides specific support for a set of
    97  file formats and is very good at chasing down and isolating
    98  weaknesses.</li>
    99  <li><a class="reference external" href="https://code.google.com/p/address-sanitizer/">AddressSanitizer</a> (ASan) was used to detect and isolate memory
   100  access issues.</li>
   101  <li><a class="reference external" href="http://www.valgrind.org/">Valgrind</a> was used to detect and isolate memory access issues as
   102  well as memory leaks.</li>
   103  </ul>
   104  </blockquote>
   105  </div>
   106  <div class="section" id="additional-acknowledgements">
   107  <h1><a class="toc-backref" href="#id5">Additional Acknowledgements</a></h1>
   108  <dl class="docutils">
   109  <dt>David Pensak, E. I. du Pont de Nemours and Company</dt>
   110  <dd>For providing the computing environment that made
   111  developing ImageMagick possible.</dd>
   112  <dt>Alexander Zimmermann</dt>
   113  <dd>Responsible for the ImageMagick Linux binary
   114  distributions for many years. His efforts are very much
   115  appreciated.</dd>
   116  <dt>Paul Heckbert, Carnegie Mellon University</dt>
   117  <dd>Image resizing is based on Paul Heckbert's Zoom program.</dd>
   118  <dt>Paul Raveling, USC Information Sciences Institute</dt>
   119  <dd>The spatial subdivision color reduction algorithm is
   120  based on his Img software.</dd>
   121  <dt>Michael Halle, Spatial Imaging Group at MIT</dt>
   122  <dd>For the initial implementation of Alan Paeth's image
   123  rotation algorithm.</dd>
   124  <dt>Peder Langlo, Hewlett Packard</dt>
   125  <dd>Made hundreds of suggestions and bug reports. Without
   126  Peder, this software would not be nearly as useful as it
   127  is today.</dd>
   128  <dt>Rod Bogart and John W. Peterson, University of Utah</dt>
   129  <dd>Image compositing is loosely based on rlecomp of the
   130  Utah Raster Toolkit.</dd>
   131  <dt>Alvy Ray Smith and Eric Ray Lyons</dt>
   132  <dd>HWB color transform and algorithm.</dd>
   133  <dt>Thomas R Crimmins</dt>
   134  <dd>Inventor of the eight hull algorithm used for speckle
   135  reduction.</dd>
   136  </dl>
   137  <hr class="docutils" />
   138  <div class="line-block">
   139  <div class="line">Copyright © GraphicsMagick Group 2002 - 2020</div>
   140  </div>
   141  <p>This program is covered by multiple licenses, which are described in
   142  Copyright.txt. You should have received a copy of Copyright.txt with this
   143  package; otherwise see <a class="reference external" href="http://www.graphicsmagick.org/Copyright.html">http://www.graphicsmagick.org/Copyright.html</a>.</p>
   144  </div>
   145  </div>
   146  </body>
   147  </html>