diff options
author | June McEnroe <programble@gmail.com> | 2018-02-19 01:01:35 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2018-02-19 01:01:35 -0500 |
commit | 192d17390f5c82a7fa2c9b9eb4a71f412f012e3b (patch) | |
tree | 035764ad3516b23556a74190e6868db673eb09af /bin/README | |
parent | Read and write palette in pngo (diff) | |
download | src-192d17390f5c82a7fa2c9b9eb4a71f412f012e3b.tar.gz src-192d17390f5c82a7fa2c9b9eb4a71f412f012e3b.zip |
Index color if possible 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 94429275..32f9862d 100644 --- a/bin/README +++ b/bin/README @@ -82,6 +82,7 @@ PNG optimizer. Does not support interlaced PNGs. - Discards ancillary chunks - Discards unnecessary alpha channel - Converts unnecessary truecolor to grayscale + - Indexes color if possible - Applies a simple filter type heuristic - Applies zlib's best compression |