diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:52:20 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-04-02 16:52:20 +0000 |
commit | cd3d09458cd805aad1c334fce9998af2164ce555 (patch) | |
tree | 36a9071387112bb8634936d2744412e313c761a6 /graphics/Makefile | |
parent | 82151969a7e765675a57233558f4e8009bc3bb07 (diff) |
add pngquant 0.95
convert 32-bit RGBA PNGs into 8-bit RGBA-palette PNGs
PR: 34734
Submitted by: Alex Hayward <xelah@xelah.com>
Notes
Notes:
svn path=/head/; revision=57221
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index ace8a6d66d47..73bd0bee74b9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -248,6 +248,7 @@ SUBDIR += png2html SUBDIR += pngcheck SUBDIR += pngcrush + SUBDIR += pngquant SUBDIR += povray SUBDIR += povray31 SUBDIR += ppm2fli |