From c81de8c6c0d4846aa3bf395f3c34230659361d64 Mon Sep 17 00:00:00 2001 From: James Christopher Adduono Date: Tue, 31 May 2016 23:08:48 -0400 Subject: 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 --- fonts/12x22.png | Bin 14431 -> 13307 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'fonts/12x22.png') diff --git a/fonts/12x22.png b/fonts/12x22.png index ae826bebe..0f2e603a8 100644 Binary files a/fonts/12x22.png and b/fonts/12x22.png differ -- cgit v1.2.3