2023-11-15 14:20:53 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
GraphicsMagick p5-GraphicsMagick: updated to 1.3.42
1.3.42 (September 23, 2023)
Special Issues:
GraphicsMagick really does need some additional productive volunteers. For \
several years now, the burden has entirely been on me (Bob Friesenhahn). I have \
been sheparding the project for 22 years already (and contributed to ImageMagick \
and GraphicsMagick combined for 27 years already). It is not reasonable to \
expect someone with a full time job (and expecting to retire in a few years) to \
do all of the work.
Security Fixes:
GraphicsMagick is participating in Google's oss-fuzz project since February 4 \
2018 due to the contributions and assistance of Alex Gaynor and Paul Kehrer. The \
issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list \
under search term "graphicsmagick". Issues are available for anyone to \
view and duplicate if they have been in "Verified" status for 30 days, \
or if they have been in "New" status for 90 days. Please consult the \
GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz \
issues list for details.
GraphicsMagick has been participating in Synopsys's Coverity program for free \
software projects since 2015. There has been a continuing objective to keep \
outstanding defects at 0, or very close to 0. Information about the Coverity \
status may be found at https://scan.coverity.com/projects/graphicsmagick.
Bug fixes:
TIFF: Default the alpha channel to type EXTRASAMPLE_UNASSALPHA(2).
BMP: Many fixes for reading esoteric BMP sub-formats.
TranslateTextEx(): Revert change so now a NULL pointer is returned when given an \
empty string. Some algorithms (e.g. montage) were depending on this!.
PAM: Fix reading comments.
PNG: Added Add missing module aliases "PNG00", "PNG48", \
"PNG64", so it is again possible to request these subformats directly.
TIFF: For common formats with the required number of channels, but one is an \
'unspecified' channel, promote unspecified alpha to unassociated alpha so that \
the alpha channel is not ignored.
"Magick" command line emulation: Eliminate duplicate utility name \
output in error messages
New Features:
BMP: Added the ability to read and write BMP using JPEG compression. Use \
'-define bmp:allow-jpeg' to allow use of JPEG compression.
BMP: Added support for BI_ALPHABITFIELDS compression
BMP: Added support for reading BMP with PNG compression.
API Updates:
None.
Windows Delegate Updates/Additions:
None.
Build Changes:
Inno-Setup installer script now also supports MSVC 2010 and 2013 runtimes.
Support for the 'XTRN' coder (needed by ImageMagickObject) is now optional and \
disabled by default.
Visual Studio 2013 (MSVC 12.0) (or later) is needed to build 64-bit applications \
given that 'strtod()' is broken in earlier versions. Not much works at all if \
strtod() does not work properly.
Behavior Changes:
Decided to not deprecate the ability to extend existing image attribute text by \
calling SetImageAttribute() multiple times. There are too many subtle usages of \
this feature. The annoying printf introduced in 1.3.41 has been disabled.
|
2023-11-12 14:24:43 by Thomas Klausner | Files touched by this commit (2570) |
Log message:
*: revebump for new brotli option for freetype2
Addresses PR 57693
|
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message:
*: recursive bump for icu 74.1
|
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message:
*: bump for openssl 3
|
2023-10-21 19:11:59 by Greg Troxel | Files touched by this commit (1345) | |
Log message:
recursive revbump for tiff update
|
2023-07-06 11:43:03 by Thomas Klausner | Files touched by this commit (2483) |
Log message:
*: recursive bump for perl 5.38
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
2023-01-25 07:40:46 by Adam Ciarcinski | Files touched by this commit (6) | |
Log message:
GraphicsMagick p5-GraphicsMagick: updated to 1.3.40
1.3.40 (January 14, 2023)
Special Issues:
GraphicsMagick really does need some additional productive volunteers. For \
several years now, the burden has entirely been on me (Bob Friesenhahn). I have \
been sheparding the project for 20 years already (and contributed to ImageMagick \
and GraphicsMagick combined for 26 years already). It is not reasonable to \
expect someone with a full time job (and expecting to retire in a few years) to \
do all of the work.
Security Fixes:
GraphicsMagick is participating in Google's oss-fuzz project since February 4 \
2018 due to the contributions and assistance of Alex Gaynor and Paul Kehrer. The \
issues list is available at https://bugs.chromium.org/p/oss-fuzz/issues/list \
under search term "graphicsmagick". Issues are available for anyone to \
view and duplicate if they have been in "Verified" status for 30 days, \
or if they have been in "New" status for 90 days. Please consult the \
GraphicsMagick ChangeLog file, Mercurial repository commit log, and the oss-fuzz \
issues list for details.
Security Fixes:
DCX: Fixed heap overflow when writing more than 1023 scenes, and also eliminated \
use of uninitialized memory.
Bug fixes:
GetMagickGeometry(): Fix a scaling issue where dimensions could be scaled down \
to zero.
PCD: Handle writing image with a dimension of 1.
PNG: When writing, use lower-case raw profile identifiers (e.g. 'Raw profile \
type xmp') because exiftool expects that.
SUN: The sense of monochrome images was inverted. Fix scanline size calculation.
WPG: Fix 20-year old bug in WPG header reading.
New Features:
JXL: Decode and log extra channel information. This information is not yet used.
PCX and DCX: Support writing uncompressed format (use -compress none for no \
compression).
Added IM1, IM8, and IM24 magick aliases for the Sun Raster format since those \
are the historically correct extensions.
API Updates:
AppendImageToList() now updates the image list pointer to be the image which was \
just added. Use GetFirstImageInList() when the pointer to the first image in the \
list is needed.
Windows Delegate Updates/Additions:
Jasper is updated to release 2.0.33.
Build Changes:
Visual Studio build possible with Visual Studio 2008 - 2022.
Windows Inno Setup installer now installs Microsoft redistributables rather than \
using a side-by-side DLL configuration.
Behavior Changes:
AppendImageToList() now updates the image list pointer to be the image which was \
just added. Use GetFirstImageInList() when the pointer to the first image in the \
list is needed.
|
2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|