github.com/kaydxh/golang@v0.0.131/pkg/gocv/cgo/third_path/graphics-magick/share/doc/GraphicsMagick/www/ChangeLog-2002.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>ChangeLog-2002.rst</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">
    36  
    37  
    38  <p>2002-12-31  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
    39  <blockquote>
    40  <ul class="simple">
    41  <li>magick/command.c: Do not quantize CMYK (bug fix).</li>
    42  <li>magick/render.c: Ensure that stroke is not drawn wider than
    43  requested when antialiasing is disabled (bug fix).</li>
    44  </ul>
    45  </blockquote>
    46  <p>2002-12-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
    47  <blockquote>
    48  <ul class="simple">
    49  <li>magick/image.c: For TransformRGBImage() and RGBTransformImage()
    50  round values to int when creating tables rather than using scaling
    51  to avoid rounding.</li>
    52  </ul>
    53  </blockquote>
    54  <p>2002-12-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
    55  <blockquote>
    56  <ul class="simple">
    57  <li>coders/png.c: Fixed compile problems.</li>
    58  <li>magick/image.c: SyncImage() performance optimizations.</li>
    59  <li>TransformRGBImage() cleanup/enhancements. Some rounding issues
    60  remain.</li>
    61  <li>RGBTransformImage() cleanup/enhancements. Some rounding issues
    62  remain.</li>
    63  </ul>
    64  </blockquote>
    65  <p>2002-12-24  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
    66  <blockquote>
    67  <ul class="simple">
    68  <li>BUGFIX: Fixed bug, introduced on 12/18/02, in which a misplaced
    69  &quot;}&quot; caused an assertion failure after reading any opaque JNG
    70  image.</li>
    71  <li>Added CloseBlob before returning a NULL JNG image.</li>
    72  <li>Merged png.c with IM-5.5.3-1, including a seemingly pointless
    73  rename of SaveImageText string to SaveImageTag.</li>
    74  </ul>
    75  </blockquote>
    76  <p>2002-12-27  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
    77  <blockquote>
    78  <ul class="simple">
    79  <li>magick/image.c: Optimized gray x, y, z, tables creation in
    80  RGBTransformImage().</li>
    81  </ul>
    82  </blockquote>
    83  <p>2002-12-27  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
    84  <blockquote>
    85  <ul class="simple">
    86  <li>coders/pcd.c: IsPCDImage() fix offset to test header magic.</li>
    87  <li>coders/pcd.c: Ensure that blob is closed on error.</li>
    88  <li>coders (all): Pass image-&gt;colorspace to TransformRGBImage()</li>
    89  <li>magick (animate.c, command.c, display.c, image.c, nt_feature.c)
    90  Pass image-&gt;colorspace to TransformRGBImage().</li>
    91  <li>magick/nt_feature.c: Ensure that image is RGB prior to transfer
    92  to HBITMAP.</li>
    93  </ul>
    94  </blockquote>
    95  <p>2002-12-26  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
    96  <blockquote>
    97  <ul class="simple">
    98  <li>magick/image.c: Re-worked TransformRGBImage() again so that it
    99  is now smoking fast for Q:8 and Q:16. Changed lookup tables, and
   100  all per-pixel transforms to use only integer arithmetic. A
   101  pre-multiplication scheme is used which should actually improve
   102  the quantization error over using double arithmetic.  It is
   103  actually possible to improve Q:32 performance a bit more but is it
   104  worth the effort?</li>
   105  </ul>
   106  </blockquote>
   107  <p>2002-12-24  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   108  <blockquote>
   109  <ul class="simple">
   110  <li>magick/image.c: Implemented logging for TransformRGBImage() and
   111  RGBTransformImage().</li>
   112  </ul>
   113  </blockquote>
   114  <p>2002-12-24  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   115  <blockquote>
   116  <ul class="simple">
   117  <li>The png codec would close the blob twice (second time raising an
   118  assertion) if a libpng error was encountered.</li>
   119  <li>Sometimes the PNG writer would receive an invalid bit depth from
   120  CompositeImages(); this is now ignored.</li>
   121  </ul>
   122  </blockquote>
   123  <p>2002-12-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   124  <blockquote>
   125  <ul class="simple">
   126  <li>magick/image.c: Re-wrote TransformRGBImage() so that it does not
   127  penalize a Q:8 build.  The function should be faster now, but no
   128  timings have been made to verify that.</li>
   129  </ul>
   130  </blockquote>
   131  <p>2002-12-21  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   132  <blockquote>
   133  <ul class="simple">
   134  <li>Elimimated unused transparent_pixel array in png.c.</li>
   135  <li>Reverted to incrementing loops in bmp.c where the counter &quot;i&quot; is
   136  used in the loop.</li>
   137  </ul>
   138  </blockquote>
   139  <p>2002-12-20  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   140  <blockquote>
   141  <ul class="simple">
   142  <li>magick/command.c: Update MogrifyImage() so that gm is 9X faster
   143  when transforming a color image to grayscale.</li>
   144  </ul>
   145  </blockquote>
   146  <p>2002-12-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   147  <blockquote>
   148  <ul class="simple">
   149  <li>Updated coders to use VerifyColormapIndex macro rather than slow
   150  ConstrainColormapIndex() function.</li>
   151  <li>magick/constitute.c: Trial use of VerifyColormapIndex in
   152  PushImagePixels() IndexQuantum case.</li>
   153  </ul>
   154  </blockquote>
   155  <p>2002-12-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   156  <blockquote>
   157  <ul class="simple">
   158  <li>magick/color.c: Added VerifyColormapIndex macro to verify range
   159  of color index without a function call.</li>
   160  <li>coders/bmp.c: Updated to use VerifyColormapIndex macro.</li>
   161  </ul>
   162  </blockquote>
   163  <p>2002-12-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   164  <blockquote>
   165  <ul class="simple">
   166  <li>coders/bmp.c: Sped up RLE expansion and sped up byte-size
   167  PseudoColor scanline conversion.  Results in 50% speed-up when
   168  running on SPARC.</li>
   169  </ul>
   170  </blockquote>
   171  <p>2002-12-18  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   172  <blockquote>
   173  <ul class="simple">
   174  <li>utilities: Removed legacy ImageMagick utilities which have been
   175  rolled up into gm.c/command.c.</li>
   176  </ul>
   177  </blockquote>
   178  <p>2002-12-18  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   179  <blockquote>
   180  <ul class="simple">
   181  <li>PerlMagick/Magick.xs: Fixed FormatString() format problems
   182  identified by the compiler.</li>
   183  </ul>
   184  </blockquote>
   185  <p>2002-12-18  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   186  <blockquote>
   187  <ul class="simple">
   188  <li>magick/image.h: Moved function prototypes for functions
   189  implemented in code modules other than image.c to seperate header
   190  files with names based on the implementation files.</li>
   191  </ul>
   192  </blockquote>
   193  <p>2002-12-17  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   194  <blockquote>
   195  <ul class="simple">
   196  <li>magick/enhance.c: Report appropriate message while leveling
   197  image.</li>
   198  </ul>
   199  </blockquote>
   200  <p>2002-12-18  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   201  <blockquote>
   202  <ul class="simple">
   203  <li>Sync png.c and fx.c with IM-5.5.3.  &quot;gm convert -list format&quot;
   204  now includes zlib version info among the PNG info.</li>
   205  <li>ConvolveImage() logs kernel info as a &quot;Transform&quot; debug event.</li>
   206  <li>ReadJNGImage() now skips decoding JPEG subimage when &quot;pinging&quot;</li>
   207  </ul>
   208  </blockquote>
   209  <p>2002-12-17  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   210  <blockquote>
   211  <ul class="simple">
   212  <li>SVG element <cite>stroke-dasharray: 0</cite> no longer causes a
   213  segmentation fault.</li>
   214  </ul>
   215  </blockquote>
   216  <p>2002-12-17  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   217  <blockquote>
   218  <ul class="simple">
   219  <li>CoaleseceImage() properly handles a dispose method of
   220  BackgroundDispose.</li>
   221  </ul>
   222  </blockquote>
   223  <p>2002-12-17  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   224  <blockquote>
   225  <ul class="simple">
   226  <li>configure.ac: Updated to substitute for &#64;GMDelegate&#64;.</li>
   227  <li>magick/effect.c: Changed AdaptiveThresholdImage offset to double
   228  so that it works with QuantumDepth=32. Thanks to Glenn for
   229  pointing out this problem.</li>
   230  <li>magick/image.c: Adapted to AdaptiveThresholdImage API change.</li>
   231  <li>magick/image.h: Annotated global constants and functions with
   232  the name of the source file where they are implemented.  This is
   233  in preparation to break up image.h into multiple header files to
   234  diminish unnecessary header dependencies.</li>
   235  <li>coders/delegates.mgk.in: Updated to use &#64;GMDelegate&#64; definition
   236  and <cite>gm</cite> program rather than ImageMagick utility names.</li>
   237  <li>PerlMagick/t/read.t: Converted gradient test (which was not
   238  working at all) to compare with a reference image.</li>
   239  <li>PerlMagick/t/jpeg/read.t: Re-wrote to compare with reference
   240  image.</li>
   241  <li>PerlMagick/t/jpeg/write.t: Re-wrote to compare with reference
   242  image.</li>
   243  <li>magick/image.c, magick/command.c: Moved MogrifyImage and
   244  MogrifyImages from image.c to command.c in order to diminish
   245  unnecessary inter-object coupling. Only functions in command.c
   246  should use MogrifyImage or MogrifyImages.  Some work remains to
   247  accomplish that.</li>
   248  </ul>
   249  </blockquote>
   250  <p>2002-12-16  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   251  <blockquote>
   252  <ul class="simple">
   253  <li>coders/jpeg.c: Add missing break statements to fix colorspace
   254  handling when image colorspace is CMYKColorspace or
   255  YCbCrColorspace.</li>
   256  <li>magick/decorate.c: Cast to double in calculation.</li>
   257  <li>magick/enhance.c: Tweaks to equalization map calculation to
   258  (hopefully) provide more consistent results.</li>
   259  <li>magick/resize.c: Use type double rather than long for minify
   260  weighting constants.</li>
   261  </ul>
   262  </blockquote>
   263  <p>2002-12-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   264  <blockquote>
   265  <ul class="simple">
   266  <li>coders/image.h: AdaptiveThresholdImage offset must be a signed
   267  type.</li>
   268  </ul>
   269  </blockquote>
   270  <p>2002-12-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   271  <blockquote>
   272  <ul class="simple">
   273  <li>Re-wrote PerlMagick filter.t tests so that they all compare
   274  results with reference images rather than compare signatures.
   275  This makes the tests easier to maintain and also makes it easier
   276  to find errors in ImageMagick.</li>
   277  </ul>
   278  </blockquote>
   279  <p>2002-12-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   280  <blockquote>
   281  <ul class="simple">
   282  <li>magick/command.c: Warnings reduction</li>
   283  <li>magick/list.c: Warnings reduction</li>
   284  </ul>
   285  </blockquote>
   286  <p>2002-12-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   287  <blockquote>
   288  <ul class="simple">
   289  <li>Updated PerlMagick tests for Emboss, Equalize, Gamma, Normalize,
   290  OilPaint, and Gradient so that they pass at Q:8 under Windows.</li>
   291  <li>Updated PerlMagick tests for Emboss, and reading WMF, so that
   292  they pass at Q:16 under Windows.</li>
   293  <li>VisualMagickinstallerImageMagick-16.iss: Ported over from
   294  ImageMagick-8.iss and verified.</li>
   295  </ul>
   296  </blockquote>
   297  <p>2002-12-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   298  <blockquote>
   299  <ul class="simple">
   300  <li>Major smashing of ImageMagick to GraphicsMagick in .txt files
   301  and .html files.</li>
   302  <li>ImageMagick.html: Renamed to index.html.</li>
   303  <li>www/ImageMagick.html: Renamed to www/GraphicsMagick.html</li>
   304  </ul>
   305  </blockquote>
   306  <p>2002-12-12  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   307  <blockquote>
   308  <ul class="simple">
   309  <li>magick/list.c: Added GetFirstImageInList() function.</li>
   310  <li>magick/list.c: Added GetLastImageInList() function.</li>
   311  <li>coders/pcd.c: Re-implemented image tile labeling to avoid use of
   312  MogrifyImages().</li>
   313  </ul>
   314  </blockquote>
   315  <p>2002-12-12  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   316  <blockquote>
   317  <ul class="simple">
   318  <li>Added <cite>commit</cite> shell script to CVS for those who chose to use
   319  it.</li>
   320  </ul>
   321  </blockquote>
   322  <p>2002-12-12  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   323  <blockquote>
   324  <ul class="simple">
   325  <li>magick/magick.c: Ensure that operating system call error return
   326  values are never used in resource limit calculation.</li>
   327  </ul>
   328  </blockquote>
   329  <p>2002-12-12 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   330  <blockquote>
   331  <ul class="simple">
   332  <li>magick/magick.c: Fixed bugs in InitializeMagick, but I also
   333  heavily commented the code so show what it seems to be doing. It
   334  appears broken and needs testing on all platforms. Toward that
   335  end, I added Log events so that we can see what it is doing.</li>
   336  </ul>
   337  </blockquote>
   338  <p>2002-12-12 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   339  <blockquote>
   340  <ul class="simple">
   341  <li>utilities/gm.c: Fixes a crashing bug in gm.c caused by an
   342  attempt to free a bad pointer. Added comments to the code that
   343  explain why this happens so that future developers don't fall into
   344  the same trap.  * win2k/IMDisplay/IMDisplay.rc Modified some of
   345  the string resources that define supported file formats that were
   346  in error. One example was eps with had a *.eps in the string
   347  instead of just .eps. This caused the document class to ASSERT
   348  under the debug build.</li>
   349  </ul>
   350  </blockquote>
   351  <p>2002-12-12  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   352  <blockquote>
   353  <ul class="simple">
   354  <li>Enable the module loading code for shared/DLL builds regardless
   355  of whether the build is a &quot;modules&quot; build. This allows users to
   356  add their own modules without requiring the use of a special
   357  &quot;modules&quot; build.</li>
   358  </ul>
   359  </blockquote>
   360  <p>2002-12-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   361  <blockquote>
   362  <ul class="simple">
   363  <li>magick/image.h: Backed out arbitrary name change from
   364  ChannelThresholdImage() to ThresholdImageChannel() that snuck in
   365  from Cristy's image.h changes.</li>
   366  </ul>
   367  </blockquote>
   368  <p>2002-12-11  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   369  <blockquote>
   370  <ul class="simple">
   371  <li>coders/psd.c: Reference cloned image Blob (not sure why needed
   372  but must be important).</li>
   373  </ul>
   374  </blockquote>
   375  <p>2002-12-11  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   376  <blockquote>
   377  <ul class="simple">
   378  <li>magick/enhance.c: Fixed LevelImage() to accept percent
   379  black/white points (.i.e. 90%).</li>
   380  <li>magick/enhance.c: Added LevelImageChannel().</li>
   381  <li>magick/enhance.c: Improved Q:8 performance of color
   382  transformations (e.g. for Gamma) which are based on a mapping
   383  array.</li>
   384  <li>coders/pcl.c: Fixed PCL coder to output proper color PCL
   385  instructions.</li>
   386  </ul>
   387  </blockquote>
   388  <p>2002-12-09  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   389  <blockquote>
   390  <ul class="simple">
   391  <li>magick/image.c: Disabled SetImageInfo() code which uses
   392  GetImageMagick() to test file magic via Is* methods so that we can
   393  learn if eliminating use of these tests causes any ill effects.</li>
   394  </ul>
   395  </blockquote>
   396  <p>2002-12-09 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   397  <blockquote>
   398  <ul class="simple">
   399  <li>Moved xtrn.c from contrib area into coders area so that it can
   400  be used from within the COM object. This is windows only code that
   401  provides a back door way for the COM object to have data read or
   402  written into VB arrays.</li>
   403  </ul>
   404  </blockquote>
   405  <p>2002-12-08  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   406  <blockquote>
   407  <ul class="simple">
   408  <li>magick/mac.c: Merged in fixes from ImageMagick version.</li>
   409  <li>magick/magick.mgk: Merged in fixes from ImageMagick version.</li>
   410  </ul>
   411  </blockquote>
   412  <p>2002-12-07  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   413  <blockquote>
   414  <ul class="simple">
   415  <li>magick/image.c: Fix ChannelImage() so that it does not destroy
   416  CMYK(A) channels by forcing RGB.</li>
   417  </ul>
   418  </blockquote>
   419  <p>2002-12-06  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   420  <blockquote>
   421  <ul class="simple">
   422  <li>magick/version.h: Changed to release 1.0.0.</li>
   423  <li>magick/nt_base.c: Changed &quot;ImageMagick&quot; to &quot;GraphicsMagick&quot; so
   424  registry lookups work for GraphicsMagick.  Probably should be
   425  configured via a magick_config.h define.</li>
   426  <li>VisualMagick/installer/ImageMagick-8.iss:
   427  Changed for GraphicsMagick.</li>
   428  <li>utilities/conjure.c: Fix unterminated comment.</li>
   429  </ul>
   430  </blockquote>
   431  <p>2002-12-06 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   432  <blockquote>
   433  <ul class="simple">
   434  <li>coders/jpeg.c: Modification of JPEG APP1 detection logic to name
   435  EXIF and XMP profiles as EXIF and XMP instead of APP1. THe current
   436  algorithm is brute force.</li>
   437  <li>coders/meta.c: Modification deal with EXIF and XMP requests so
   438  that you can ask for these blobs specifically if they exist.</li>
   439  <li>coders/pdf.c,ps.c,ps2.c,ps3.c: Cristy bug fixes to eliminate
   440  redundant file access checking and fix embedded JPEG support.</li>
   441  <li>magick/random.c: Upgraded this to match current Cristy code. The
   442  upgrade is to support more robust temporary filenames in another
   443  change to this in utility.c however, I have not upgraded this code
   444  yet because I don't understand it well enough.</li>
   445  </ul>
   446  </blockquote>
   447  <p>2002-12-06  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   448  <blockquote>
   449  <ul class="simple">
   450  <li>Added build support for utilities/gm.c</li>
   451  </ul>
   452  </blockquote>
   453  <p>2002-12-06  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   454  <blockquote>
   455  <ul class="simple">
   456  <li>Relocated animate, conjure, display, and import functions into
   457  command.c.</li>
   458  <li>Added utilities/gm.c; gm is a driver for all of the utility
   459  functions (animate, composite, conjure, convert, display,
   460  identify, import, mongrify, and montage), which are now run with
   461  &quot;gm convert [convert_options]&quot;, &quot;gm identify [identify_options]&quot;,
   462  etc.</li>
   463  </ul>
   464  </blockquote>
   465  <p>2002-12-05  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   466  <blockquote>
   467  <ul class="simple">
   468  <li>coders/pdf.c: Remove bogus code for handling temporary file.</li>
   469  </ul>
   470  </blockquote>
   471  <p>2002-12-04  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   472  <blockquote>
   473  <ul class="simple">
   474  <li>Updated to Autoconf 2.57.</li>
   475  <li>Install libraries as -lGraphicsMagick and -lGraphicsMagick++
   476  under Unix.</li>
   477  <li>Install headers under ${PREFIX}/include/GraphicsMagick under
   478  Unix.</li>
   479  <li>Update *-config scripts to produce correct library and include
   480  statements.</li>
   481  <li>Update PerlMagick to use correct library and include statements.</li>
   482  </ul>
   483  </blockquote>
   484  <p>2002-12-04 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   485  <blockquote>
   486  <ul class="simple">
   487  <li>contrib/win32/ATL7/ImageMagickObject/ImageMagickObject.cpp:
   488  Fixed serious problem with not installing custom error and warning
   489  handlers in the new version of the COM object.</li>
   490  </ul>
   491  </blockquote>
   492  <p>2002-12-04 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   493  <blockquote>
   494  <ul class="simple">
   495  <li>magick/constitute.c: Pass exceptions on write up into the
   496  exception structure passed into the WriteImages function.</li>
   497  </ul>
   498  </blockquote>
   499  <p>2002-12-04 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   500  <blockquote>
   501  <ul class="simple">
   502  <li>magick/image.c: Added orphan image functionality changes that
   503  are purported to fix bugs in PDF and PS coders.</li>
   504  </ul>
   505  </blockquote>
   506  <p>2002-12-04 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   507  <blockquote>
   508  <ul class="simple">
   509  <li>magick/locale.c: Hard coded the locale as per Cristy fix, but
   510  also added a comment and disabled useless code.</li>
   511  </ul>
   512  </blockquote>
   513  <p>2002-12-04 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   514  <blockquote>
   515  <ul class="simple">
   516  <li>VisualMagick/bin/magic.mgk: Added JNG as per the copy in magick
   517  subdirectory.</li>
   518  </ul>
   519  </blockquote>
   520  <p>2002-12-04 William Radcliffe &lt;<a class="reference external" href="mailto:billr&#37;&#52;&#48;corbis&#46;com">billr<span>&#64;</span>corbis<span>&#46;</span>com</a>&gt;</p>
   521  <blockquote>
   522  <ul class="simple">
   523  <li>tiff/libtiff/tiff.h: Minor changes to make reading older
   524  Photoshop TIFF files spew fewer warnings.</li>
   525  </ul>
   526  </blockquote>
   527  <p>2002-12-04  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   528  <blockquote>
   529  <ul class="simple">
   530  <li>Optimized ConvolveImage() by normalizing the kernel values
   531  instead of normalizing the pixels.</li>
   532  </ul>
   533  </blockquote>
   534  <p>2002-12-01  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   535  <blockquote>
   536  <ul class="simple">
   537  <li>www/formats.html: Add JNG and fix libpng links.</li>
   538  </ul>
   539  </blockquote>
   540  <p>2002-12-01  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   541  <blockquote>
   542  <ul class="simple">
   543  <li>ChangeLog: Updated this ChangeLog to use the format prescribed
   544  by the GNU coding standards.</li>
   545  </ul>
   546  </blockquote>
   547  <p>2002-12-01  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   548  <blockquote>
   549  <ul class="simple">
   550  <li>coders/png.c: Use PNG_SETJMP_NOT_THREAD_SAFE to indicate that
   551  the C library's setjmp() API is not thread safe.</li>
   552  <li>Fix use of image_info-&gt;blob.</li>
   553  </ul>
   554  </blockquote>
   555  <p>2002-11-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   556  <blockquote>
   557  <ul class="simple">
   558  <li>Set up new CVS repository for GraphicsMagick based on current
   559  ImageMagick 5.5.2 (pre-release) sources.</li>
   560  </ul>
   561  </blockquote>
   562  <p>2002-11-15  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   563  <blockquote>
   564  <ul class="simple">
   565  <li>Flashpix library now uses C++ standard &lt;new&gt; and iostreams
   566  rather than legacy new and iostreams.</li>
   567  </ul>
   568  </blockquote>
   569  <p>2002-11-15  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   570  <blockquote>
   571  <ul class="simple">
   572  <li>The blob methods were enhanced to use GZip or BZip API methods
   573  to compress/uncompress images (previously the external programs
   574  gunzip or bunzip2 were used).</li>
   575  </ul>
   576  </blockquote>
   577  <p>2002-11-15  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   578  <blockquote>
   579  <ul class="simple">
   580  <li>Update to Autoconf 2.56</li>
   581  </ul>
   582  </blockquote>
   583  <p>2002-11-14  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   584  <blockquote>
   585  <ul class="simple">
   586  <li>Update to Autoconf 2.55</li>
   587  </ul>
   588  </blockquote>
   589  <p>2002-11-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   590  <blockquote>
   591  <ul class="simple">
   592  <li>Moved coder Register/Unregister method prototypes to static.h
   593  since they are only needed by static.c.</li>
   594  <li>Removed defunct HDF and libmpeg2 support since it was confusing
   595  to users.</li>
   596  </ul>
   597  </blockquote>
   598  <p>2002-11-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   599  <blockquote>
   600  <ul class="simple">
   601  <li>coders/wmf.c: Set white background of embedded bitmaps to
   602  transparent if the image background is a texture image, not-white,
   603  or non-opaque.  This improves the output when the WMF is rendered
   604  on a non-default background.</li>
   605  </ul>
   606  </blockquote>
   607  <p>2002-11-10  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   608  <blockquote>
   609  <ul class="simple">
   610  <li>Updated Windows CVS to FreeType 2.1.2.</li>
   611  </ul>
   612  </blockquote>
   613  <p>2002-11-09  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   614  <blockquote>
   615  <ul class="simple">
   616  <li>Updated Windows CVS to Jasper 1.600.0.</li>
   617  </ul>
   618  </blockquote>
   619  <p>2002-11-09  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   620  <blockquote>
   621  <ul class="simple">
   622  <li>Verify sanity of sysconf(_SC_PAGE_SIZE) and
   623  sysconf(_SC_PHYS_PAGES) before using their values.</li>
   624  </ul>
   625  </blockquote>
   626  <p>2002-11-05  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   627  <blockquote>
   628  <ul class="simple">
   629  <li>Modified IMdisplay so that larger images may be loaded
   630  (primarily limited by Windows bitmap size limits).</li>
   631  <li>Added some more file types (EPS, GIF, MIFF, SVG, &amp; WMF) to
   632  IMdisplay's file open list.</li>
   633  <li>The list management methods were given more meaningful names.</li>
   634  </ul>
   635  </blockquote>
   636  <p>2002-11-04  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   637  <blockquote>
   638  <ul class="simple">
   639  <li>Modified IMdisplay so that Magick++ Images are stored by value
   640  rather than via pointer.</li>
   641  <li>IMdisplay now uses minify(), magnify(), and zoom() methods where
   642  appropriate.</li>
   643  </ul>
   644  </blockquote>
   645  <p>2002-11-04  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   646  <blockquote>
   647  <ul class="simple">
   648  <li>Quantizing a DirectClass image with less than 256 unique colors
   649  is no longer lossy.</li>
   650  <li>Transparent TGA images had incorrect opacity values.</li>
   651  </ul>
   652  </blockquote>
   653  <p>2002-10-31  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   654  <blockquote>
   655  <ul class="simple">
   656  <li>Added configure test for compiler __func__ support
   657  (HAS___func__).</li>
   658  <li>Added configure test for ftime().</li>
   659  </ul>
   660  </blockquote>
   661  <p>2002-10-31  Leonard Rosenthol &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
   662  <blockquote>
   663  <ul class="simple">
   664  <li>CMYK + alpha layered PSD files now correctly read!</li>
   665  </ul>
   666  </blockquote>
   667  <p>2002-10-30  Leonard Rosenthol &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
   668  <blockquote>
   669  <ul class="simple">
   670  <li>ReadPSDImage() is now fully instrumented with logging</li>
   671  <li>Fixed long standing bug in ReadPSDImage, so it no longer returns
   672  an extra layer</li>
   673  </ul>
   674  </blockquote>
   675  <p>2002-10-29  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   676  <blockquote>
   677  <ul class="simple">
   678  <li>Added three output formats: PNG24 (24-bit RGB PNG, opaque only),
   679  PNG32 32-bit (RGBA PNG, semitransparency OK), and PNG8 (8-bit
   680  indexed PNG, binary transparency only).</li>
   681  </ul>
   682  </blockquote>
   683  <p>2002-10-27  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   684  <blockquote>
   685  <ul class="simple">
   686  <li>coders/vid.c: Modified to be 10X faster for large images and to
   687  take advantage of JPEG size optimizations.</li>
   688  </ul>
   689  </blockquote>
   690  <p>2002-10-27  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   691  <blockquote>
   692  <ul class="simple">
   693  <li>magick/xwindow.c: Optimize loading of TrueColor images with
   694  gamma = 1.0.</li>
   695  </ul>
   696  </blockquote>
   697  <p>2002-10-27  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   698  <blockquote>
   699  <ul class="simple">
   700  <li>coders/wmf.c: Added logging facilities.</li>
   701  </ul>
   702  </blockquote>
   703  <p>2002-10-27  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   704  <blockquote>
   705  <ul class="simple">
   706  <li>display.c: removed unnecessary SignatureImage() calls which
   707  dramatically slowed down loading images and quiting the program.</li>
   708  <li>xwindow.c: optimized image size reduction for the case where the
   709  target size is a small fraction of the original size. This makes
   710  creation of display's panner and thumbnail images tremendously
   711  faster, with no noticeable degradation of thumbnail quality.</li>
   712  </ul>
   713  </blockquote>
   714  <p>2002-10-21  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   715  <blockquote>
   716  <ul class="simple">
   717  <li>Added Windows95 define to VisualMagick magick_config.h to
   718  disable use of features not available under Windows '95</li>
   719  </ul>
   720  </blockquote>
   721  <p>2002-10-21  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   722  <blockquote>
   723  <ul class="simple">
   724  <li>Added large file pixel cache support for Windows NT.</li>
   725  </ul>
   726  </blockquote>
   727  <p>2002-10-21  Leonard Rosenthol &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
   728  <blockquote>
   729  <ul class="simple">
   730  <li>PDF coder no longer uses ASCII85 encoding with TIFF for MUCH
   731  smaller files!</li>
   732  <li>Cleaned up a few other things in PDF coder.</li>
   733  </ul>
   734  </blockquote>
   735  <p>2002-10-19  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   736  <blockquote>
   737  <ul class="simple">
   738  <li>Updated to Automake 1.7.1.</li>
   739  </ul>
   740  </blockquote>
   741  <p>2002-10-18  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   742  <blockquote>
   743  <ul class="simple">
   744  <li>PingBlob() improperly set the length of BlobInfo to zero.</li>
   745  <li>Fixed Ping() memory leak in PerlMagick.</li>
   746  <li>Fixed -map problem in convert/mogrify utilities.</li>
   747  <li>Fixed -remote problem with display utility (returns correct
   748  error status).</li>
   749  </ul>
   750  </blockquote>
   751  <p>2002-10-16  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   752  <blockquote>
   753  <ul class="simple">
   754  <li>-border with a single value now produces correct results
   755  (e.g. -border 10).</li>
   756  <li>Added -lat to convert/mogrify (local adaptive thresholding).</li>
   757  </ul>
   758  </blockquote>
   759  <p>2002-10-15  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   760  <blockquote>
   761  <ul class="simple">
   762  <li>Set locale type LC_NUMERIC to &quot;C&quot;.</li>
   763  <li>Bug fix for PS2 encoder.</li>
   764  <li>Added PS-Adobe preamble to PS3 encoder.</li>
   765  </ul>
   766  </blockquote>
   767  <p>2002-10-14  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   768  <blockquote>
   769  <ul class="simple">
   770  <li>ImageMagick 5.5.1 released.</li>
   771  </ul>
   772  </blockquote>
   773  <p>2002-10-12  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   774  <blockquote>
   775  <ul class="simple">
   776  <li>Use ImageMagick release number to allow multiple ImageMagick
   777  releases to co-exist without interference on the same machine.</li>
   778  </ul>
   779  </blockquote>
   780  <p>2002-10-09  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   781  <blockquote>
   782  <ul class="simple">
   783  <li>Decided that DrawGet functions should return by value.</li>
   784  </ul>
   785  </blockquote>
   786  <p>2002-10-06  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   787  <blockquote>
   788  <ul class="simple">
   789  <li>Added detailed logging to BMP, PNG, and JPEG codecs, including
   790  JPEG quality estimate.</li>
   791  </ul>
   792  </blockquote>
   793  <p>2002-10-01  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   794  <blockquote>
   795  <ul class="simple">
   796  <li>Added draw.h &quot;DrawGet&quot; equivalents to most of the &quot;DrawSet&quot;
   797  functions.</li>
   798  <li>Added an array size argument to DrawSetDashPattern and got rid
   799  of the zero-termination garbage.</li>
   800  <li>Remove <cite>Set</cite> from the names of draw.h functions which update the
   801  current affine transformation array (e.g. DrawSetRotate becomes
   802  DrawRotate).</li>
   803  </ul>
   804  </blockquote>
   805  <p>2002-09-29  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   806  <blockquote>
   807  <ul class="simple">
   808  <li>Updated to Automake 1.7.</li>
   809  </ul>
   810  </blockquote>
   811  <p>2002-09-29  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   812  <blockquote>
   813  <ul class="simple">
   814  <li>Under Windows, a DllMain function which automatically
   815  initializes ImageMagick (when ImageMagick is built using DLLs) may
   816  be added by defining ProvideDllMain in magick_config.h</li>
   817  </ul>
   818  </blockquote>
   819  <p>2002-09-28  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   820  <blockquote>
   821  <ul class="simple">
   822  <li>Added resource consumption methods, see magick/resource.c.</li>
   823  </ul>
   824  </blockquote>
   825  <p>2002-09-27  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   826  <blockquote>
   827  <ul class="simple">
   828  <li>Replaced underscores in commandline options with hyphens.  For
   829  backward compatibility, underscores will continue to be
   830  recognized.</li>
   831  <li>Added -blue-primary, -green-primary, -red-primary, -white-point
   832  options.</li>
   833  </ul>
   834  </blockquote>
   835  <p>2002-09-27  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   836  <blockquote>
   837  <ul class="simple">
   838  <li>Added BMP2 and BMP3 output formats.</li>
   839  <li>Changed chromaticity primary.z from 1.0 to
   840  1.0-(primary.x+primary.y) in the PNG and PCD codecs.</li>
   841  </ul>
   842  </blockquote>
   843  <p>2002-09-21  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   844  <blockquote>
   845  <ul class="simple">
   846  <li>Added <cite>exception</cite> parameter to the ImageMagick progress monitor
   847  API.</li>
   848  <li>Added enumerated types for the dispose member of the Image
   849  structure.</li>
   850  <li>Added -version option to commandline utilities.</li>
   851  </ul>
   852  </blockquote>
   853  <p>2002-09-21  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   854  <blockquote>
   855  <ul class="simple">
   856  <li>The xcf decoder would sometimes create artifacts when reading
   857  RLE-encoded grayscale images, due to the green and blue samples
   858  not being defined.</li>
   859  </ul>
   860  </blockquote>
   861  <p>2002-09-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   862  <blockquote>
   863  <ul class="simple">
   864  <li>Update to Autoconf 2.54.</li>
   865  </ul>
   866  </blockquote>
   867  <p>2002-08-08  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   868  <blockquote>
   869  <ul class="simple">
   870  <li>Added logging capabilities to the CORE API.  This facility is
   871  useful for debugging.  Added &quot;events&quot; parameter to the -debug
   872  commandline option.</li>
   873  <li>AcquireImagePixels() did not always return the same pixel values
   874  for virtual pixels when the cache was stored on disk (very rare).</li>
   875  <li>new -virtual-pixel command line option.</li>
   876  <li>new PerlMagick virtual-pixel image attribute.</li>
   877  </ul>
   878  </blockquote>
   879  <p>2002-08-07  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   880  <blockquote>
   881  <ul class="simple">
   882  <li>ImageMagick 5.4.9 released.</li>
   883  </ul>
   884  </blockquote>
   885  <p>2002-09-06  Leonard Rosenthol &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
   886  <blockquote>
   887  <ul class="simple">
   888  <li>Fixed some bugs in the Clipboard coder</li>
   889  <li>Added new ImageToHBITMAP function to NTFeature.c/.h in core</li>
   890  <li>Added support for Quantum==32 to IMDisplay</li>
   891  </ul>
   892  </blockquote>
   893  <p>2002-08-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   894  <blockquote>
   895  <ul class="simple">
   896  <li>Fix formatting in the *.mgk files so that they are XML conformant</li>
   897  </ul>
   898  </blockquote>
   899  <p>2002-08-30  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
   900  <blockquote>
   901  <ul class="simple">
   902  <li>QuantizeImage() did not always produce proper bilevel images.</li>
   903  </ul>
   904  </blockquote>
   905  <p>2002-08-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   906  <blockquote>
   907  <ul class="simple">
   908  <li>Apply prefix/suffix transformations to ImageMagick program names
   909  which are substituted into delegates.mgk.  This fix was requested
   910  by Glenn Randers-Pehrson.</li>
   911  </ul>
   912  </blockquote>
   913  <p>2002-08-25  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   914  <blockquote>
   915  <ul class="simple">
   916  <li>Arcs are now rendered properly.</li>
   917  <li>Use -authenticate to specifiy a password when viewing encrypted
   918  PDF's.</li>
   919  <li>-page was previouly being ignored.</li>
   920  <li>Configure files are returned as blobs now (suggested by William
   921  Radcliffe).</li>
   922  </ul>
   923  </blockquote>
   924  <p>2002-08-23  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   925  <blockquote>
   926  <ul class="simple">
   927  <li>Added --disable-installed option to configure to support
   928  building an ImageMagick which is not installed via hard-coded
   929  paths. This is intended to be used for the ad-hoc binary
   930  distributions built by ImageMagick Studio.</li>
   931  <li>The UseInstalledImageMagick define is to be used by builds
   932  formally installed under a prefix, or via the Windows registry.</li>
   933  <li>Replaced GetMagickConfigurePath() with the three functions
   934  FindConfigurationFile(), FindFontFile(), and FindModuleFile().</li>
   935  <li>Re-implemented InitializeMagick() to try harder at finding the
   936  uninstalled ImageMagick without the help of MAGICK_HOME.  In the
   937  future, it can try even harder.</li>
   938  <li>Unix binaries packages (built with --disable-installed) should
   939  now work using the same file layout as the distribution file.
   940  There is no longer a need to put all files in the same directory.</li>
   941  </ul>
   942  </blockquote>
   943  <p>2002-08-22  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   944  <blockquote>
   945  <ul class="simple">
   946  <li>Under Windows, define UseInstalledImageMagick to locate
   947  components using the registry rather than scanning the filesystem.</li>
   948  </ul>
   949  </blockquote>
   950  <p>2002-08-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   951  <blockquote>
   952  <ul class="simple">
   953  <li>Added DrawSetTextEncoding() function to specify text encoding
   954  (e.g. &quot;UTF-8&quot;).</li>
   955  </ul>
   956  </blockquote>
   957  <p>2002-08-16  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   958  <blockquote>
   959  <ul class="simple">
   960  <li>Extend <cite>convert -list type</cite> output so it prints more details.</li>
   961  <li>Fix draw.c problem when specifying font family names that
   962  contain spaces.</li>
   963  </ul>
   964  </blockquote>
   965  <p>2002-08-15  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   966  <blockquote>
   967  <ul class="simple">
   968  <li>Finished 32-Bit QuantumDepth support.</li>
   969  <li>Subimage memory leak fixed (bug report by William Radcliffe).</li>
   970  <li>Fixed subimage specification memory overrun.</li>
   971  <li>Subimage specification did not work properly under Windows.</li>
   972  </ul>
   973  </blockquote>
   974  <p>2002-08-15  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   975  <blockquote>
   976  <ul class="simple">
   977  <li>Fix problem with TEXT encoder.  It was prepending the filename
   978  to the text.</li>
   979  </ul>
   980  </blockquote>
   981  <p>2002-08-15  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   982  <blockquote>
   983  <ul class="simple">
   984  <li>Render Postscript via Ghostscript DLL (gsdll32.dll) under
   985  Windows if it can be loaded.  Only ps.c currently uses this to
   986  verify there are no problems.</li>
   987  </ul>
   988  </blockquote>
   989  <p>2002-08-14  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
   990  <blockquote>
   991  <ul class="simple">
   992  <li>Added 16-bit raw write support to PPM.</li>
   993  </ul>
   994  </blockquote>
   995  <p>2002-08-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
   996  <blockquote>
   997  <ul class="simple">
   998  <li>Re-implemented ReadTTFImage() using the draw.h APIs.</li>
   999  </ul>
  1000  </blockquote>
  1001  <p>2002-08-09  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1002  <blockquote>
  1003  <ul class="simple">
  1004  <li>Fixed a libtool bug in order to allow passing -m64 to allow
  1005  building 64-bit ImageMagick using gcc 3.1 or later under SPARC
  1006  Solaris.</li>
  1007  </ul>
  1008  </blockquote>
  1009  <p>2002-08-04  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1010  <blockquote>
  1011  <ul class="simple">
  1012  <li>Added experimental 32-bit QuantumDepth pixel support.</li>
  1013  <li>Stream support was not thread-safe (bug report by William Radcliffe).</li>
  1014  <li>Push/PopImagePixels() now recognizes the proper buffer length
  1015  (previously it operated on one scanline at a time).</li>
  1016  <li>Deprecated Down/Upscale defines.  Replaced them with
  1017  Scale*ToQuantum() and ScaleQuantumTo*() methods.</li>
  1018  </ul>
  1019  </blockquote>
  1020  <p>2002-08-02  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1021  <blockquote>
  1022  <ul class="simple">
  1023  <li>Changed configure argument --disable-16bit-pixel to
  1024  --with-quantum-depth in order to make its usage more
  1025  straightforward and generic.  Build ImageMagick using an eight-bit
  1026  quantum via --with-quantum-depth=8.</li>
  1027  <li>Magick++ library builds as a DLL under Windows now.</li>
  1028  </ul>
  1029  </blockquote>
  1030  <p>2002-07-31  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1031  <blockquote>
  1032  <ul class="simple">
  1033  <li>Delegates/modules are restricted to hard-coded search paths (a
  1034  security feature suggested by Bob Friesenhahn).</li>
  1035  </ul>
  1036  </blockquote>
  1037  <p>2002-07-29  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1038  <blockquote>
  1039  <ul class="simple">
  1040  <li>Added SubstituteString to utility.c for performing substitions
  1041  on strings.</li>
  1042  <li>Added support for performing Ghostscript-related substitutions
  1043  while reading delegates.mgk and type.mgk files.</li>
  1044  </ul>
  1045  </blockquote>
  1046  <p>2002-07-27  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1047  <blockquote>
  1048  <ul class="simple">
  1049  <li>Added the Windows utility functions NTGhostscriptDLL(),
  1050  NTGhostscriptEXE(), and NTGhostscriptFonts(), to find the DLL,
  1051  executable, and font directory corresponding to the newest
  1052  Ghostscript install on the system.</li>
  1053  </ul>
  1054  </blockquote>
  1055  <p>2002-07-25  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1056  <blockquote>
  1057  <ul class="simple">
  1058  <li>Split nt.c into ntbase.c and ntfeature.c</li>
  1059  <li>Split nt.h into ntbase.h and ntfeature.h</li>
  1060  <li>Invoke NTIsMagickConflict() under Cygwin to ensure that drive
  1061  letters in file specifications are not confused with magick
  1062  strings.</li>
  1063  <li>Invoke NTGetTypeList() under Cygwin to read the list of Windows
  1064  fonts.</li>
  1065  </ul>
  1066  </blockquote>
  1067  <p>2002-07-21  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1068  <blockquote>
  1069  <ul class="simple">
  1070  <li>Created Windows &quot;setup.exe&quot; style installation package for
  1071  ImageMagick.</li>
  1072  <li>Include PerlMagick Perl extension for ActiveState ActivePerl as
  1073  checkmark install option in Windows installation package.</li>
  1074  <li>Include ImageMagickObject OLE Object for WSH and Visual Basic
  1075  (not IIS!!!) as checkmark install option in Windows installation
  1076  package.</li>
  1077  <li>Windows installation package establishes file extension
  1078  associations for ImageMagick.</li>
  1079  </ul>
  1080  </blockquote>
  1081  <p>2002-07-17  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
  1082  <blockquote>
  1083  <ul class="simple">
  1084  <li>PPM files were being written in P4 or P5 format if all pixels
  1085  were gray.  This is correct behavior for the PNM format but not
  1086  for the PPM format.</li>
  1087  </ul>
  1088  </blockquote>
  1089  <p>2002-07-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1090  <blockquote>
  1091  <ul class="simple">
  1092  <li>Load font information from Windows rather than depending on hand
  1093  edited type-windows.mgk file. Still not incorporated in Cygwin
  1094  build.</li>
  1095  </ul>
  1096  </blockquote>
  1097  <p>2002-07-04  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1098  <blockquote>
  1099  <ul class="simple">
  1100  <li>Typos corrected in perl.html (thanks to Ron Savage);</li>
  1101  <li>A color profile is now correctly referred to as ICM instead of
  1102  IPTC.</li>
  1103  <li>Added XPM color compliance to colors.mgk.</li>
  1104  <li>$image-&gt;Get(<cite>clip-mask</cite>) now returns the clipping image.</li>
  1105  </ul>
  1106  </blockquote>
  1107  <p>2002-07-03  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1108  <blockquote>
  1109  <ul class="simple">
  1110  <li>Added NTRegistryKeyLookup() to nt.c in order to look up
  1111  ImageMagick installation parameters from the Windows Registry.</li>
  1112  <li>Updated GetMagickConfigurePath() in magick.c to use installation
  1113  path data from the Windows Registry (if available).</li>
  1114  <li>Updated VisualMagick/ImageMagick.iss so that Windows Registry is
  1115  updated by install package.</li>
  1116  </ul>
  1117  </blockquote>
  1118  <p>2002-07-03  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1119  <blockquote>
  1120  <ul class="simple">
  1121  <li>Semaphore.c will compile now when pthreads are not present.</li>
  1122  <li>8-Bit Quantum PCD images now read correctly.</li>
  1123  <li>The antialias member of the ImageInfo structure was not being
  1124  cloned.</li>
  1125  </ul>
  1126  </blockquote>
  1127  <p>2002-07-01  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1128  <blockquote>
  1129  <ul class="simple">
  1130  <li>ImageMagick 5.4.7 released.</li>
  1131  </ul>
  1132  </blockquote>
  1133  <p>2002-06-30  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1134  <blockquote>
  1135  <ul class="simple">
  1136  <li>magick/nt.c (readdir): Make readdir re-entrant for each instance
  1137  of DIR.  This should improve thread safety.</li>
  1138  <li>ltdl/ltdl.c : Support building as DLL under Win32.</li>
  1139  </ul>
  1140  </blockquote>
  1141  <p>2002-06-20  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1142  <blockquote>
  1143  <ul class="simple">
  1144  <li>Update to use Automake 1.6.2</li>
  1145  </ul>
  1146  </blockquote>
  1147  <p>2002-06-20  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1148  <blockquote>
  1149  <ul class="simple">
  1150  <li>Try harder when searching for Ghostscript fonts under Linux.</li>
  1151  </ul>
  1152  </blockquote>
  1153  <p>2002-06-19  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1154  <blockquote>
  1155  <ul class="simple">
  1156  <li>Identify PICT files via magic.mgk.</li>
  1157  </ul>
  1158  </blockquote>
  1159  <p>2002-06-18  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1160  <blockquote>
  1161  <ul class="simple">
  1162  <li>Added PerlMagick threading support (patch by Doug MacEachern).</li>
  1163  </ul>
  1164  </blockquote>
  1165  <p>2002-06-16  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1166  <blockquote>
  1167  <ul class="simple">
  1168  <li>CLIPBOARD and EMF modules compile under MinGW and Cygwin.</li>
  1169  </ul>
  1170  </blockquote>
  1171  <p>2002-06-14  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
  1172  <blockquote>
  1173  <ul class="simple">
  1174  <li>The wbmp writer would dump core if it received a DirectClass
  1175  image that contained only black and white pixels, because no
  1176  colormap exists.</li>
  1177  </ul>
  1178  </blockquote>
  1179  <p>2002-06-09  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1180  <blockquote>
  1181  <ul class="simple">
  1182  <li>Label color could not be set (bug report by Ron Savage).</li>
  1183  <li>Added CatchException() method to magick/error.c.</li>
  1184  </ul>
  1185  </blockquote>
  1186  <p>2002-06-06  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1187  <blockquote>
  1188  <ul class="simple">
  1189  <li>ImageMagick, version 5.4.6-1 released.</li>
  1190  </ul>
  1191  </blockquote>
  1192  <p>2002-06-05  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1193  <blockquote>
  1194  <ul class="simple">
  1195  <li>Added -encoding option to command line utilities.</li>
  1196  </ul>
  1197  </blockquote>
  1198  <dl class="docutils">
  1199  <dt>2002-06-02  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</dt>
  1200  <dd><ul class="first last simple">
  1201  <li>ImageMagick, version 5.4.6 released.</li>
  1202  </ul>
  1203  </dd>
  1204  </dl>
  1205  <p>2002-05-29  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1206  <blockquote>
  1207  <ul class="simple">
  1208  <li>ImageMagick may now be built (static build only) using the free
  1209  MinGW development package from <a class="reference external" href="http://www.mingw.org">http://www.mingw.org</a>.  Leonard's
  1210  &quot;clipboard&quot; coder is included in the build.</li>
  1211  </ul>
  1212  </blockquote>
  1213  <p>2002-05-28  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1214  <blockquote>
  1215  <ul class="simple">
  1216  <li>Added new &quot;clipboard&quot; coder for reading/writing the system's
  1217  clipboard.  Currently this is only implemented on Windows.  For
  1218  example: <cite>convert logo: clipboard:</cite>, <cite>convert clipboard: foo.png</cite>.</li>
  1219  </ul>
  1220  </blockquote>
  1221  <p>2002-05-28  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1222  <blockquote>
  1223  <ul class="simple">
  1224  <li>Support autotrace via delegates.mgk.  For example: <cite>convert
  1225  autotrace:file.png file.mvg</cite>.</li>
  1226  </ul>
  1227  </blockquote>
  1228  <p>2002-05-25  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1229  <blockquote>
  1230  <ul class="simple">
  1231  <li>Added progress monitor support to DrawImage().</li>
  1232  </ul>
  1233  </blockquote>
  1234  <p>2002-05-25  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1235  <blockquote>
  1236  <ul class="simple">
  1237  <li>Added progress monitor support to wmf.c.</li>
  1238  </ul>
  1239  </blockquote>
  1240  <p>2002-05-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1241  <blockquote>
  1242  <ul class="simple">
  1243  <li>Added EscapeText() to utility.c to support escaping text.</li>
  1244  </ul>
  1245  </blockquote>
  1246  <p>2002-05-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1247  <blockquote>
  1248  <ul class="simple">
  1249  <li>Text escaping for -draw and DrawAnnotation was not working
  1250  properly.  Now it does.  Backslash should act as a escape for the
  1251  the active quote character (', &quot;, or }) as well as backslash.  The
  1252  backslash should be discarded if it was used as an escape
  1253  character.  In order to reliably pass a backslash, two successive
  1254  backslashes are required
  1255  (e.g. &quot;\&quot;).</li>
  1256  </ul>
  1257  </blockquote>
  1258  <p>2002-05-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1259  <blockquote>
  1260  <ul class="simple">
  1261  <li>Modified Base64Encode() of utility.c so that it returns the
  1262  number of characters encoded. This avoids having to invoke
  1263  strlen() on possibly megabytes of data.</li>
  1264  </ul>
  1265  </blockquote>
  1266  <p>2002-05-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1267  <blockquote>
  1268  <ul class="simple">
  1269  <li>Fixed compilation error with Sun Workshop compiler (wmf.c).</li>
  1270  </ul>
  1271  </blockquote>
  1272  <p>2002-05-11  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1273  <blockquote>
  1274  <ul class="simple">
  1275  <li>Implement polypolygon support in WMF renderer.  Requires libwmf
  1276  0.2.4 with draw_polypolygon IPA callback.</li>
  1277  </ul>
  1278  </blockquote>
  1279  <p>2002-05-10  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1280  <blockquote>
  1281  <ul class="simple">
  1282  <li>Added --enable-ccmalloc configure option.</li>
  1283  </ul>
  1284  </blockquote>
  1285  <p>2002-05-09  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1286  <blockquote>
  1287  <ul class="simple">
  1288  <li>DCM patch provided by Shane Blackett.</li>
  1289  </ul>
  1290  </blockquote>
  1291  <p>2002-05-07  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1292  <blockquote>
  1293  <ul class="simple">
  1294  <li>Lock mutex when destroying a SemaphoreInfo structure (patch
  1295  provided by William Radcliffe).</li>
  1296  <li>Added mingw patches provided by Derry Bryson.</li>
  1297  </ul>
  1298  </blockquote>
  1299  <p>2002-05-05  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1300  <blockquote>
  1301  <ul class="simple">
  1302  <li>ImageMagick, version 5.4.5-1 released.</li>
  1303  </ul>
  1304  </blockquote>
  1305  <p>2002-04-30  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1306  <blockquote>
  1307  <ul class="simple">
  1308  <li>Subimage specification did not work for TIFF (e.g.  convert
  1309  <cite>image.tiff[1]</cite> image.png).</li>
  1310  </ul>
  1311  </blockquote>
  1312  <p>2002-04-30  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1313  <blockquote>
  1314  <ul class="simple">
  1315  <li>ImageMagick, version 5.4.5 released.</li>
  1316  </ul>
  1317  </blockquote>
  1318  <p>2002-04-20  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1319  <blockquote>
  1320  <ul class="simple">
  1321  <li>Added magic string detection for the FPX format (patch provided by
  1322  Marc).</li>
  1323  </ul>
  1324  </blockquote>
  1325  <p>2002-04-18  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1326  <blockquote>
  1327  <ul class="simple">
  1328  <li>Added ExceptionInfo parameter to C API method,
  1329  QueryColorDatabase().</li>
  1330  </ul>
  1331  </blockquote>
  1332  <p>2002-04-17  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1333  <blockquote>
  1334  <ul class="simple">
  1335  <li>Fixed all known bugs with the IMDisplay utility for Windows.</li>
  1336  </ul>
  1337  </blockquote>
  1338  <p>2002-04-17  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1339  <blockquote>
  1340  <ul class="simple">
  1341  <li>configure.ac (libtool_build_static_libs): Added
  1342  --enable-delegate-build option to suuport building ImageMagick
  1343  using delegate libraries in subdirectories of the ImageMagick
  1344  source directory.</li>
  1345  </ul>
  1346  </blockquote>
  1347  <p>2002-04-16  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1348  <blockquote>
  1349  <ul class="simple">
  1350  <li>WMF now supplies bitmaps as inline images rather than via a mpri
  1351  reference.</li>
  1352  </ul>
  1353  </blockquote>
  1354  <p>2002-04-15  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1355  <blockquote>
  1356  <ul class="simple">
  1357  <li>Fixed DrawImage() to properly handle affine image transforms.</li>
  1358  <li>Added AffineTransformImage() to C API.</li>
  1359  <li>Added -transform option to convert/mogrify program.</li>
  1360  </ul>
  1361  </blockquote>
  1362  <p>2002-04-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1363  <blockquote>
  1364  <ul class="simple">
  1365  <li>magick/magick.c (MagickToMime): New method to return the MIME
  1366  media type corresponding to a specified magick tag.</li>
  1367  </ul>
  1368  </blockquote>
  1369  <p>2002-04-12  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1370  <blockquote>
  1371  <ul class="simple">
  1372  <li>Fixed a bug in writing layer names in PSD files.</li>
  1373  </ul>
  1374  </blockquote>
  1375  <p>2002-04-10  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1376  <blockquote>
  1377  <ul class="simple">
  1378  <li>Fixed PingImage() memory leak (thanks to Timo Vogel).</li>
  1379  <li>Added encoding and unicode attributes to PerlMagick (patch
  1380  provided by Youki Kadobayashi).</li>
  1381  </ul>
  1382  </blockquote>
  1383  <p>2002-04-08  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1384  <blockquote>
  1385  <ul class="simple">
  1386  <li>Added reference counted blobs.</li>
  1387  <li>Added MagickFatalError() and SetFatalErrorHandler() to the C
  1388  API.</li>
  1389  <li>One color images caused memory corruption in QuantizeImage()
  1390  (thanks to Vincent Broz).</li>
  1391  <li>Memory leak in NormalizeImage() (thanks to Vincent Broz).</li>
  1392  </ul>
  1393  </blockquote>
  1394  <p>2002-04-06  Glenn Randers-Pehrson &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
  1395  <blockquote>
  1396  <ul class="simple">
  1397  <li>Added CCIS-601 4:2:2 YUV format read-write support.</li>
  1398  <li>Added CCIS-601 4:2:2 MPEG-2 format write support.</li>
  1399  <li>Fixed a bug introduced in 5.4.0 that caused files with &quot;M2V&quot;
  1400  suffix to be written in MPEG-1 instead of MPEG-2 format.</li>
  1401  </ul>
  1402  </blockquote>
  1403  <p>2002-03-28  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1404  <blockquote>
  1405  <ul class="simple">
  1406  <li>ImageToBlob() only returned the first frame of a multi-frame
  1407  image.</li>
  1408  </ul>
  1409  </blockquote>
  1410  <p>2002-04-05  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1411  <blockquote>
  1412  <ul class="simple">
  1413  <li>Fixed inversion of colors when converting CMYk JPEG to PDF</li>
  1414  </ul>
  1415  </blockquote>
  1416  <p>2002-04-01  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1417  <blockquote>
  1418  <ul class="simple">
  1419  <li>Fixed TTF preview function.</li>
  1420  </ul>
  1421  </blockquote>
  1422  <p>2002-03-28  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1423  <blockquote>
  1424  <ul class="simple">
  1425  <li>DCM patches provided by Syam Gadde.</li>
  1426  <li>Multi-frame MPC image files caused a fault under Windows.</li>
  1427  <li>Copy entire comment from SVG (bug report from Bob Friesenhahn).</li>
  1428  <li>Enlarged scanline buffer for JPEG-compressed TIFF's (bug report
  1429  from Bob Friesenhahn).</li>
  1430  </ul>
  1431  </blockquote>
  1432  <p>2002-03-27  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1433  <blockquote>
  1434  <ul class="simple">
  1435  <li>ImageMagick, version 5.4.4, released.</li>
  1436  </ul>
  1437  </blockquote>
  1438  <p>2002-03-26  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1439  <blockquote>
  1440  <ul class="simple">
  1441  <li>Added preliminary version of C API for vector drawing commands
  1442  (draw.h &amp; draw.c).  This interface is subject to change, and has
  1443  not even been tested yet so it should not be used to support
  1444  production code.  The previous draw.h and draw.c have been renamed
  1445  to render.h and render.c respectively.</li>
  1446  </ul>
  1447  </blockquote>
  1448  <p>2002-03-25  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1449  <blockquote>
  1450  <ul class="simple">
  1451  <li>Fixed bugs related to layered CMYK PSD images.</li>
  1452  </ul>
  1453  </blockquote>
  1454  <p>2002-03-13  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1455  <blockquote>
  1456  <ul class="simple">
  1457  <li>PSD coder now saves layer information (name, offset &amp; opacity)
  1458  in hidden attributes.</li>
  1459  </ul>
  1460  </blockquote>
  1461  <p>2002-03-13  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1462  <blockquote>
  1463  <ul class="simple">
  1464  <li>Enhanced MPC to read/write image sequences.</li>
  1465  </ul>
  1466  </blockquote>
  1467  <p>2002-03-13  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1468  <blockquote>
  1469  <ul class="simple">
  1470  <li>A number of formats (e.g. JPEG, PS) did not handle DirectClass
  1471  grayscale images properly.</li>
  1472  </ul>
  1473  </blockquote>
  1474  <p>2002-03-12  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1475  <blockquote>
  1476  <ul class="simple">
  1477  <li>Changed Clone*Info() API so structure members are set directly rather
  1478  than by the *clone=*info method (suggested by William Radcliffe).</li>
  1479  </ul>
  1480  </blockquote>
  1481  <p>2002-03-11  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1482  <blockquote>
  1483  <ul class="simple">
  1484  <li>Added AcquireString() to allocate read-only strings.</li>
  1485  </ul>
  1486  </blockquote>
  1487  <p>2002-03-10  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1488  <blockquote>
  1489  <ul class="simple">
  1490  <li>coders/null.c (WriteNULLImage): Support writing &quot;null:&quot; image
  1491  type for use when profiling or testing ImageMagick.</li>
  1492  </ul>
  1493  </blockquote>
  1494  <p>2002-03-08 Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1495  <blockquote>
  1496  <ul class="simple">
  1497  <li>Update to Autoconf 2.53 (new release)</li>
  1498  <li>Update to Automake 1.6 (new release)</li>
  1499  </ul>
  1500  </blockquote>
  1501  <p>2002-03-07  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1502  <blockquote>
  1503  <ul class="simple">
  1504  <li>Bob Friesenhahn's execution profile results in a number of
  1505  speed-ups with a faster LocaleCompare() algorithm and
  1506  self-adjusting lists.</li>
  1507  <li>Recognize additional DCM metadata (suggested by Barry Branham).</li>
  1508  <li>Fixed CopyOpacity composite operator for CMYKA images.</li>
  1509  </ul>
  1510  </blockquote>
  1511  <p>2002-03-06  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1512  <blockquote>
  1513  <ul class="simple">
  1514  <li>Inlined AlphaComposite() and ValidateColormapIndex().</li>
  1515  <li>Corrected compositing algorithm for the case where both source
  1516  and destination pixels had opacity values that were neither fully
  1517  transparent nor fully opaque.</li>
  1518  </ul>
  1519  </blockquote>
  1520  <p>2002-03-05  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1521  <blockquote>
  1522  <ul class="simple">
  1523  <li>Memory overrun when drawing large circles.</li>
  1524  </ul>
  1525  </blockquote>
  1526  <p>2002-03-04  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1527  <blockquote>
  1528  <ul class="simple">
  1529  <li>Removed bug introduced into Bob's Base64Encode() method.</li>
  1530  </ul>
  1531  </blockquote>
  1532  <p>2002-03-02  Bob Friesenhahn &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1533  <blockquote>
  1534  <ul class="simple">
  1535  <li>Added Base64Decode() and Base64Encode() to utility.c and updated
  1536  ReadInlineImage() in magick/constitute.c to use Base64Decode().</li>
  1537  </ul>
  1538  </blockquote>
  1539  <p>2002-03-01  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1540  <blockquote>
  1541  <ul class="simple">
  1542  <li>GetTypeInfoByFamily() null pointer fault (reported by Bob
  1543  Friesenhahn).</li>
  1544  <li>Added module version number (patch by Glenn Randers-Pehrson).</li>
  1545  </ul>
  1546  </blockquote>
  1547  <p>2002-03-01  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
  1548  <blockquote>
  1549  <ul class="simple">
  1550  <li>image-&gt;matte was not being set when reading GRAY-ALPHA PNG
  1551  files.</li>
  1552  </ul>
  1553  </blockquote>
  1554  <p>2002-02-26  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1555  <blockquote>
  1556  <ul class="simple">
  1557  <li>Potential infinite loop in SyncBlob() (reported by Vladimir
  1558  Faiden).</li>
  1559  </ul>
  1560  </blockquote>
  1561  <p>2002-02-26  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1562  <blockquote>
  1563  <ul class="simple">
  1564  <li>Gravity not respected when drawing text with the convert
  1565  program.</li>
  1566  </ul>
  1567  </blockquote>
  1568  <p>2002-02-21  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1569  <blockquote>
  1570  <ul class="simple">
  1571  <li>MPEG multi-part filenames require an embedded %d, not %lu.</li>
  1572  <li>WriteStream() did not write to fifo (thanks to William
  1573  Radcliffe).</li>
  1574  </ul>
  1575  </blockquote>
  1576  <p>2002-02-20  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1577  <blockquote>
  1578  <ul class="simple">
  1579  <li>Annotation did not support SJIS properly (patch provided by
  1580  Katsutoshi Shibuya).</li>
  1581  </ul>
  1582  </blockquote>
  1583  <p>2002-02-18  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1584  <blockquote>
  1585  <ul class="simple">
  1586  <li>Fixed memory overrun with -format option of the mogrify program.</li>
  1587  <li>Labels were not positioned correctly for VID format.</li>
  1588  </ul>
  1589  </blockquote>
  1590  <p>2002-02-16  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1591  <blockquote>
  1592  <ul class="simple">
  1593  <li>Replaced -copy/-replace options with +/-write in the convert
  1594  program.</li>
  1595  <li>Median filtering speed enhancement using skip list contributed
  1596  by Mike Edmonds.</li>
  1597  </ul>
  1598  </blockquote>
  1599  <p>2002-02-14  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1600  <blockquote>
  1601  <ul class="simple">
  1602  <li>Command line options now stay in effect for any image in command
  1603  line order until a another option is encountered or if -noop is
  1604  specified.</li>
  1605  </ul>
  1606  </blockquote>
  1607  <p>2002-02-07  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1608  <blockquote>
  1609  <ul class="simple">
  1610  <li>SVG coders understands inline images.</li>
  1611  </ul>
  1612  </blockquote>
  1613  <p>2002-02-06  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;, Glenn Randers-Pehrson</p>
  1614  <blockquote>
  1615  <ul class="simple">
  1616  <li>Made -scene consistent across all utilities.  -snaps replaces
  1617  previous functionality of -scene for import program.</li>
  1618  </ul>
  1619  </blockquote>
  1620  <p>2002-01-30  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1621  <blockquote>
  1622  <ul class="simple">
  1623  <li>Correctly draw arc when arc end/start are not integer
  1624  (patch contributed by Giuliano Pochini).</li>
  1625  </ul>
  1626  </blockquote>
  1627  <p>2002-01-28  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;, Glenn Randers-Pehrson</p>
  1628  <blockquote>
  1629  <ul class="simple">
  1630  <li>Geometry strings respect -gravity (e.g. -gravity SouthWest -crop
  1631  100x100).</li>
  1632  <li>Postive offsets in geometry strings move within the image canvas
  1633  with respect to the gravity (SouthWest gravity is similar to
  1634  Postscript page offsets).</li>
  1635  </ul>
  1636  </blockquote>
  1637  <p>2002-01-24  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1638  <blockquote>
  1639  <ul class="simple">
  1640  <li>Use -trim to trim the edges of an image.</li>
  1641  <li>Palm pixmap supported contributed by Christopher R. Hawks.</li>
  1642  <li>Added -mask to the convert/mogrify programs to add clips masks
  1643  to an image.</li>
  1644  </ul>
  1645  </blockquote>
  1646  <p>2002-01-21  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1647  <blockquote>
  1648  <ul class="simple">
  1649  <li>Fixed occasional small memory leak associated with exceptions.</li>
  1650  <li>Persistent cache is no longer updated (MPC coder).</li>
  1651  </ul>
  1652  </blockquote>
  1653  <p>2002-01-20  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
  1654  <blockquote>
  1655  <ul class="simple">
  1656  <li>Fixed some bugs in the uncompressed PGM and PPM reader/writer
  1657  (pnm.c).</li>
  1658  </ul>
  1659  </blockquote>
  1660  <p>2002-01-14  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1661  <blockquote>
  1662  <ul class="simple">
  1663  <li>configure.ac: Removed test for libwmf/font.h.</li>
  1664  </ul>
  1665  </blockquote>
  1666  <p>2002-01-13  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1667  <blockquote>
  1668  <ul class="simple">
  1669  <li>More bug fixes and improvements in PSD writer.</li>
  1670  </ul>
  1671  </blockquote>
  1672  <p>2002-01-13  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1673  <blockquote>
  1674  <ul class="simple">
  1675  <li>magick/magic.mgk: Added entries for detecting PFA and PFB
  1676  formats.  Is this file used for anything anymore?</li>
  1677  <li>coders/modules.mgk: Add support for PFA fonts.</li>
  1678  <li>coders/ttf.c (RegisterTTFImage): Add support for PFA fonts.</li>
  1679  <li>magick/annotate.c (RenderType): Add support for PFA fonts.</li>
  1680  </ul>
  1681  </blockquote>
  1682  <p>2002-01-12  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1683  <blockquote>
  1684  <ul class="simple">
  1685  <li>Modified type.mgk so that it may include the additional files
  1686  type-windows.mgk, type-solaris.mgk, and type-ghostscript.mgk
  1687  depending on the operating system used, and the font files
  1688  available.</li>
  1689  </ul>
  1690  </blockquote>
  1691  <p>2002-01-11  Leonard Rosenthol  &lt;<a class="reference external" href="mailto:leonardr&#37;&#52;&#48;lazerware&#46;com">leonardr<span>&#64;</span>lazerware<span>&#46;</span>com</a>&gt;</p>
  1692  <blockquote>
  1693  <ul class="simple">
  1694  <li>PSD now supports writing layered images and IPTC data</li>
  1695  <li>Fixed some bugs in XCF</li>
  1696  </ul>
  1697  </blockquote>
  1698  <p>2002-01-11  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1699  <blockquote>
  1700  <ul class="simple">
  1701  <li>Added image list methods to the API.</li>
  1702  </ul>
  1703  </blockquote>
  1704  <p>2002-01-10  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1705  <blockquote>
  1706  <ul class="simple">
  1707  <li>configure.ac : Renamed configure option --with-ttf-fontpath to
  1708  --with-fontpath since ImageMagick loads more than TrueType fonts.</li>
  1709  <li>ChangeLog : Renamed Changelog.txt to ChangeLog in order to
  1710  conform to GNU and open-source standards.</li>
  1711  </ul>
  1712  </blockquote>
  1713  <p>2002-01-06  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1714  <blockquote>
  1715  <ul class="simple">
  1716  <li>Makefile.am : $(DESTDIR) already contains trailing <cite>/</cite>.</li>
  1717  </ul>
  1718  </blockquote>
  1719  <p>2002-01-06  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1720  <blockquote>
  1721  <ul class="simple">
  1722  <li>coders/wmf.c (wmf_magick_device_begin): Fix non-opaque fills.
  1723  Now properly fills with texture image.</li>
  1724  </ul>
  1725  </blockquote>
  1726  <p>2002-01-05  Glenn Randers-Pehrson  &lt;<a class="reference external" href="mailto:randeg&#37;&#52;&#48;alum&#46;rpi&#46;edu">randeg<span>&#64;</span>alum<span>&#46;</span>rpi<span>&#46;</span>edu</a>&gt;</p>
  1727  <blockquote>
  1728  <ul class="simple">
  1729  <li>Fixed an out-of-bounds memset() and two other memory overruns
  1730  when decoding 1-bit AVI, BMP, and DIB images.</li>
  1731  </ul>
  1732  </blockquote>
  1733  <p>2002-01-04 Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1734  <blockquote>
  1735  <ul class="simple">
  1736  <li>Fix lcms header inclusion in transform.c.</li>
  1737  </ul>
  1738  </blockquote>
  1739  <p>2002-01-03  Bob Friesenhahn  &lt;<a class="reference external" href="mailto:bfriesen&#37;&#52;&#48;simple&#46;dallas&#46;tx&#46;us">bfriesen<span>&#64;</span>simple<span>&#46;</span>dallas<span>&#46;</span>tx<span>&#46;</span>us</a>&gt;</p>
  1740  <blockquote>
  1741  <ul class="simple">
  1742  <li>coders/wmf.c (magick_brush): Fixed bug with setting fill color.</li>
  1743  </ul>
  1744  </blockquote>
  1745  <p>2002-01-03  Cristy  &lt;<a class="reference external" href="mailto:cristy&#37;&#52;&#48;mystic&#46;es&#46;dupont&#46;com">cristy<span>&#64;</span>mystic<span>&#46;</span>es<span>&#46;</span>dupont<span>&#46;</span>com</a>&gt;</p>
  1746  <blockquote>
  1747  <ul class="simple">
  1748  <li>Postscript Level II is now DCS compliant.</li>
  1749  </ul>
  1750  </blockquote>
  1751  </div>
  1752  </body>
  1753  </html>