diff options
author | Kyle Guinn <elyk03@gmail.com> | 2013-06-04 17:15:39 -0400 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-05 03:17:42 -0500 |
commit | 16c34b9762cc319b1f784737511687d21a3eb902 (patch) | |
tree | 4be944aa14af591cbafdce9671dcbd6db2bb52f9 /graphics/pngquant/README | |
parent | 15e02c6fe1b85d71c8e7fadd27fe0461061f8141 (diff) | |
download | slackbuilds-16c34b9762cc319b1f784737511687d21a3eb902.tar.gz |
graphics/pngquant: Added (PNG conversion tool)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'graphics/pngquant/README')
-rw-r--r-- | graphics/pngquant/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/pngquant/README b/graphics/pngquant/README new file mode 100644 index 0000000000..34721f2b04 --- /dev/null +++ b/graphics/pngquant/README @@ -0,0 +1,5 @@ +pngquant is a command-line utility for converting 24/32-bit PNG +images to paletted (8-bit) PNGs. The conversion reduces file sizes +significantly (often as much as 70%) and preserves full alpha +transparency. Generated images are compatible with all modern web +browsers, and have better fallback in IE6 than 24-bit PNGs. |