diff options
author | June McEnroe <programble@gmail.com> | 2018-02-18 12:43:10 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-18 12:43:10 -0500 |
commit | 35c47906f02e6ed0e6948133c4127e4ff2565b9d (patch) | |
tree | efb11b29ceaab32cb598599a8458965e9e8fba18 /bin/README | |
parent | Always dump truecolor PNG in gfxx (diff) | |
download | src-35c47906f02e6ed0e6948133c4127e4ff2565b9d.tar.gz src-35c47906f02e6ed0e6948133c4127e4ff2565b9d.zip |
Add pngo to README
Diffstat (limited to '')
-rw-r--r-- | bin/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/bin/README b/bin/README index 947163d3..94429275 100644 --- a/bin/README +++ b/bin/README @@ -75,6 +75,16 @@ their detection. ssh tux.local pbpaste + pngo + +PNG optimizer. Does not support interlaced PNGs. + + - Discards ancillary chunks + - Discards unnecessary alpha channel + - Converts unnecessary truecolor to grayscale + - Applies a simple filter type heuristic + - Applies zlib's best compression + wake Broadcasts a wake-on-LAN packet to one of my machines. |