GraphicsMagick 1.4 ChangeLog |
2011-01-23 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
- coders/pnm.c (ReadPNMImage): Support for multi-frame PNM was
botched due to on-going edits to support PAM format.
2011-01-16 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
- wand/magick_wand.c (MagickDescribeImage): Was sending
descriptive output to stdout rather than returning it in an
allocated string as intended.
2011-01-09 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
- magick/draw.c, wand/drawing_wand.c (MvgPrintf): Update to handle
C99 vsnprintf() return values.
- magick/draw.c, wand/drawing_wand.c (DrawAnnotation): Linux
glibc does not pass extended text characters if "%.1024s"
formatting convention is used. Apparently it assumes that such
characters may be UTF8 and returns -1 rather than outputting the
string, even if it is assured to fit.
Copyright (C) 2011 GraphicsMagick Group
This program is covered by multiple licenses, which are described in
Copyright.txt. You should have received a copy of Copyright.txt with this
package; otherwise see http://www.graphicsmagick.org/www/Copyright.html.