diff options
author | June McEnroe <june@causal.agency> | 2018-02-20 17:59:15 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-02-20 18:00:50 -0500 |
commit | c23863782d4bae4d0fb925f7e658cd28fbac9b25 (patch) | |
tree | 5144cbdd485117bafca4b800c58f9f9c7438eb5d /bin/README | |
parent | Always use None filter for indexed or bit depth < 8 (diff) | |
download | src-c23863782d4bae4d0fb925f7e658cd28fbac9b25.tar.gz src-c23863782d4bae4d0fb925f7e658cd28fbac9b25.zip |
Reduce bit depth in pngo
Diffstat (limited to '')
-rw-r--r-- | bin/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/README b/bin/README index 4e4a8d9d..66082e90 100644 --- a/bin/README +++ b/bin/README @@ -83,6 +83,7 @@ PNG optimizer. Does not support interlaced PNGs. - Discards unnecessary alpha channel - Converts unnecessary truecolor to grayscale - Indexes color if possible + - Reduces bit depth if possible - Applies a simple filter type heuristic - Applies zlib's best compression |