From 0abe97d02f645bc99414f9d79cd919930e911979 Mon Sep 17 00:00:00 2001 From: Lorents Date: Fri, 28 Oct 2016 08:13:34 +0300 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index c7c55a8..b1d8f22 100644 --- a/README.md +++ b/README.md @@ -84,8 +84,7 @@ call iCatalyst.bat /png:2 /jpg:2 "/outdir:true" "C:\images" |:-------|:----------| |![Advanced](https://cloud.githubusercontent.com/assets/3890881/7943713/f816fd26-096e-11e5-8a8d-036e9fd443bf.png)|![Xtreme](https://cloud.githubusercontent.com/assets/3890881/12110960/92a49db6-b3a2-11e5-9953-adde90844087.png)| |Size — 55.57 KB; Optimization time — 1.5 s|Size — 54.67 KB; Optimization time — 7.5 s| -|`TruePNG` + `Advdef` ([libdeflate](https://github.com/ebiggers/libdeflate))|`TruePNG` + `PNGWolfZopfli`| -|Compression ratio is about 10% higher compared to Adobe Photoshop CC 2015 (Export as)|Compression ratio is about 2% higher compared to Advanced optimization modes, compression speed is 5 times better| +|`TruePNG` ([zlib](https://github.com/madler/zlib)) + `Advdef` ([libdeflate](https://github.com/ebiggers/libdeflate))|`TruePNG` ([zlib](https://github.com/madler/zlib)) + `PNGWolfZopfli` ([zopfli](https://github.com/google/zopfli))||Compression ratio is about 10% higher compared to Adobe Photoshop CC 2015 (Export as)|Compression ratio is about 2% higher compared to Advanced optimization modes, compression speed is 5 times better| - `Skip` — skip optimization of PNG images.