diff options
author | wiz <wiz@pkgsrc.org> | 2017-04-05 16:07:17 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2017-04-05 16:07:17 +0000 |
commit | 0d76585c4340a04fed72d8ecfb897c89e818e5d2 (patch) | |
tree | 10eef4e94111e57946d0bf89c0bde688ba3e68fe /graphics/gifsicle/Makefile | |
parent | 64f6c7b6af0a5b009b1b5c2dbed35e5fe7ac24a1 (diff) | |
download | pkgsrc-0d76585c4340a04fed72d8ecfb897c89e818e5d2.tar.gz |
Updated gifsicle to 1.88.
Version 1.88 1.Jul.2015
* Fix bug where long comments were read incorrectly. Reported by
kazarny.
* Add --no-ignore-errors option.
Version 1.87 9.Dec.2014
* Always optimize as if the background is transparent. This fixes some
rare bugs reported by Lars Dieckow.
* Fix --crop issue with must-be-preserved frames that are out of the
crop window.
Version 1.86 14.Oct.2014
* Further fix --rotate + --crop.
Version 1.85 14.Oct.2014
* Greatly improve optimization time for images with many colors.
* Add --no-extensions (with the s) and document those options more.
* Fix bug in interaction of --resize and --rotate reported by Michał
Ziemba.
Version 1.84 29.Jun.2014
* Correct optimizer bug that affected GIFs with 65535 or more total
colors. Reported by Jernej Simončič.
Version 1.83 21.Apr.2014
* Correct bug in custom gamma values reported by Kornel Lesiński.
* Update Windows build.
Version 1.82 27.Mar.2014
* Correct bug in `mix` sampling method reported by Bryan Stillwell.
Version 1.81 24.Mar.2014
* Correct bug in `mix` sampling method reported by Bryan Stillwell.
Version 1.80 18.Mar.2014
* Bug fixes and improved error messages.
Version 1.79 17.Mar.2014
* Major improvements in image scaling. Work sponsored by Tumblr via
Mike Hurwitz.
** Add new resize sampling methods `mix`, `box`, `catrom`, `mitchell`,
`lanczos2`, and `lanczos3`, selectable by `--resize-method`. The
`catrom` filter often gives good results; the slightly faster `mix`
method (a bilinear interpolator) is now the default. These new
sampling methods consider all of the image's input colors when
shrinking the image, producing better, less noisy output for most
images.
** Add `--resize-colors`, which allows Gifsicle to enlarge the palette
when resizing images. This is particularly important when shrinking
images with small colormaps---e.g., shrinking a black-and-white
image should probably introduce shades of gray.
* Support extensions such as XMP4 in which extension packet boundaries
matter. Reported by `ata4`.
* Many bug fixes, especially to cropping. Thanks to Tumblr and to
Bryan Stillwell, Tal Lev-Ami, "Marco," and others.
Diffstat (limited to 'graphics/gifsicle/Makefile')
-rw-r--r-- | graphics/gifsicle/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gifsicle/Makefile b/graphics/gifsicle/Makefile index 53e40ef337a..a3e052b87ae 100644 --- a/graphics/gifsicle/Makefile +++ b/graphics/gifsicle/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2014/02/16 01:04:39 schmonz Exp $ +# $NetBSD: Makefile,v 1.18 2017/04/05 16:07:17 wiz Exp $ -DISTNAME= gifsicle-1.78 +DISTNAME= gifsicle-1.88 CATEGORIES= graphics MASTER_SITES= http://www.lcdf.org/~eddietwo/gifsicle/ |