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/320x320/res/images/progress_empty.png | Bin 219 -> 207 bytes 1 file changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/devices/320x320/res/images/progress_empty.png') diff --git a/gui/devices/320x320/res/images/progress_empty.png b/gui/devices/320x320/res/images/progress_empty.png index 6d906d264..cc65c388f 100644 Binary files a/gui/devices/320x320/res/images/progress_empty.png and b/gui/devices/320x320/res/images/progress_empty.png differ -- cgit v1.2.3