- Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
- Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
The old distfile is no longer available upstream, and no one uploaded one :(
2018-12-02 7.0.8-16 Cristy <quetzlzacatenango@image...>
* Add support for -clahe clip limit with percentages (e.g. -clahe 2x2+128+3%)
* Check for modulo underflow.
* Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS.
At least when reading PS2 and PS3 files via
`convert PS2:<input> <output>' and `convert PS3:<input> <output>'
gslib/ghostscript will be invoked and hence subject to VU#332928.
Pointed out by Bob Friesenhahn via oss-security@ ML (and follow up from
VU#332928 update).
Disable ghostscript coders in policy.xml as a workaround for
VU#332928 (<https://www.kb.cert.org/vuls/id/332928>).
Please note that apart commenting/removing lines added in policy.xml,
the ghostscript coders can be enabled per-user by copying policy.xml
to ~/.config/ImageMagick/policy.xml and adjusting it with the
following lines:
| [...]
| <policy domain="coder" rights="read|write" pattern="PS" />
| <policy domain="coder" rights="read|write" pattern="EPS" />
| <policy domain="coder" rights="read|write" pattern="PDF" />
| <policy domain="coder" rights="read|write" pattern="XPS" />
| [...]
Bump PKGREVISION
2018-08-13 7.0.8-10 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-10, GIT revision 14646:48fba3256:20180813
2018-08-12 7.0.8-10 Dirk Lemstra <dirk@lem.....org>
* Added dcraw coder (dcraw:img.cr2) that can be used to force the use of the
dcraw delegate when libraw is the default raw delegate.
* Restored thread support for the HEIC coder.
2018-08-08 7.0.8-10 Cristy <quetzlzacatenango@image...>
* ThumbnailImage function no longer reveals sensitive information (reference
https://github.com/ImageMagick/ImageMagick/issues/1243).
2018-08-06 7.0.8-9 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-9, GIT revision 14618:a3663c3dc:20180805.
2018-07-24 7.0.8-9 Cristy <quetzlzacatenango@image...>
* XBM coder leaves the hex image data uninitialized if hex value of the
pixel is negative.
* More improvements to SVG text handling.
* New -range threshold option that combines hard and soft thresholding.
2018-07-23 7.0.8-8 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-8, GIT revision 14583:300fdbcfd:20180723.
2018-07-20 7.0.8-8 Cristy <quetzlzacatenango@image...>
* Non-HDRI ScaleLongToQuantum() private method no longer adds a half interval.
* Fixed memset() negative-size-param (reference
https://github.com/ImageMagick/ImageMagick/issues/1217).
2018-07-16 7.0.8-7 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-7, GIT revision 14561:f85c23180:20180716.
2018-07-15 7.0.8-7 Cristy <quetzlzacatenango@image...>
* Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts (credit to OSS Fuzz).
2018-07-08 7.0.8-6 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-6, GIT revision 14541:db940ccd2:20180708.
2018-07-06 7.0.8-6 Cristy <quetzlzacatenango@image...>
* Improve SVG support for tspan element.
* Add support for -fx image.extent.
2018-07-04 7.0.8-5 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-5, GIT revision 14514:bba545bbb:20180704.
2018-07-04 7.0.8-5 Cristy <quetzlzacatenango@image...>
* Fixed a few potential memory leaks
https://github.com/ImageMagick/ImageMagick/issues).
2018-07-02 7.0.8-4 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-4, GIT revision 14505:4613eed4a:20180702.
2018-06-28 7.0.8-4 Cristy <quetzlzacatenango@image...>
* Small tweaks to compile under Cygwin.
* Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts (credit to OSS Fuzz).
* Support %B property, the image file size without any decorations.
2018-06-24 7.0.8-3 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-3, GIT revision 14489:c63c504e8:20180624.
2018-06-24 7.0.8-3 Cristy <quetzlzacatenango@image...>
* Apply translate component of SVG transform rotate.
Changelog:
2018-06-18 7.0.8-2 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-2, GIT revision 14476:cda11d81d:20180618.
2018-06-18 7.0.8-2 Cristy <quetzlzacatenango@image...>
* More robust SVG text handling.
2018-06-16 7.0.8-1 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.8-1, GIT revision 14468:94cb08785:20180616.
2018-06-16 7.0.8-1 Cristy <quetzlzacatenango@image...>
* Fixed numerous use of uninitialized values, integer overflow, memory
exceeded, and timeouts (credit to OSS Fuzz).
* Fixed an issue with stroke and label: (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34142).
* PNG: set storage class to DirectClass if alpha enabled (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=34121).
2018-05-29 7.0.7-37 Cristy <quetzlzacatenango@image...>
Release ImageMagick version 7.0.7-37, GIT revision 14393:61d7e8b17:20180529.
2018-05-29 7.0.7-37 <quetzlzacatenango@image...>
Properly initialize SVG color style.
2018-05-28 7.0.7-36 Cristy <quetzlzacatenango@image...>
Release ImageMagick version 7.0.7-36, GIT revision 14390:3a6bd703f:20180528.
2018-05-28 7.0.7-36 <quetzlzacatenango@image...>
A SVG rectangle with a width and height of 1 is a point.
* Fix broken file format detection and potentially other features
7.0.7.23 does not work at all for me.
Changelog:
2018-02-25 7.0.7-24 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.0-24, GIT revision 23079:7ccb76178:20180225.
2018-02-19 7.0.7-24 Cristy <quetzlzacatenango@image...>
* Do not refer to page in OptimizeLayerFrames (reference
https://github.com/ImageMagick/ImageMagick/pull/987).
* PerlMagick unit tests pass again.
* Fixed numerous use of uninitialized values, integer overflow,
memory exceeded, and timeouts (credit to OSS Fuzz).
2018-02-18 7.0.7-23 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.0-23, GIT revision 22969:c6b3a22b0:20180218.
2018-02-09 7.0.7-23 Dirk Lemstra <dirk@lem.....org>
* Add support for reading the HEIC image format to the Windows build.
2018-01-23 7.0.7-23 Cristy <quetzlzacatenango@image...>
* Fixed numerous use of uninitialized values, integer overflow,
memory exceeded, and timeouts (credit to OSS Fuzz).
* Add list-length policy to limit the maximum image sequence length.
2018-01-22 7.0.7-22 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.0-22, GIT revision 22391:e8be814f1:20180122.
2018-01-06 7.0.7-22 Cristy <quetzlzacatenango@image...>
* Support aspect ratio geometry, e.g. -crop 3:2.
* Add support for reading the HEIC image format (reference
https://github.com/ImageMagick/ImageMagick/issues/507).
* Fixed numerous memory leaks, credit to OSS Fuzz.
2017-09-11 7.0.7-2 Glenn Randers-Pehrson <glennrp@image...>
* Use signed integer arithmetic to caluculate timezone corrections (reference
https://github.com/ImageMagick/ImageMagick/issues/685).
2017-09-09 7.0.7-1 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.7-1, GIT revision 21065:ab2194121:20170909.
2017-09-09 7.0.7-1 Cristy <quetzlzacatenango@image...>
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
2017-09-05 7.0.7-1 Dirk Lemstra <dirk@lem.....org>
* Added -define tiff:write-layers=true to add support for writing layered
tiff files.
2017-09-03 7.0.7-0 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.7-0, GIT revision 20996:2f8ac2203:20170903.
2017-08-28 7.0.7-0 Cristy <quetzlzacatenango@image...>
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
* Don't overwrite symbolic links when the shred policy is enabled.
2017-08-27 7.0.6-10 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-10, GIT revision 20920:9940c367a:20170827.
2017-08-27 7.0.6-10 Cristy <quetzlzacatenango@image...>
* Support -metric ssim, structual similarity index.
2017-08-26 7.0.6-10 Dirk Lemstra <dirk@lem.....org>
* Fixed thread safety issue inside the pango and librsvg decoder
(reference: https://github.com/dlemstra/Magick.NET/issues/91).
2017-08-20 7.0.6-9 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-9, GIT revision 20860:3f307d8ad:20170820.
2017-08-18 7.0.6-9 Glenn Randers-Pehrson <glennrp@image...>
* Fixed bug with writing tIME chunk when timezone has a negative offset
(reference: https://github.com/ImageMagick/ImageMagick/issues/685)
2017-08-18 7.0.6-8 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-8, GIT revision 20838:e2eb79427:20170818.
2017-08-14 7.0.6-7 Cristy <quetzlzacatenango@image...>
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
* Support CubicSpline resize filter. Define the lobes with the
-define filter:lobes={2,3,4} (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506).
* Prevent assertion failure when creating PDF thumbnail (reference
https://github.com/ImageMagick/ImageMagick/issues/674).
2017-08-12 7.0.6-7 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-7, GIT revision 20799:0db4d8a16:20170812.
2017-08-12 7.0.6-7 Cristy <quetzlzacatenango@image...>
* Improve EPS aliasing (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32497).
2017-08-11 7.0.6-7 Dirk Lemstra <dirk@lem.....org>
* Added a new option called 'dds:fast-mipmaps' (reference
https://github.com/ImageMagick/ImageMagick/issues/558)
* The mipmaps of a dds image can now be created from a list of images with
-define dds:mipmaps=fromlist (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30236).
2017-08-10 7.0.6-6 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-6, GIT revision 20775:061d0fa25:20170810.
2017-08-10 7.0.6-6 Cristy <quetzlzacatenango@image...>
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
2017-08-10 7.0.6-6 Glenn Randers-Pehrson <glennrp@image...>
* tests/validate.c: Show the reason for failures in the test logs,
if available.
2017-08-03 7.0.6-6 Glenn Randers-Pehrson <glennrp@image...>
* Put UTC time in the PNG tIME chunk instead of local time (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32447).
2017-08-02 7.0.6-5 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-5, GIT revision 20715:26b28d50a:20170802.
2017-08-01 7.0.6-5 Cristy <quetzlzacatenango@image...>
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
2017-07-29 7.0.6-5 Glenn Randers-Pehrson <glennrp@image...>
* Properly set image->colorspace in the PNG decoder (previously
it was setting image->gamma, but only setting image->colorspace
for grayscale and gray-alpha images. Reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32418).
* Fix improper use of NULL in the JNG decoder (CVE-2017-11750, Reference
https://github.com/ImageMagick/ImageMagick/issues/632).
* Added "-define png:ignore-crc" option to PNG decoder. When you know
your image has no CRC or ADLER32 errors, this can speed up decoding.
It is also helpful in debugging bug reports from "fuzzers".
2017-07-29 7.0.6-5 Cristy <quetzlzacatenango@image...>
* Off by one error for gradient coder (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32416),
https://github.com/ImageMagick/ImageMagick/issues/612).
2017-07-28 7.0.6-4 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-4, GIT revision 20657:4e81160d6:20170728.
2017-07-24 7.0.6-4 Cristy <quetzlzacatenango@image...>
* YUV coder no longer renders streaks (reference
https://github.com/ImageMagick/ImageMagick/issues/612).
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues) including
https://github.com/ImageMagick/ImageMagick/issues/618 (CVE-2017-12676).
* coders/png.c: Initialized quantum_scanline and quantum_info
to prevent a bad free (reference
https://github.com/ImageMagick/ImageMagick/issues/621).
2017-07-25 7.0.6-4 Glenn Randers-Pehrson <glennrp@image...>
* Removed write_chunk_from_profile() from coders/png.c because it has
not worked at least since version 6.7.6.
* Removed many redundant checks before RelinquishMagickMemory(), which
is safe to call with a NULL argument.
* Added experimental PNG orNT chunk, to store image->orientation.
* Removed vpAg chunk write support (we are now writing caNv instead).
2017-07-24 7.0.6-3 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-3, GIT revision 20598:cc9c43b44:20170724.
2017-07-23 7.0.6-3 Cristy <quetzlzacatenango@image...>
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
2017-07-23 7.0.6-3 Glenn Randers-Pehrson <glennrp@image...>
* Fix memory leaks when reading a malformed JNG image:
https://github.com/ImageMagick/ImageMagick/issues/600 (CVE-2017-13141),
https://github.com/ImageMagick/ImageMagick/issues/602 (CVE-2017-12565).
2017-07-21 7.0.6-2 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-2, GIT revision 20549:62fcf3d96:20170721.
2017-07-19 7.0.6-2 Cristy <quetzlzacatenango@image...>
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
* The -monochrome option no longer returns a blank canvas (reference
https://github.com/ImageMagick/ImageMagick/issues/594).
* coders/png.c: fixed memory leak of quantum_info (CVE-2017-11539, reference
https://github.com/ImageMagick/ImageMagick/issues/582
* coders/png.c: fixed NULL dereference when trying to write an empty MNG
(CVE-2017-11522, reference
https://github.com/ImageMagick/ImageMagick/issues/586).
2017-07-15 7.0.6-2 Glenn Randers-Pehrson <glennrp@image...>
* Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed
by the "-strip" option.
2017-07-15 7.0.6-1 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.6-1, GIT revision 20447:c2a315e10:20170715.
2017-07-13 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...>
* Implemented PNG eXIf chunk support.
2017-07-08 7.0.6-1 Cristy <quetzlzacatenango@image...>
* Support new -auto-threshold option. OTSU and Triangle methods are
currently supported. Look for the Kapur method in the next release.
* Fixed numerous memory leaks (reference
https://github.com/ImageMagick/ImageMagick/issues).
* Don't use variable float_t / double_t, bump SO (reference
https://github.com/ImageMagick/ImageMagick/issues/510).
* Support DNG images with libraw delegate library.
2017-07-02 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...>
* Reject PNG file that is too small (under 60 bytes) to contain
a valid image.
* Reject JPEG file that is too small (under 107 bytes) to contain
a valid image.
* Reject JNG file that is too small (under 147 bytes) to contain
a valid image.
2017-06-22 7.0.6-1 Glenn Randers-Pehrson <glennrp@image...>
* Stop a memory leak in read_user_chunk_callback() (reference
https://github.com/ImageMagick/ImageMagick/issues/517,
CVE 2017-11310).
2017-03-17 7.0.5-3 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.5-3, GIT revision 19741:070c3fb:20170317.
2017-03-14 7.0.5-3 Cristy <quetzlzacatenango@image...>
* Support namespaces for the security policy.
* Support the -authenticate option for PDF (reference
Counting objects: 7, done.g/discourse-server/viewtopic.php?f=3&t=31530).
2017-02-04 7.0.4-7 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.4-7, GIT revision 19513:5783e57:20170204.
2017-01-28 7.0.4-7 Cristy <quetzlzacatenango@image...>
* Sanitize comments that include braces for the MIFF image format (reference
https://github.com/ImageMagick/ImageMagick/issues/368).
2017-01-27 7.0.4-7 Glenn Randers-Pehrson <glennrp@image...>
* coders/png.c: Added support for a proposed new PNG chunk
(zxIf, read-only) that is currently being discussed on the
png-mng-misc at lists.sourceforge.net mailing list. Enable
exIf and zxIf with CPPFLAGS="-DexIf_SUPPORTED -DxzIf_SUPPORTED".
If exIf is enabled, only the uncompressed exIF chunk will be
written and the hex-encoded zTXt chunk containing the raw Exif
profile won't be written.
2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.4-6, GIT revision 19442:4747de9:20170127.
2017-01-27 7.0.4-6 Cristy <quetzlzacatenango@image...>
* Uninitialized data in MAT image format (reference
https://github.com/ImageMagick/ImageMagick/issues/362).
* Properly auto-fit caption (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30887).
* Correction to composite Over operator (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31282).
* Respect gravity option (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31284).
2017-01-22 7.0.4-6 Glenn Randers-Pehrson <glennrp@image...>
* Renamed read_vpag_chunk_callback() function to png_user_chunk_callback()
in coders/png.c
* Implemented a private PNG caNv (canvas) chunk for remembering the
original dimensions and offsets when an image is cropped. Previously
we used the oFFs and vpAg chunks for this purpose, but this had potential
conflicts with other applications that also use the oFFs chunk.
* coders/png.c: Added support for a proposed new PNG chunk (exIf
read-write, eXIf read-only) that is currently being discussed on the
png-mng-misc at lists.sourceforge.net mailing list.
2017-01-22 7.0.4-6 Dirk Lemstra <dirk@lem.....org>
* Replaced CoderSeekableStreamFlag with CoderDecoderSeekableStreamFlag and
CoderEncoderSeekableStreamFlag.
MASTER_SITES= site1 \
site2
style continuation lines to be simple repeated
MASTER_SITES+= site1
MASTER_SITES+= site2
lines. As previewed on tech-pkg. With thanks to rillig for fixing pkglint
accordingly.
2016-12-18 7.0.4-0 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.4-0, GIT revision 19221:d5e8abc:20161218.
2016-12-14 7.0.4-0 Cristy <quetzlzacatenango@image...>
* Lazily evaluate the image storage class and colorspace to prevent cache
allocation when pinging an image.
* Do not close path for linejoins of round (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31039).
2016-09-20 7.0.3-1 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.3-1, GIT revision 18851:ad91ea8:20160920.
2016-09-16 7.0.3-1 Dirk Lemstra <dirk@lem.....org>
* Added layer RLE compression to the PSD encoder.
* Added define 'psd:preserve-opacity-mask' to preserve the opacity mask
in a PSD file.
* Fixed issue where the display window was used instead of the data window
when reading EXR files (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&p=137849).
2016-08-27 7.0.2-10 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.2-10, GIT revision 18750:e3335b3:20160827.
2016-08-27 7.0.2-10 Dirk Lemstra <dirk@lem.....org>
* Added define 'psd:additional-info' to preserve the additional information
in a PSD file.
2016-08-15 7.0.2-10 Cristy <quetzlzacatenango@image...>
* Prevent buffer overflow in BMP & SGI coders (bug report from
pwchen&rayzhong of tencent).
* Prevent buffer overflow and other problems in SIXEL, PDB, MAP, TIFF and
CALS coders (bug report from Donghai Zhu).
* The -stream option now increments the pixel pointer properly (reference
https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=30327).
2016-07-21 7.0.2-5 Cristy <quetzlzacatenango@image...>
* Release ImageMagick version 7.0.2-5, GIT revision 18627:2b5ddbd:20160721.
2016-07-13 7.0.2-5 Cristy <quetzlzacatenango@image...>
* Fix MVG stroke-opacity (reference
https://github.com/ImageMagick/ImageMagick/issues/229).
* Prevent possible buffer overflow when reading TIFF images (bug report from
Shi Pu of MS509 Team).
* Initialize index channel to get expected results from the stegano coder.
pkgsrc changes:
- Add a comment to suggest running upload-distfiles because upstream only store
latest stable version distfiles.
Changes:
7.0.2-4:
* To comply with the SVG standard, use stroke-opacity for transparent strokes.
* Define CompositeChannels mask to Red, Green, Blue, Alpha, and Black.
7.0.2-3:
* Patch so -kuwahara option can preserve colormapped edges.
* The histogram coder now returns the correct extent.
* Use CopyMagickString() rather than CopyMagickMemory() for strings.
* Check for buffer overflow in magick/draw.c/DrawStrokePolygon().
* Replace show delegate title with image filename rather than label.
* Fix GetNextToken() off by one error.
* Remove support for internal ephemeral coder.
Problems found with existing digests:
Package fotoxx distfile fotoxx-14.03.1.tar.gz
ac2033f87de2c23941261f7c50160cddf872c110 [recorded]
118e98a8cc0414676b3c4d37b8df407c28a1407c [calculated]
Package ploticus-examples distfile ploticus-2.00/plnode200.tar.gz
34274a03d0c41fae5690633663e3d4114b9d7a6d [recorded]
da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]
Problems found locating distfiles:
Package AfterShotPro: missing distfile AfterShotPro-1.1.0.30/AfterShotPro_i386.deb
Package pgraf: missing distfile pgraf-20010131.tar.gz
Package qvplay: missing distfile qvplay-0.95.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
2015-06-13 6.9.1-6 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-6, SVN revision 18945.
2015-06-14 6.9.1-6 Cristy <quetzlzacatenango@image...>
* Cache cloning on disk optimized with sendfile() (if available).
* Add an additional check for end-of-file for the RLE coder (reference
http://www.imagemagick.org/discourse-server/viewforum.php?f=3).
* Respect resource limits in AVS coder.
2015-06-13 6.9.1-6 Glenn Randers-Pehrson <glennrp@image...>
* Reverted change to 6.9.1-3 that skipped palette-building.
2015-06-13 6.9.1-5 Cristy <quetzlzacatenango@image...>
* New version 6.9.1-5, SVN revision 18882.
2015-06-03 6.9.1-5 Cristy <quetzlzacatenango@image...>
* Use correct scale when interpretting alpha (e.g. rgba(0,0,0,1)).
* DrawGetVectorGraphics() now returns proper XML (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27751).
* Support writing EXR files with different color types (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=27759).
* Prefer PKG_CHECK_MODULES() when searching for delegate libraries.
* Throw exception if frame option bevel exceeds to the image width / height.
* Resolve undefined behaviors (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=27811).
disabled, it still probes for, finds, and depends on the gs
binary. (In fact, even if it can't find the gs binary it still depends
on it at runtime.) The only thing the option was controlling was
linking against the ghostscript library, and disabling just that seems
pointless.
PKGREVISION -> 4
2014-08-16 6.8.9-7 Cristy <quetzlzacatenango@image...>
* New version 6.8.9-7, SVN revision 16330.
2014-08-14 6.8.9-7 Cristy <quetzlzacatenango@image...>
* Fix off by one buglet when extracting profiles 8BIM (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26095).
2014-07-31 6.8.9-7 Dirk Lemstra <dirk@snakeware...>
* Fixed bug when reading 1 bit PSD. (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=26015).
2014-07-25 6.8.9-7 Glenn Randers-Pehrson <glennrp@image...>
* Relocate initialization of "image_colors" in the PNG encoder, to avoid
a possible use of uninitialized variable.
2014-07-25 6.8.9-6 Cristy <quetzlzacatenango@image...>
* New version 6.8.9-6, SVN revision 16211.
2014-07-24 6.8.9-6 Glenn Randers-Pehrson <glennrp@image...>
* Use IsOptionMember() instead of LocaleNCompare() in coders/png.c to
parse the list of excluded and included PNG chunks.
2014-07-19 6.8.9-6 Dirk Lemstra <dirk@snakeware...>
* Fixed fill-rule in SVG clip path (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25882).
2014-07-14 6.8.9-6 Glenn Randers-Pehrson <glennrp@image...>
* Removed some dead code (testing image->matte) in PNG64 encoder.
2014-07-07 6.8.9-6 Dirk Lemstra <dirk@snakeware...>
* Added support for R5G6B5, RGB5A1 and RGBA4 dds files.
2014-07-01 6.8.9-6 Cristy <quetzlzacatenango@image...>
* Write LAB pixels as percentages in the TXT image format (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25830).
* Throw exception when image morphology differs when comparing (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25927).
* Remove mogrify backup file (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25683).
* Read WEBP images from STDIN (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25886).
2014-07-01 6.8.9-5 Cristy <quetzlzacatenango@image...>
* New version 6.8.9-5, SVN revision 16123.
2014-06-28 6.8.9-5 Glenn Randers-Pehrson <glennrp@image...>
* Do not let libpng16 check ICC/sRGB profiles in non-debug runs; we do
it ourselves anyway. Avoids emitting "known incorrect profile" warnings.
For strict profile checking and warning, use "-debug coder".
2014-06-27 6.8.9-5 Dirk Lemstra <dirk@snakeware...>
* Disabled OpenCL acceleration when image has a 'mask' or 'clip-mask'.
2014-06-25 6.8.9-5 Cristy <quetzlzacatenango@image...>
* Use -define profile:skip=icc, for example, to skip color profiles on read.
2014-06-23 6.8.9-4 Cristy <quetzlzacatenango@image...>
* New version 6.8.9-4, SVN revision 16057.
2014-06-15 6.8.9-4 Cristy <quetzlzacatenango@image...>
* Support RMS argument for -evaluate-sequence and -statistic options.
* Fix lseek define for a successful compile under 64-bit MinGW.
* Pipe image to display program no longer reports an exception (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23532).
* Check that profile is non-NULL in coders/tiff.c (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25770).
2014-06-08 6.8.9-3 Cristy <quetzlzacatenango@image...>
* New version 6.8.9-3, SVN revision 15975.
2014-06-07 6.8.9-3 Glenn Randers-Pehrson <glennrp@image...>
* Quiet warning about unused variable "skip_to_iend" in coders/png.c.
2014-06-07 6.8.9-3 Dirk Lemstra <dirk@snakeware...>
* Fixed creation of SVG from 8bim clip path. (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=25594).
2014-06-02 6.8.9-3 Cristy <quetzlzacatenango@image...>
* The -version option returns 0 status (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25667).
* The inline coder can now read from standard input (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25641).
* Add '=' character to the sanitize whitelist.
2014-05-30 6.8.9-2 Cristy <quetzlzacatenango@image...>
* New version 6.8.9-2, SVN revision 15932.
2014-05-18 6.8.9-2 Glenn Randers-Pehrson <glennrp@image...>
* Fixed some bugs in the PNG codec discovered by coverity analysis.
2014-05-14 6.8.9-2 Cristy <quetzlzacatenango@image...>
* The -fx equality operator returns a proper boolean result now (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25580).
* Permit spaces in the gradient color specification (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25614).
* Fix IdentifyImage() crash when image->magick member is null (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25615).
* The -format M and Y channels are no longer reversed (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25633).
* Remove Makefile race condition where two targets attempt to install
magick-baseconfig.h (reference
http://git.buildroot.net/buildroot/commit/?id=7395ee9d3b88e45798143e05a28d6d4b51409130)
* Fix memory leak in BlobToStringInfo() (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25639).
* In certain cases, -adaptive-sharpen failed to sharpen (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211
2014-05-12 6.8.9-2 Dirk Lemstra <dirk@snakeware...>
* Bump major Magick++ library version.
* Added support for writing RLE compressed TGA files (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12335).
* Improved performance of parsing the xmp profile (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25612).
* Fixed detecting transparency in PSD files (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25634).
2014-05-09 6.8.9-1 Cristy <quetzlzacatenango@image...>
* New version 6.8.9-1, SVN revision 15697.
2014-04-22 6.8.9-1 Glenn Randers-Pehrson <glennrp@image...>
* Fixed bug with the PNG00 subformat when the original format was PNG32.
* The "-strip" option now only removes profiles and comments from PNG
output. Previously the background, density, and other metadata were
also discarded.
2014-04-22 6.8.9-1 Cristy <quetzlzacatenango@image...>
* Support new -hough-lines option.
* Support new -mean-shift option.
* identify -units without argument no longer faults (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25542).
* Require OpenJP2 version 2.1.0 (opj_stream_set_user_data() method signature
change between 2.0.0 and 2.1.0).
2014-04-20 6.8.9-1 Dirk Lemstra <dirk@snakeware...>
* Added image moments, canny edge and hough line to Magick++.
* The 8bim profile will be updated when the icc/iptc/xmp profile is changed.
* Fix for stack overflow in DestroyXMLTree in Windows (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25457).
* Added new coder for VIPS image format (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=25445).
* Moved detection of type to a separate method in Magick++. The type() method
no longer modifies the type of the image. Use determineType() instead.
* Improved error messages when a coder uses Ghostscript.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
* Fixed bug with -strip failing to exclude PNG chunks
* Added new coder to take a screen shot of a monitor in Windows
* Don't transform sRGB compatible colorspaces to sRGB, doing so
inadvertingly promotes colormapped images to DirectClass.
* Use temporary path rather then current working directory
* Support -canny edge detection option.
* Use MAGICKCORE_LIBOPENJP2_DELEGATE instead of MAGICKCORE_JP2_DELEGATE
* Fix case where an image moment might have a mass of 0 or a Hu moment might
be 0.
* Enhance the TXT coder to read RGB percent values (e.g. 10.008%).
* Fixed new "-define png:swap-bytes" option (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24818).
2013-12-30 6.8.8-1 Cristy <quetzlzacatenango@image...>
* New version 6.8.8-1, SVN revision 14087.
2013-12-27 6.8.8-1 Cristy <quetzlzacatenango@image...>
* Support points argument for draw MSL element.
* Fix misplaced closing parenthesis for strncmp() call in magick/xml-tree.c.
* The -page option now correctly sets the image page offset (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24701).
* The -evaluate-sequence sum returns a proper alpha channel now (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24704).
2013-12-26 6.8.8-1 Dirk Lemstra <dirk@snakeware...>
* Added support for reading zip compressed PSD files. (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24676).
2013-12-25 6.8.8-0 Cristy <quetzlzacatenango@image...>
* New version 6.8.8-0, SVN revision 14027.
2013-12-23 6.8.8-0 Cristy <quetzlzacatenango@image...>
* Blurring with transparency no longer returns a halo (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24665).
* Eliminate ICC profile memory leak for JP2 coder (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=24679).
2012-12-21 6.8.8-0 Dirk Lemstra <dirk@snakeware...>
* Made librsvg the default svg library for the windows distribution.
2013-12-10 6.8.7-10 Cristy <quetzlzacatenango@image...>
* New version 6.8.7-10, SVN revision 13965.
2013-12-10 6.8.7-10 SiuChi Chan <...>
* Fix crash when using -resize with GPU acceleration (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24603).
2013-12-08 6.8.7-9 Cristy <quetzlzacatenango@image...>
* New version 6.8.7-9, SVN revision 13950.
2013-12-05 6.8.7-9 SiuChi Chan <...>
* Silence warning related to GPU memory issues.
* Check if OpenCL is disabled in checkOpenCLEnvironment() method.
* Turn off OpenCL path for Intel OpenCL to avoid crash when not enough memory.
* Fixed a bug for OpenCL convolution.
* Reduce compiler warnings.
2013-12-03 6.8.7-9 Glenn Randers-Pehrson <glennrp@image...>
* Fixed bug in coders/png.c that caused -define png:color-type=0 to
fail (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=24568).
2013-11-30 6.8.7-9 Dirk Lemstra <dirk@snakeware...>
* Fixed bug in automatic selection of OpenCL device (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24542).
* Fixed transparency for 32 bits BMP.
2013-11-28 6.8.7-9 Cristy <quetzlzacatenango@image...>
* The -type bilevel option sometimes returned an all white image (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24444).
* Check blue channel threshold for -solarize option (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24473).
2013-11-27 6.8.7-8 Cristy <quetzlzacatenango@image...>
* New version 6.8.7-8, SVN revision 13850.
2013-11-27 6.8.7-8 SiuChi Chan <...>
* Add an OpenCL-accelerated analog of AddNoiseImage().
2013-11-23 6.8.7-7 Cristy <quetzlzacatenango@image...>
* New version 6.8.7-7, SVN revision 13827.
2013-11-23 6.8.7-7 SiuChi Chan <...>
* Simplified interface to initialize the OpenCL environment.
* Automatic OpenCL device selection algorithm.
* Support ModulateImage() acceleration.
* Reduce the memory requirement for accelerated blur and unsharp mask.
2013-11-16 6.8.7-6 Cristy <quetzlzacatenango@image...>
* New version 6.8.7-6, SVN revision 13767.
2013-11-14 6.8.7-6 Cristy <quetzlzacatenango@image...>
* Fix possible memory corruption when writing PSD images (bug report from
Justin Grant).
* Constrain color reduction acceleration to positive integers (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=24459).
* fx:maxima.a now returns the alpha value rather than opacity (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24461).
2013-11-08 6.8.7-5 Cristy <quetzlzacatenango@image...>
* New version 6.8.7-5, SVN revision 13682.
2013-11-03 6.8.7-5 Cristy <quetzlzacatenango@image...>
* The jpeg:extent option no longer returns double-free exception (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24366).
* Turn off arch-specific optimisations (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24353).
* The -type bilevel option no longer returns black image (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=24394).
2013-11-03 6.8.7-5 Dirk Lemstra <dirk@snakeware...>
* Added support for pangocairo to the windows distribution.
* Added /OpenCL option to configure.exe to enable OpenCL.
2013-10-31 6.8.7-5 Glenn Randers-Pehrson <glennrp@image...>
* Fixed cut-and-paste error in version.c that caused the "png" delegate
to be listed twice by the "convert -version" command.
* major improvements to the OpenCL infrastructure.
* new OpenCL accelerated algorithms (function image, blur, radial blur,
unsharp mask, resize, contrast, equalize, despeckle).
* added a new checkbox to enable OpenCL in the configure program.
to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
2013-05-23 6.8.5-8 Glenn Randers-Pehrson <glennrp@image...>
* Stopped a "-fsanitize-address" warning in the JNG coder.
2013-05-20 6.8.5-8 Cristy <quetzlzacatenango@image...>
* The -white-threshold option is symetrical with -black-threshold (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23441);
* Fix multi-line PNM comments (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442).
* The -format option should not automatically append a newline since the
user can specify a newline in the formatting expression.
* The -level option is no longer returning a darkened image (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23479).
2013-05-20 6.8.5-7 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-7, SVN revision 12310.
2013-05-14 6.8.5-7 Glenn Randers-Pehrson <glennrp@image...>
* Recognize PNG iCCP chunks that contain the sRGB profile and replace
them with the PNG sRGB chunk. Use "-define png:preserve-iCCP" to
get the previous behavior, of simply copying the iCCP chunk.
2013-05-11 6.8.5-7 Cristy <quetzlzacatenango@image...>
* Sometimes an sRGB image is masquerading as grayscale (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23370).
* Labels no longer overflow (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22964).
* If more then one exception, return the highest security exception.
* A grayscale image returns a color JPEG for -type TrueColor (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23421).
* Read PAM comment (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23442).
2013-05-10 6.8.5-6 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-6, SVN revision 12257.
2013-05-09 6.8.5-6 Cristy <quetzlzacatenango@image...>
* The stream utility no longer faults when exporting float pixels (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23394).
2013-05-08 6.8.5-5 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-5, SVN revision 12227.
2013-05-07 6.8.5-5 Nicolas Robidoux <nicolas.robidoux@gmail...>
* Change the sample JPEG quantization table xml to something that works
really well with 2x2 Chroma subsampling around quality 75.
2013-05-06 6.8.5-5 Glenn Randers-Pehrson <glennrp@image...>
* Eliminate whitespace from image properties that hold PNG chunk data.
2013-05-05 6.8.5-5 Cristy <quetzlzacatenango@image...>
* The -poly option treats the opacity channel as alpha (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23346).
* The -threshold 50% option returns a 50-50 black and white image (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23354).
* Let user override the TIFF rows per strip (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=23307).
* Fix transient bug in the -separate option (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23335).
2013-05-01 6.8.5-4 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-4, SVN revision 12089.
2013-05-01 6.8.5-4 Cristy <quetzlzacatenango@image...>
* Add DeleteImageArtifact() for jpeg:extent artifact (thanks to
Jimmy Xie @ Microsoft).
* Track morphology changes per thread to avoid a critical section.
2013-04-28 6.8.5-3 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-3, SVN revision 12025.
2013-04-29 6.8.5-3 Cristy <quetzlzacatenango@image...>
* Add DeleteImageArtifact() for jpeg:extent artifact (thanks to
Jimmy Xie @ Microsoft).
* Add support for JXR / WDP image format.
2013-04-28 6.8.5-2 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-2, SVN revision 12013.
2013-04-28 6.8.5-2 Cristy <quetzlzacatenango@image...>
* Use GetImageOption() for webp options (e.g. webp:lossless).
2013-04-27 6.8.5-1 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-1, SVN revision 12000.
2013-04-26 6.8.5-1 Cristy <quetzlzacatenango@image...>
* Recognize xc:gray50 is non-linear.
* Loop over read() until requested bytes are consumed (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?t=23268).
* Don't use gamma lookup map when HDRI is enabled.
2013-04-24 6.8.5-0 Cristy <quetzlzacatenango@image...>
* New version 6.8.5-0, SVN revision 11979.
2013-04-16 6.8.5-0 Glenn Randers-Pehrson <glennrp@image...>
* Handle benign errors as warnings in the PNG coder.
2013-04-16 6.8.5-0 Cristy <quetzlzacatenango@image...>
* Don't modify channel values for -separate (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23193).
* The -adaptive-sharpen option is now sharpening properly (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211).
* Sometimes an image says its grayscale when its not (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23217).
* Use malloc() to allocate X image data (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23221).
* If there are more components than quantization tables, the last table is
replicated.
* Removed the ICC profile from the logo: image definition in coders/magick.c;
libpng16 detected that it was a broken sRGB profile.
* Negatives raised to a non-integer power returns NaN's (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23234).
2013-04-15 6.8.4-10 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-10, SVN revision 11851.
2013-04-11 6.8.4-10 Cristy <quetzlzacatenango@image...>
* Ensure -define jpeg:extent is resticted to at most 7 iterations (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23179).
* Move X11 font support from annotate.c source module to xwindow.c.
2013-04-10 6.8.4-9 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-9, SVN revision 11818.
2013-04-10 6.8.4-9 Bastien Roucaries <roucaries.basti...>
* Respect --program-suffix configure script option (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23143).
* Update to the newest AX_CHECK_PTHREAD macro from autoconf-archive.
2013-04-10 6.8.4-9 Anthony Thyssen <A.Thyssen@griffith...>
* Save the calculated angle for "deskew" as the artifact "deskew:angle"
2013-04-08 6.8.4-9 Cristy <quetzlzacatenango@image...>
* Pass JP2 format type to decoder (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23038).
* Previously tinting a grayscale image returned dark results.
* The -page option only affects new images (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23172).
* Revert 'Move binaries to lib subdirectory and link are created from binary
package' patch. We're getting too many bug reports.
2013-04-07 6.8.4-8 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-8, SVN revision 11743.
2013-04-06 6.8.4-8 Cristy <quetzlzacatenango@image...>
* Include intensity type in the MIFF metadata.
2013-04-06 6.8.4-7 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-7, SVN revision 11720.
2013-04-05 6.8.4-7 Anthony Thyssen <A.Thyssen@griffith...>
* Fix -sample sampling point to midpoints of sampling areas
* add a "sample:offset=" define to allow users to adjust this
sampling point position in terms of percentage (default = 50x50)
2013-04-02 6.8.4-7 Glenn Randers-Pehrson <glennrp@image...>
* Don't write a PNG gAMA or cHRM chunk when writing the iCCP or sRGB chunk.
2013-04-02 6.8.4-7 Cristy <quetzlzacatenango@image...>
* Return MagickWand for the library name for Wand.pc.
* The LCH colorspace makes the round-trip now.
* Revert the default upsampling algortithm for JPEG (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23100).
* Prevent fault when temporary directory is not-writable (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23117).
2013-04-01 6.8.4-7 Bastien Roucaries <roucaries.basti...>
* Prepare X11 support as a plugin.
* Fix compilation under HPUX of perlmagick
2013-04-01 6.8.4-6 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-6, SVN revision 11640.
2013-04-01 6.8.4-6 Cristy <quetzlzacatenango@image...>
* The -clut option return a luma grayscale instead of the expected luminance.
* Add moduledir variable to MagickCore.pc to support the MagickFilter and
MagickCore kits.
* Caption fits the sized area (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23085).
2013-03-31 6.8.4-5 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-5, SVN revision 11619.
2013-03-30 6.8.4-5 Cristy <quetzlzacatenango@image...>
* Fix transient bug when writing grayscale MIFF images.
* Adding noise to a gray image returns a gray image as expected.
* Image interlace no longer overwritten by proper cloning for GIF format.
* Extract the clipping path from an image file with clip:myimage.
2013-03-29 6.8.4-4 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-4, SVN revision 11591.
2013-03-29 6.8.4-4 Cristy <quetzlzacatenango@image...>
* Update unit test signatures for Q8.
* Resolve send() / recv() socket problems under MinGW.
2013-03-28 6.8.4-3 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-3, SVN revision 11581.
2013-03-28 6.8.4-3 Cristy <quetzlzacatenango@image...>
* Revert patch to ContrastStretchImage() to match results from 6.8.3-3.
2013-03-27 6.8.4-2 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-2, SVN revision 11558.
2013-03-27 6.8.4-2 Cristy <quetzlzacatenango@image...>
* Use MorphologyApply() rather than MorphologyImage() for -sharpen / -blur.
2013-03-27 6.8.4-1 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-1, SVN revision 11552.
2013-03-26 6.8.4-1 Cristy <quetzlzacatenango@image...>
* Sync 'intensity' option with current image.
* Normalize sharpen kernel to match that of 6.8.3-3.
2013-03-26 6.8.4-0 Cristy <quetzlzacatenango@image...>
* New version 6.8.4-0, SVN revision 11531.
2013-03-20 6.8.4-0 Cristy <quetzlzacatenango@image...>
* Do not write zero-length TIFF tags (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22957).
* Math library should be private for *.pc.in configuration files (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=22986).
* Do not split words for caption (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17123).
* Modify the configure script check for the webp delegate library (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=23025).
* The -blur, -guassian-blur, and -sharpen are now convenience methods
for -morphology convolve.
* Fix infinite loop for 'display -window' (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23028).
* Revert -auto-level patch to match the results of ImageMagick 6.8.3-4.
* Revert g_type_init() patch in svg.c (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23035).
2013-03-18 6.8.3-10 Cristy <quetzlzacatenango@image...>
* New version 6.8.3-10, SVN revision 11413.
2013-03-15 6.8.3-10 Glenn Randers-Pehrson <glennrp@image...>
* Added IM, libpng, and zlib version info to debug output.
2013-03-10 6.8.3-10 Bastien Roucaries <roucaries.basti...>
* Move PerlMagick arch independant part to 'default' folder.
* Move binaries to lib subdirectory and link are created from binary package.
2013-03-10 6.8.3-10 Cristy <quetzlzacatenango@image...>
* The TXT image format can now generate output compatible with the
-sparse-color option (e.g. convert image.png sparse-color:image.txt).
* Support -intensity option: method to generate an intensity value from a
pixel.
* Add -similarity-threshold option to the compare utility, the minimum
distortion for a (sub)image match.
* Avoid seq-fault in AcquireQuantumInfo() (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22973).
* Comment resource initializers in magick/resource.c.
* GIF comments are no longer displaced by 1 for animated GIFs (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=22901).
* A blur kernel with a zero sigma is unity.
* Do not replace gAMA found in input with 1/2.2
* Avoid a libpng16 warning about storing unknown chunks.
* Improve performance when rendering a caption.
* The compare 'map' image should not be transparent.
* Use only major version for decorating include path.
libXext/buildlink3.mk, now that it is included there.
Leave the places where its API version is set or variables from it
are used directly (about 3 packages).
* Always unlock the semaphore before returning from the png codec, either
by a "return" or png_error(); changed all Magick*Exception() calls
after setjmp() to png_error() to ensure proper cleanup (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16883).
* Fixed log known alpha*kernel normalization bug in morphology convolve.
* Pixel allocation for Pango is stride*rows not stride*columns.
* Set the image resolution for Postscript files with an embedded Photoshop
profile.
More...