2396acc57e
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... |
||
---|---|---|
.. | ||
buildlink3.mk | ||
DESCR | ||
distinfo | ||
Makefile | ||
Makefile.common | ||
PLIST |