diff options
| author | June McEnroe <june@causal.agency> | 2018-02-19 01:01:35 -0500 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2018-02-19 01:01:35 -0500 |
| commit | d5e73418730311200648f1a2a7d99b000a799967 (patch) | |
| tree | 474df1fcd812a0c1c38538a614e7c4b34adab895 /bin/README | |
| parent | Read and write palette in pngo (diff) | |
| download | src-d5e73418730311200648f1a2a7d99b000a799967.tar.gz src-d5e73418730311200648f1a2a7d99b000a799967.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 |