3 Jun 2012 18:19
GraphicsMagick: Added new function GetBlobIsOpen(). SetImageAttr...
GraphicsMagick Commits <graphicsmagick-commit <at> lists.sourceforge.net>
2012-06-03 16:19:15 GMT
2012-06-03 16:19:15 GMT
changeset 66c5296d01e7 in /hg/GraphicsMagick details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=66c5296d01e7 summary: Added new function GetBlobIsOpen(). SetImageAttribute() does not translate comment and label string if blob is open. diffstat: ChangeLog | 12 ++++++++++++ VisualMagick/installer/inc/version.isx | 4 ++-- magick/attribute.c | 20 +++++++++++++------- magick/blob.c | 33 +++++++++++++++++++++++++++++++++ magick/blob.h | 5 +++++ magick/version.h | 4 ++-- www/Changelog.html | 13 +++++++++++++ www/api/attribute.html | 3 +++ 8 files changed, 83 insertions(+), 11 deletions(-) diffs (180 lines): diff -r a1f0802c146b -r 66c5296d01e7 ChangeLog --- a/ChangeLog Sat Jun 02 09:58:48 2012 -0500 +++ b/ChangeLog Sun Jun 03 11:19:05 2012 -0500 <at> <at> -1,3 +1,15 <at> <at> +2012-06-03 Bob Friesenhahn <bfriesen <at> simple.dallas.tx.us> + + * magick/attribute.c (SetImageAttribute): Don't translate + 'comment' and 'label' attributes if the request is made while a + file is being read. This is a temporary workaround until there is + opportunity to modify the architecture so that there is a clear + split between user-provided settings and values obtained from the(Continue reading)
RSS Feed