commit | c81de8c6c0d4846aa3bf395f3c34230659361d64 | [log] [tgz] |
---|---|---|
author | James Christopher Adduono <jc@adduono.com> | Tue May 31 23:08:48 2016 -0400 |
committer | Dees Troy <dees_troy@teamw.in> | Thu Aug 04 17:40:42 2016 +0200 |
tree | 81c0b1e05fb1f03828822fde62dbd995aba1ebc1 | |
parent | 9643a80b02ccc575817688db29f8b7357c7fb091 [diff] |
Optimize and reduce size of PNG files Done using: find -type f -name *.png -exec optipng -o7 -nc -fix {} + (-nc is required as TWRP png lib can't handle color type changes) find -type f -name *.png -exec advdef -4 -z {} + (use Zopfli compressor on insane prefix to reduce size even more) Total amount of bytes saved: 317,491 Change-Id: I545c678f71942e6ceb95acb631841ea7ef82a049
Team Win Recovery Project (TWRP)
You can find a compiling guide here.