summaryrefslogtreecommitdiff
path: root/graphics/pngcrush/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
committerzuntum <zuntum@pkgsrc.org>2001-10-31 22:52:58 +0000
commitd038a73ebd432fae3ce355b84443038f88cb7199 (patch)
treeb3c17888184b1b17ed1b1fa28f1697197bb0b4f6 /graphics/pngcrush/DESCR
parent70bae73d77e50256a2ee847bd9be11b761bcea01 (diff)
downloadpkgsrc-d038a73ebd432fae3ce355b84443038f88cb7199.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'graphics/pngcrush/DESCR')
-rw-r--r--graphics/pngcrush/DESCR10
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/pngcrush/DESCR b/graphics/pngcrush/DESCR
new file mode 100644
index 00000000000..3299e31583f
--- /dev/null
+++ b/graphics/pngcrush/DESCR
@@ -0,0 +1,10 @@
+ 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