home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2002 September / PCPlus_193_Laplink2000.iso / Linux / ImageMagick / ChangeLog < prev    next >
Encoding:
Text File  |  2002-06-07  |  21.9 KB  |  541 lines

  1. 2002-05-29  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  2.   * ImageMagick may now be built (static build only) using the
  3.     free MinGW development package from http://www.mingw.org.
  4.     Leonard's "clipboard" coder is included in the build.
  5.  
  6. 2002-05-28  Leonard Rosenthol  <leonardr@lazerware.com>
  7.   * Added new "clipboard" coder for reading/writing the system's
  8.     clipboard.  Currently this is only implemented on Windows.
  9.     For example:  'convert logo: clipboard:', 'convert clipboard: foo.png'
  10.  
  11. 2002-05-28  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  12.   * Support autotrace via delegates.mgk.
  13.     For example:  'convert autotrace:file.png file.mvg'
  14.  
  15. 2002-05-25  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  16.   * Added progress monitor support to DrawImage().
  17.  
  18. 2002-05-25  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  19.   * Added progress monitor support to wmf.c.
  20.  
  21. 2002-05-11  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  22.   * Added EscapeText() to utility.c to support escaping text.
  23.  
  24. 2002-05-11  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  25.   * Text escaping for -draw and DrawAnnotation was not working properly.
  26.     Now it does.  Backslash should act as a escape for the the active
  27.     quote character (', ", or }) as well as backslash.  The backslash
  28.     should be discarded if it was used as an escape character.  In order
  29.     to reliably pass a backslash, two successive backslashes are required
  30.     (e.g. "\\").
  31.  
  32. 2002-05-11  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  33.   * Modified Base64Encode() of utility.c so that it returns the number of
  34.     characters encoded. This avoids having to invoke strlen() on possibly
  35.     megabytes of data.
  36.  
  37. 2002-05-11  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  38.   * Fixed compilation error with Sun Workshop compiler (wmf.c).
  39.  
  40. 2002-05-11  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  41.   * Implement polypolygon support in WMF renderer.  Requires libwmf
  42.     0.2.4 with draw_polypolygon IPA callback.
  43.  
  44. 2002-05-10  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  45.   * Added --enable-ccmalloc configure option.
  46.  
  47. 2002-05-09  Cristy  <cristy@mystic.es.dupont.com>
  48.   * DCM patch provided by Shane Blackett.
  49.  
  50. 2002-05-07  Cristy  <cristy@mystic.es.dupont.com>
  51.   * Lock mutex when destorying a SemaphoreInfo structure (patch provided
  52.     by William Radcliffe).
  53.   * Added mingw patches provided by Derry Bryson.
  54.  
  55. 2002-05-05  Cristy  <cristy@mystic.es.dupont.com>
  56.   * ImageMagick, version 5.4.5-1 released.
  57.  
  58. 2002-04-30  Cristy  <cristy@mystic.es.dupont.com>
  59.   * Subimage specification did not work for TIFF (e.g.
  60.     convert 'image.tiff[1]' image.png).
  61.  
  62. 2002-04-30  Cristy  <cristy@mystic.es.dupont.com>
  63.   * ImageMagick, version 5.4.5 released.
  64.  
  65. 2002-04-20  Cristy  <cristy@mystic.es.dupont.com>
  66.   * Added magic string detection for the FPX format (patch provided by
  67.     Marc).
  68.  
  69. 2002-04-18  Cristy  <cristy@mystic.es.dupont.com>
  70.   * Added ExceptionInfo parameter to C API method, QueryColorDatabase().
  71.  
  72. 2002-04-17  Leonard Rosenthol  <leonardr@lazerware.com>
  73.   * Fixed all known bugs with the IMDisplay utility for Windows.
  74.  
  75. 2002-04-17  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  76.   * configure.ac (libtool_build_static_libs): Added
  77.     --enable-delegate-build option to suuport building ImageMagick
  78.     using delegate libraries in subdirectories of the ImageMagick source
  79.     directory.
  80.  
  81. 2002-04-16  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  82.   * WMF now supplies bitmaps as inline images rather than via a mpri
  83.     reference.
  84.  
  85. 2002-04-15  Cristy  <cristy@mystic.es.dupont.com>
  86.   * Fixed DrawImage() to properly handle affine image transforms.
  87.   * Added AffineTransformImage() to C API.
  88.   * Added -transform option to convert/mogrify program.
  89.  
  90. 2002-04-13  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  91.   * magick/magick.c (MagickToMime): New method to return the MIME media
  92.     type corresponding to a specified magick tag.
  93.  
  94. 2002-04-12  Leonard Rosenthol  <leonardr@lazerware.com>
  95.   * Fixed a bug in writing layer names in PSD files.
  96.  
  97. 2002-04-10  Cristy  <cristy@mystic.es.dupont.com>
  98.   * Fixed PingImage() memory leak (thanks to Timo Vogel).
  99.   * Added encoding and unicode attributes to PerlMagick (patch provided
  100.     by Youki Kadobayashi).
  101.  
  102. 2002-04-08  Cristy  <cristy@mystic.es.dupont.com>
  103.   * Added reference counted blobs.
  104.   * Added MagickFatalError() and SetFatalErrorHandler() to the C API.
  105.   * One color images caused memory corruption in QuantizeImage() (thanks
  106.     to Vincent Broz).
  107.   * Memory leak in NormalizeImage() (thanks to Vincent Broz).
  108.  
  109. 2002-04-06  Glenn Randers-Pehrson <randeg@alum.rpi.edu>
  110.   *  Added CCIS-601 4:2:2 YUV format read-write support.
  111.   *  Added CCIS-601 4:2:2 MPEG-2 format write support.
  112.   *  Fixed a bug introduced in 5.4.0 that caused files with "M2V"
  113.      suffix to be written in MPEG-1 instead of MPEG-2 format.
  114.  
  115. 2002-03-28  Cristy  <cristy@mystic.es.dupont.com>
  116.   * ImageToBlob() only returned the first frame of a multi-frame image.
  117.  
  118. 2002-04-05  Leonard Rosenthol  <leonardr@lazerware.com>
  119.   * Fixed inversion of colors when converting CMYk JPEG to PDF
  120.  
  121. 2002-04-01  Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
  122.   * Fixed TTF preview function.
  123.  
  124. 2002-03-28  Cristy  <cristy@mystic.es.dupont.com>
  125.   * DCM patches provided by Syam Gadde.
  126.   * Multi-frame MPC image files caused a fault under Windows.
  127.   * Copy entire comment from SVG (bug report from Bob Friesenhahn).
  128.   * Enlarged scanline buffer for JPEG-compressed TIFF's (bug report from
  129.     Bob Friesenhahn).
  130.  
  131. 2002-03-27  Cristy  <cristy@mystic.es.dupont.com>
  132.   * ImageMagick, version 5.4.4, released.
  133.  
  134. 2002-03-26  Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
  135.   * Added preliminary version of C API for vector drawing commands
  136.     (draw.h & draw.c).  This interface is subject to change, and has not
  137.     even been tested yet so it should not be used to support production
  138.     code.  The previous draw.h and draw.c have been renamed to render.h
  139.     and render.c respectively.
  140.  
  141. 2002-03-25  Leonard Rosenthol  <leonardr@lazerware.com>
  142.   * Fixed bugs related to layered CMYK PSD images.
  143.  
  144. 2002-03-13  Leonard Rosenthol  <leonardr@lazerware.com>
  145.   * PSD coder now saves layer information (name, offset & opacity)
  146.     in hidden attributes.
  147.  
  148. 2002-03-13  Cristy  <cristy@mystic.es.dupont.com>
  149.   * Enhanced MPC to read/write image sequences.
  150.  
  151. 2002-03-13  Cristy  <cristy@mystic.es.dupont.com>
  152.   * A number of formats (e.g. JPEG, PS) did not handle DirectClass
  153.     grayscale images properly.
  154.  
  155. 2002-03-12  Cristy  <cristy@mystic.es.dupont.com>
  156.   * Changed Clone*Info() API so structure members are set directly rather
  157.     than by the *clone=*info method (suggested by William Radcliffe).
  158.  
  159. 2002-03-11  Cristy  <cristy@mystic.es.dupont.com>
  160.   * Added AcquireString() to allocate read-only strings.
  161.  
  162. 2002-03-10  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  163.   * coders/null.c (WriteNULLImage): Support writing "null:" image type
  164.     for use when profiling or testing ImageMagick.
  165.  
  166. 2002-03-08 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
  167.   * Update to Autoconf 2.53 (new release)
  168.   * Update to Automake 1.6 (new release)
  169.  
  170. 2002-03-07  Cristy  <cristy@mystic.es.dupont.com>
  171.   * Bob Friesenhahn's execution profile results in a number of speed-ups
  172.     with a faster LocaleCompare() algorithm and self-adjusting lists.
  173.   * Recognize additional DCM metadata (suggested by Barry Branham).
  174.   * Fixed CopyOpacity composite operator for CMYKA images.
  175.  
  176. 2002-03-06  Cristy  <cristy@mystic.es.dupont.com>
  177.   * Inlined AlphaComposite() and ValidateColormapIndex().
  178.   * Corrected compositing algorithm for the case where both source and
  179.     destination pixels had opacity values that were neither fully transparent
  180.     nor fully opaque.
  181.  
  182. 2002-03-05  Cristy  <cristy@mystic.es.dupont.com>
  183.   * Memory overrun when drawing large circles.
  184.  
  185. 2002-03-04  Cristy  <cristy@mystic.es.dupont.com>
  186.   * Removed bug introduced into Bob's Base64Encode() method.
  187.  
  188. 2002-03-02  Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
  189.   * Added Base64Decode() and Base64Encode() to utility.c and updated
  190.     ReadInlineImage() in magick/constitute.c to use Base64Decode().
  191.  
  192. 2002-03-01  Cristy  <cristy@mystic.es.dupont.com>
  193.   * GetTypeInfoByFamily() null pointer fault (reported by Bob Friesenhahn).
  194.   * Added module version number (patch by Glenn Randers-Pehrson).
  195.  
  196. 2002-03-01  Glenn Randers-Pehrson  <randeg@alum.rpi.edu>
  197.   * image->matte was not being set when reading GRAY-ALPHA PNG files.
  198.  
  199. 2002-02-26  Cristy  <cristy@mystic.es.dupont.com>
  200.   * Potential infinite loop in SyncBlob() (reported by  Vladimir Faiden).
  201.  
  202. 2002-02-26  Cristy  <cristy@mystic.es.dupont.com>
  203.   * Gravity not respected when drawing text with the convert program.
  204.  
  205. 2002-02-21  Cristy  <cristy@mystic.es.dupont.com>
  206.   * MPEG multi-part filenames require an embedded %d, not %lu.
  207.   * WriteStream() did not write to fifo (thanks to William Radcliffe).
  208.  
  209. 2002-02-20  Cristy  <cristy@mystic.es.dupont.com>
  210.   * Annotation did not support SJIS properly (patch provided by
  211.     Katsutoshi Shibuya).
  212.  
  213. 2002-02-18  Cristy  <cristy@mystic.es.dupont.com>
  214.   * Fixed memory overrun with -format option of the mogrify program.
  215.   * Labels were not positioned correctly for VID format.
  216.  
  217. 2002-02-16  Cristy  <cristy@mystic.es.dupont.com>
  218.   * Replaced -copy/-replace options with +/-write in the convert program.
  219.   * Median filtering speed enhancement using skip list contributed by
  220.     Mike Edmonds.
  221.  
  222. 2002-02-14  Cristy  <cristy@mystic.es.dupont.com>
  223.   * Command line options now stay in effect for any image in command
  224.     line order until a another option is encountered or if -noop is specified.
  225.  
  226. 2002-02-07  Cristy  <cristy@mystic.es.dupont.com>
  227.   * SVG coders understands inline images.
  228.  
  229. 2002-02-06  Cristy  <cristy@mystic.es.dupont.com>
  230.             Glenn Randers-Pehrson  <randeg@alum.rpi.edu>
  231.   * Made -scene consistent across all utilities.  -snaps replaces previous
  232.     functionality of -scene for import program.
  233.  
  234. 2002-01-30  Cristy  <cristy@mystic.es.dupont.com>
  235.   * Correctly draw arc when arc end/start are not integer
  236.     (patch contributed by Giuliano Pochini).
  237.  
  238. 2002-01-28  Cristy  <cristy@mystic.es.dupont.com>
  239.             Glenn Randers-Pehrson  <randeg@alum.rpi.edu>
  240.   * Geometry strings respect -gravity (e.g. -gravity SouthWest -crop
  241.     100x100).
  242.   * Postive offsets in geometry strings move within the image canvas
  243.     with respect to the gravity (SouthWest gravity is similar to Postscript
  244.     page offsets).
  245.  
  246. 2002-01-24  Cristy  <cristy@mystic.es.dupont.com>
  247.   * Use -trim to trim the edges of an image.
  248.   * Palm pixmap supported contributed by Christopher R. Hawks.
  249.   * Added -mask to the convert/mogrify programs to add clips masks to
  250.     an image.
  251.  
  252. 2002-01-21  Cristy  <cristy@mystic.es.dupont.com>
  253.   * Fixed occasional small memory leak associated with exceptions.
  254.   * Persistent cache is no longer updated (MPC coder).
  255.  
  256. 2002-01-20  Glenn Randers-Pehrson  <randeg@alum.rpi.edu>
  257.   * Fixed some bugs in the uncompressed PGM and PPM reader/writer (pnm.c).
  258.  
  259. 2002-01-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  260.   * configure.ac: Removed test for libwmf/font.h.
  261.  
  262. 2002-01-13  Leonard Rosenthol  <leonardr@lazerware.com>
  263.   * More bug fixes and improvements in PSD writer.
  264.  
  265. 2002-01-13  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  266.   * magick/magic.mgk: Added entries for detecting PFA and PFB formats.
  267.     Is this file used for anything anymore?
  268.   * coders/modules.mgk: Add support for PFA fonts.
  269.   * coders/ttf.c (RegisterTTFImage): Add support for PFA fonts.
  270.   * magick/annotate.c (RenderType): Add support for PFA fonts.
  271.  
  272. 2002-01-12  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  273.   * Modified type.mgk so that it may include the additional files
  274.     type-windows.mgk, type-solaris.mgk, and type-ghostscript.mgk depending
  275.     on the operating system used, and the font files available.
  276.  
  277. 2002-01-11  Leonard Rosenthol  <leonardr@lazerware.com>
  278.   * PSD now supports writing layered images and IPTC data
  279.   * Fixed some bugs in XCF
  280.  
  281. 2002-01-11  Cristy  <cristy@mystic.es.dupont.com>
  282.   * Added image list methods to the API.
  283.  
  284. 2002-01-10  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  285.   * configure.ac : Renamed configure option --with-ttf-fontpath to
  286.     --with-fontpath since ImageMagick loads more than TrueType fonts.
  287.   * ChangeLog : Renamed Changelog.txt to ChangeLog in order to conform
  288.     to GNU and open-source standards.
  289.  
  290. 2002-01-06  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  291.   * Makefile.am : $(DESTDIR) already contains trailing '/'.
  292.  
  293. 2002-01-06  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  294.   * coders/wmf.c (wmf_magick_device_begin): Fix non-opaque fills.
  295.     Now properly fills with texture image.
  296.  
  297. 2002-01-05  Glenn Randers-Pehrson  <randeg@alum.rpi.edu>
  298.   * Fixed an out-of-bounds memset() and two other memory overruns when
  299.     decoding 1-bit AVI, BMP, and DIB images.
  300.  
  301. 2002-01-04 Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  302.   * Fix lcms header inclusion in transform.c.
  303.  
  304. 2002-01-03  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  305.   * coders/wmf.c (magick_brush): Fixed bug with setting fill color.
  306.  
  307. 2002-01-03  Cristy  <cristy@mystic.es.dupont.com>
  308.   * Postscript Level II is now DCS compliant.
  309.  
  310. 2001-12-28  Leonard Rosenthol  <leonardr@lazerware.com>
  311.   * Even more features and options were added to conjure
  312.   * Added CropBox support to PDF writer
  313.  
  314. 2001-12-26  Leonard Rosenthol  <leonardr@lazerware.com>
  315.   * Conjure now supports having a list of files for the script to
  316.     process being passed on the command line.
  317.   * More features and options were added to conjure
  318.  
  319. 2001-12-25  Leonard Rosenthol  <leonardr@lazerware.com>
  320.   * Made a huge number of improvements to conjure.  It now supports
  321.     over 15 different commands for manipulating your images.
  322.  
  323. 2001-12-24  Cristy  <cristy@mystic.es.dupont.com>
  324.   * Started a new scripting language utility, conjure.
  325.  
  326. 2001-12-20  Cristy  <cristy@mystic.es.dupont.com>
  327.   * Display the search path in the event a utility cannot find a
  328.     particular configuration file (thanks to billr@corbis.com)
  329.  
  330. 2001-12-14  Leonard Rosenthol  <leonardr@lazerware.com>
  331.   * Fixed some bugs in the new composite operators.
  332.  
  333. 2001-12-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  334.   * Added native BLOB support to coders/wmf.c.
  335.  
  336. 2001-12-13  Leonard Rosenthol  <leonardr@lazerware.com>
  337.   * Added new composite operators to support PSD/XCF
  338.     layer compositing:  NoCompositeOp, DarkenCompositeOp,
  339.     LightenCompositeOp, HueCompositeOp, SaturateCompositeOp,
  340.     ValueCompositeOp, ColorizeCompositeOp, LuminizeCompositeOp,
  341.     ScreenCompositeOp, OverlayCompositeOp.
  342.   * Modified the PSD coder to set the appropriate composite
  343.     operator.
  344.   * Modified the XCF coder to set the appropriate composite
  345.     operator.
  346.  
  347. 2001-12-10  Cristy  <cristy@mystic.es.dupont.com>
  348.   * Removed the flatten option from ImageInfo.
  349.   * Added new compose member to ImageInfo that defines which of
  350.     the composite operators to use when flattening an image.
  351.  
  352. 2001-12-09  Leonard Rosenthol  <leonardr@lazerware.com>
  353.   * Added new member to ImageInfo, flatten, used by PSD and XCF
  354.     to determine whether to flatten an image when read.
  355.   * PSD and XCF now respect image_info->flatten.
  356.   * Fixed bug in XCF loader when loading layered image as layers.
  357.   * Modified the convert program to set image_info->flatten if
  358.     -flatten is specified; we still call FlattenImages for other
  359.     formats that don't respect image_info->flatten.
  360.   * Modified Magick++'s Image class to support image_info->flatten.
  361.  
  362. 2001-12-08  Leonard Rosenthol  <leonardr@lazerware.com>
  363.   * Improvements to the Photoshop (PSD) coder:  1) added support
  364.     for Duotone images loaded as grayscale as per PSD docs;  and 2)
  365.     added option to composite layers when reading respects layer
  366.     visibility setting.
  367.  
  368. 2001-12-07  Cristy  <cristy@mystic.es.dupont.com>
  369.   * -dissolve wasn't working for the composite program (thanks to
  370.     Rick Manbry).
  371.   * DCM coder failed to read a valid DCM image file.
  372.  
  373. 2001-12-06  Cristy  <cristy@mystic.es.dupont.com>
  374.   * Stream buffer was not being freed in ReadStream().
  375.  
  376. 2001-12-05  Cristy  <cristy@mystic.es.dupont.com>
  377.   * Corrected bias when downsizing an image with ResizeImage().
  378.  
  379. 2001-11-25  Cristy  <cristy@mystic.es.dupont.com>
  380.   * AcquireImagePixels() can accept (x,y) outside the image area
  381.     (e.g. AcquireImagePixels(image,-3,-3,7,7,exception)).
  382.  
  383. 2001-11-22  Cristy  <cristy@mystic.es.dupont.com>
  384.   * Added limited SVG gradient support.
  385.  
  386. 2001-11-21  Cristy  <cristy@mystic.es.dupont.com>
  387.   * Added API method, PingBlob().
  388.  
  389. 2001-11-14  Cristy  <cristy@mystic.es.dupont.com>
  390.   * Moved a few pixel related defines (e.g. Downscale()) to
  391.     a corresponding method to enforce strong type checking at
  392.     compile time.
  393.  
  394. 2001-11-12  Cristy  <cristy@mystic.es.dupont.com>
  395.   * Previously ImageMagick did not write 8-bit ASCII PPM/PGM files
  396.     when QuantumDepth == 16.
  397.   * Added 'id' as an image attribute in PerlMagick (returns
  398.     ImageMagick registry ID).
  399.  
  400. 2001-11-10  Cristy  <cristy@mystic.es.dupont.com>
  401.   * Added SVG pattern support.
  402.   * Changed default background color to none.
  403.  
  404. 2001-11-05  Cristy  <cristy@mystic.es.dupont.com>
  405.   * Added -level to convert/mogrify (suggested by
  406.     mericson@phillynews.kom).
  407.  
  408. 2001-11-04  Cristy  <cristy@mystic.es.dupont.com>
  409.   * -shadow/-shade were not distiguished.
  410.  
  411. 2001-11-03  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  412.   * PerlMagick/Makefile.PL.in: Install PerlMagick using
  413.     ImageMagick's configure prefix.
  414.  
  415. 2001-11-02  Cristy  <cristy@mystic.es.dupont.com>
  416.   * Typecast offset to unsigned long in coders/pdf.c.
  417.  
  418. 2001-11-01  Cristy  <cristy@mystic.es.dupont.com>
  419.   * Convert's -flatten, -average, etc. failed with an assert error.
  420.  
  421. 2001-10-30  Cristy  <cristy@mystic.es.dupont.com>
  422.   * Added support for On-the-air bitmap.
  423.  
  424. 2001-09-29  Glenn  <randeg@alum.rpi.edu>
  425.   * When the delay setting for an image is greater than 4cs, duplicate
  426.     frames are inserted to achieve the desired delay while creating MPEG
  427.     files (contributed by Lawrence Livermore National Laboratory (LLNL)).
  428.  
  429. 2001-10-29  Cristy  <cristy@mystic.es.dupont.com>
  430.   * ImageMagick now has a registry for storing image blobs.
  431.  
  432. 2001-10-26  Cristy  <cristy@mystic.es.dupont.com>
  433.   * Added VMS patches (thanks to Jouk Jansen).
  434.  
  435. 2001-10-25 Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  436.   * Fixed parsing bug for decorate #FFFFFF.
  437.  
  438. 2001-10-22 Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  439.   * Added tests for mpeg2 library to configure.
  440.  
  441. 2001-10-22  Cristy  <cristy@mystic.es.dupont.com>
  442.   * Added a MPEG coder module.
  443.   * Added ImageType member to the image_info structure (suggested
  444.     by Glenn)
  445.  
  446. 2001-10-21  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  447.   * Eliminated libMagick.so dependency on libxml by not listing -lxml
  448.     when doing modules link.
  449.  
  450. 2001-10-18  Cristy  <cristy@mystic.es.dupont.com>
  451.   * Eliminated the libMagick.so dependancy on libtiff by moving
  452.     Huffman2DEncodeImage() from magick/compress.c to coders/pdf.c,
  453.     coders/ps2.c and coders/ps3.c (suggested by Bob Friesenhahn).
  454.     This change has the side-effect of elminating dependency on libpng
  455.     and libjpeg as well (which libtiff may depend on).
  456.  
  457. 2001-10-16  Cristy  <cristy@mystic.es.dupont.com>
  458.   * Convert now supports -channel {Cyan,Magenta,Yellow,Black}.
  459.  
  460. 2001-10-14  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  461.   * coders/wmf.c updated for libwmf 0.2.  Plenty of bugs remain within.
  462.  
  463. 2001-10-11  Cristy  <cristy@mystic.es.dupont.com>
  464.   * QueryFontMetrics() of PerlMagick now recognizes embedded
  465.     special characters (e.g. %h).
  466.  
  467. 2001-10-10  Cristy  <cristy@mystic.es.dupont.com>
  468.   * Fixed seg-fault for PingImage() on a JP2 image file.
  469.  
  470. 2001-10-07  Cristy  <cristy@mystic.es.dupont.com>
  471.   * CloneImage() now uses a referenced counted pixel cache.
  472.  
  473. 2001-10-05  Cristy  <cristy@mystic.es.dupont.com>
  474.   * Added AcquireImagePixels() method.
  475.   * Changed the formal parameter from Image * to const Image *
  476.     for a number of methods (e.g. ZoomImage()).
  477.   * Added ExceptionInfo parameter to DispatchImage().
  478.  
  479. 2001-10-05  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  480.   * Find libxml headers under Debian Linux (bug ID 921).
  481.  
  482. 2001-10-02  Cristy  <cristy@mystic.es.dupont.com>
  483.   * Fixed assertion error on drawing stroked text.
  484.  
  485. 2001-10-01  Cristy  <cristy@mystic.es.dupont.com>
  486.   * Added blob test to the PerlMagick test suite.
  487.  
  488. 2001-09-30  Cristy  <cristy@mystic.es.dupont.com>
  489.   * switched strcpy to strncpy to help protect against buffer
  490.     overflow.
  491.   * ltdl.c passed int reference but a long was needed; caused a
  492.     fault on Solaris 64-bit compiles.
  493.  
  494. 2001-09-25  Cristy  <cristy@mystic.es.dupont.com>
  495.   * Removed most lint complaints from the source.
  496.   * strtod() returns different results on Linux and Solaris for 0x13.
  497.   * Added a MATLAB encoder contributed by Jaroslav Fojtik.
  498.  
  499. 2001-09-21  Cristy  <cristy@mystic.es.dupont.com>
  500.   * Replaced TemporaryFilename() with UniqueImageFilename().
  501.   * ImageMagick CORE API is now 64-bit clean.
  502.  
  503. 2001-09-20  Cristy  <cristy@mystic.es.dupont.com>
  504.   * Fixed svg.c to accept a viewbox with a negative offset.
  505.  
  506. 2001-09-15  Cristy  <cristy@mystic.es.dupont.com>
  507.   * Surveying the code for 64-bit compatibility.
  508.   * The cloned colormap was too small (reported by Glenn).
  509.   * A blob was being unmapped more than once for multi-frame images.
  510.  
  511. 2001-09-12  Cristy  <cristy@mystic.es.dupont.com>
  512.   * Text drawing now handles UTF8-encoding.
  513.   * Off-by-one GetImagePixels() fix in draw.c
  514.   * PingImage() now reports attributes for all images in an image
  515.     sequence.
  516.  
  517. 2001-09-10  Bob Friesenhahn  <bfriesen@simple.dallas.tx.us>
  518.   * magick/image.h: Rename QuantumLeap define to QuantumDepth.
  519.     QuantumDepth is set to the values 8 or 16, depending on user
  520.     configuration option.
  521.  
  522. 2001-09-09  Cristy  <cristy@mystic.es.dupont.com>
  523.   * Updated PerlMagick signatures to reflect new message digest
  524.     algorithm.
  525.  
  526. 2001-09-08  Cristy  <cristy@mystic.es.dupont.com>
  527.   * ImageMagick defaults to 16-bit quantum.  Set QuantumMagick
  528.     for 8-bit.
  529.   * Changed image->blob from BlobInfo to BlobInfo* so the Image
  530.     structure size is not dependent on the large-file preprocessor
  531.     defines.
  532.  
  533. 2001-09-07  Cristy  <cristy@mystic.es.dupont.com>
  534.   * Added -background to convert program usage text.
  535.   * DispatchImage() now properly handles grayscale images.
  536.  
  537. 2001-09-01  Glenn  <randeg@alum.rpi.edu>
  538.   * The compression quality setting is now recognized when creating
  539.     MPEG images (contributed by Lawrence Livermore National Laboratory
  540.     (LLNL)).
  541.