pkgsrc/graphics/ImageMagick
xtraeme 2396acc57e Update graphics/ImageMagick to 6.0.2.7.
Changes:

  Bug fixes:
    * Fixed problem with relative filename wildcards (e.g.
      identify images/*.jpg)
    * DrawSetStrokeDashArray() now respects the number_elements argument.

  Performance improvements:
    * Don't open a loadable module if its already open.
    * Added anonymous memory-mapping to the pixel cache.  This makes it
      possible for memory to be returned to the system after the image is
      destroyed.

  Utilities enhancements:
    * The display program now composites any transparent images on top of a
      checkered background to assist in visualizing any partial transparent
      pixels.

  Coder additions/improvments:
    * When an unknown property is encountered in the XCF coder, it enters a
      bogus loop that never terminates.

  Code/structure enhancements:
    * Introduce MagickBooleanType and MagickStatusType types of unsigned int.
      These types are 100% compatible with the existing API but removes
      ambiguity.  Previously we got complaints that users did not realize that a
      return value of unsigned int in most cases meant a binary value (0/1).
      MagickStatusType is used for methods that return a bit mask.
    * Introduce MagickFalse and MagickTrue while we deprecate True/False.

And more...
2004-06-23 00:59:19 +00:00
..
buildlink3.mk Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properly 2004-03-18 09:12:08 +00:00
DESCR Drop trailing whitespace. Ok'ed by wiz. 2003-05-06 17:40:18 +00:00
distinfo Update graphics/ImageMagick to 6.0.2.7. 2004-06-23 00:59:19 +00:00
Makefile Changes 6.0.1-3: 2004-05-19 14:11:28 +00:00
Makefile.common Update graphics/ImageMagick to 6.0.2.7. 2004-06-23 00:59:19 +00:00
PLIST Update graphics/ImageMagick to 6.0.2.7. 2004-06-23 00:59:19 +00:00