diff options
author | June McEnroe <programble@gmail.com> | 2018-02-20 17:59:15 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-20 18:00:50 -0500 |
commit | 71faa089f0f675955289d36aa776a969a4fe883d (patch) | |
tree | 595cff20d1340ed4e2512a602aac64516004da76 /bin/README | |
parent | Always use None filter for indexed or bit depth < 8 (diff) | |
download | src-71faa089f0f675955289d36aa776a969a4fe883d.tar.gz src-71faa089f0f675955289d36aa776a969a4fe883d.zip |
Reduce bit depth in pngo
Diffstat (limited to 'bin/README')
-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 |