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 --- gui/devices/800x480/res/images/keyboard4.png | Bin 20659 -> 16925 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/devices/800x480/res/images/keyboard4.png') diff --git a/gui/devices/800x480/res/images/keyboard4.png b/gui/devices/800x480/res/images/keyboard4.png index 7fc0ea50f..0c1cb6638 100644 Binary files a/gui/devices/800x480/res/images/keyboard4.png and b/gui/devices/800x480/res/images/keyboard4.png differ -- cgit v1.2.3