2013-04-24 12:06:53 by Steven Drake | Files touched by this commit (38) |
Log message:
Revbump for all packages that have USE_TOOLS+=gs
|
2013-03-16 23:39:20 by David A. Holland | Files touched by this commit (3) |
Log message:
Update ghostscript depends.
|
2013-03-11 20:54:07 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
patches are no longer required
|
2013-03-11 18:45:05 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
Changes 1.3.18:
Special Issues:
Due to GCC bug 53967, several key agorithms (e.g. convolution) may execute much \
faster (e.g. 2-3X) for x86-64 and/or when SSE is enabled for floating point math \
(-mfpmath=sse) if the GCC option -frename-registers is used. Default 32-bit \
builds do not experience the problem since they use '387 math. It is not clear \
in what version of GCC this problem started but it was not noticed by the \
developers until the GCC 4.6 timeframe. Other compilers do not suffer from this \
bug.
Security Fixes:
None.
Bug fixes:
Fixed bug with format substitutions if input string ends with a single '%'.
BMP: Fixed an old bug with decoding chromaticity primaries.
PNG: Fixed reading of interlaced images. Fix reading of sub-8-bit palette and \
grayscale images. Some PNG sub-formats were written incorrectly. Fix crash in \
PNG8 writer if image colors happened to be non-zero but image was not actually \
colormapped.
PNG: Configure script now also searches for libpng versions 16 and 17.
TIFF: Fix a crash which was noticed when writing RGBA separated (planar) format.
--enable-symbol-prefix was not prefixing all of the C symbols. Some core C \
library functions were not prefixed. This option applies to the Wand library API \
as well now.
C API: When input is from a user-provided file descriptor, the file position is \
restored after reading the file header bytes. Previously the file position was \
rewound to the beginning of the file. This allows reading embedded image data \
from the current offset in a file, and allows continuing to use the stream after \
GraphicsMagick has returned the image.
C API: It is now possible to invoke CloseBlob() multiple times.
display: Display was supposed to respond to +/-usePixmap, but was not. It was \
responding to +/-use_pixmap. Now it responds to both.
Windows/VisualMagick: Fix building GraphicsMagick with Intel ICC compiler driven \
by Visual Studio Professional 2012.
Windows: Avoid a crash and produce a useful diagnostic if Ghostscript is needed \
but not yet installed.
New Features:
GM utility: New 'batch' command was contributed by Kenneth Xu which supports \
executing any number of other GM utility sub-commands in a single invokation in \
a sort of "batch" script. Input may be piped from standard input, from \
a specified file, or from a 'GM >' command prompt. This utilities front-end \
allows any other program/script to drive 'gm' using a co-process model and \
speeds up execution by eliminating utility start-up/shut-down time.
WIN64 (64-bit Windows): Windows 64-bit is now officially supported.
convert/mogrify: Now support -auto-orient to automatically rotate the image \
upright for viewing based on its current orientation setting. Also support \
-orient to support setting the current image orientation. Please note that the \
orientation property of EXIF profiles is not yet updated so the EXIF profile \
will be wrong after using -auto-orient.
C API: AutoOrientImage(), new New function to automatically orient the image so \
that it is upright for normal viewing.
Wand API: MagickGetImagePage()/MagickSetImagePage(), new functions to support \
getting and setting the image page size and offsets.
PNG: Added PNG48 and PNG64 support. Added PNG00 support (png encoder that \
inherits its color-type and bit-depth from the input, if the input was a PNG \
datastream).
Feature improvements:
GraphicsMagick TAP tests may now be run stand-alone using Perl's 'prove' TAP \
test driver.
Performance Improvements:
Detection of glob specifications in file names is more efficient.
Windows Delegate Updates:
None.
Behavior Changes:
ltdl: Libltdl is no longer bundled. Libltdl must be previously installed on the \
system in order to build the modules configuration.
AppendImages() now converts subsequent images to the colorspace of the first \
image, and no longer converts the first image to RGB. Instead, it is assumed the \
user knows what she is doing.
SetImageColorRegion() no longer automatically converts the image to RGB. The \
user is responsible for assuring that the provided color is in the same \
colorspace as the image.
|
2013-02-19 01:23:36 by Thomas Klausner | Files touched by this commit (1) |
Log message:
Bump PKGREVISION for png detection fix.
|
2013-02-19 01:23:27 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Detect png-1.6 and 1.7, while we're here.
|
2013-02-16 12:25:34 by Thomas Klausner | Files touched by this commit (1885) |
Log message:
Recursive bump for png-1.6.
|
2013-02-07 00:24:19 by Jonathan Perkin | Files touched by this commit (1351) | |
Log message:
PKGREVISION bumps for the security/openssl 1.0.1d update.
|
2013-01-26 22:39:22 by Adam Ciarcinski | Files touched by this commit (1280) |
Log message:
Revbump after graphics/jpeg and textproc/icu
|
2012-11-03 21:45:46 by Adam Ciarcinski | Files touched by this commit (7) | |
Log message:
Changes 1.3.17:
Security Fixes:
* PNG: Fix for CVE-2012-3438. The Magick_png_malloc function in
coders/png.c in GraphicsMagick 6.7.8-6 does not use the proper
variable type for the allocation size, which might allow remote
attackers to cause a denial of service (crash) via a crafted PNG
file that triggers incorrect memory allocation.
* Automake (derived): Fix for CVE-2012-3386: The "make distcheck"
rule in GNU Automake before 1.11.6 and 1.12.x before 1.12.2 grants
world-writable permissions to the extraction directory, which
introduces a race condition that allows local users to execute
arbitrary code via unspecified vectors.
Bug fixes:
* PNG: Reading sub-8-bit palette images is fixed (images looked
stretched).
* SVG: Fixed bug which allowed MVG and SVG files with long vector
paths to crash the software.
* SVG: Ignore XML headers rather than rendering them as text.
* MVG/SVG/WMF/-draw: It is now possible to draw a plain ','
character.
* WMF: Fixed a bug which caused wrong centered-text placement.
* import: Return status was inverted.
* configure: Don't force that liblzma is used just because libtiff
is used.
New Features:
* The configure script now supports a --enable-quantum-library-names
option to enable that shared library name includes quantum depth
to allow shared libraries with different quantum depths to
co-exist in same directory (only one can be used for development).
* JNX: Support is added for reading the Garmin proprietary Image
Format.
* BMP: Support an alpha channel in uncompressed 32-bit BMP.
Feature improvements:
* -lat: The adaptive threshold algorithm is replaced with a new
algorithm which scales linearly (rather than quadratically) with
area size.
* Tests: Test suite is re-written to use TAP-based tests.
* GIF: Reader tries to be better at detecting and reporting
failures.
Performance Improvements:
* -lat: Adaptive threshold is much faster with large area sizes.
Windows Delegate Updates:
* Dcraw 9.16 is now included in the build (with JPEG and JPEG2000
support).
* Libxml2 is updated to the 2.9.0 release.
* Libtiff is updated to the 4.0.3 release.
* Lcms2 is updated to the 2.4 release.
* Libpng is updated to the 1.5.13 release.
Behavior Changes:
* Loading modules is only supported for the modules build.
Previously any build using shared libraries could load modules.
* Bundled libltdl is now configured as 'installable' rather than
'convenience'.
* -enhance: Only filter based on color channels (ignore opacity).
* BrowseDelegate: Web browser (for viewing help information) now
defaults to 'xdg-open', but if it is not found, then configure
will search for firefox, google-chrome, mozilla (in that order).
|