Path to this page:
./
graphics/pngcrush,
Optimizer for PNG (Portable Network Graphics) files
Branch: pkgsrc-2011Q3,
Version: 1.7.17,
Package name: pngcrush-1.7.17,
Maintainer: rh Pngcrush is an optimizer for PNG (Portable Network Graphics) files.
It can be run from the commandline. Its main purpose is to reduce the
size of the PNG IDAT datastream by trying various compression levels
an PNG filter methods. It also can be used to remove unwanted
ancillary chunks, or to add certain chunks including gAMA, tRNS, and
textual chunks.
Pngcrush is open source and may be used by anyone without fee.
The author of pngcrush is Glenn Randers-Pehrson, randeg@alum.rpi.edu
Master sites:
SHA1: b7c5857a04ffa986d711d69a445594198f39a56c
RMD160: 0a9da7ee940c3ef271bc6048a7e002ade9654826
Filesize: 362.092 KB
Version history: (Expand)
- (2011-10-05) Updated to version: pngcrush-1.7.17
- (2011-10-04) Package added to pkgsrc.se, version pngcrush-1.7.16 (created)
CVS history: (Expand)
2011-10-05 01:11:40 by Matthias Scheler | Files touched by this commit (2) | |
Log message:
Pullup ticket #3527 - requested by wiz
graphics/pngcrush: security update
Revisions pulled up:
- graphics/pngcrush/Makefile 1.49
- graphics/pngcrush/distinfo 1.32
---
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 4 09:36:01 UTC 2011
Modified Files:
pkgsrc/graphics/pngcrush: Makefile distinfo
Log message:
Changes 1.7.17:
* Changed "#if !defined(PNG_NO_STDIO)" to "#ifdef \
PNG_STDIO_SUPPORTED"
as recommended in the libpng documentation.
* Added PNG_UINT_32_NAME macro and used it to simplify chunk_type integer
definitions.
|