Skip to content

Commit 2281727

Browse files
author
Rogério Brito
committed
images: Optimize PNG images further with optipng and advpng.
The commands used for recompression were: optipng -zc1-9 -zm1-9 -zs0-3 -f0-5 *.png advpng -z3 *.png advpng -z4 -i500 *.png Note that advpng uses different algorithms when recompressing the image. The 3 refers to 7zip's deflate implementation, while 4 refers to Google's zopfli. For zopfli, the argument to -i specifies how many iterations to run. Signed-off-by: Rogério Brito <[email protected]>
1 parent d553f18 commit 2281727

File tree

2 files changed

+0
-0
lines changed

2 files changed

+0
-0
lines changed

images/CloseX-31.png

-182 Bytes
Loading

images/MenuArrow-15.png

-83 Bytes
Loading

0 commit comments

Comments
 (0)