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/theme/landscape_mdpi/images/back.png | Bin 440 -> 424 bytes gui/theme/landscape_mdpi/images/backspace.png | Bin 430 -> 428 bytes .../landscape_mdpi/images/backspace_terminal.png | Bin 745 -> 433 bytes gui/theme/landscape_mdpi/images/checkbox_false.png | Bin 190 -> 188 bytes gui/theme/landscape_mdpi/images/checkbox_true.png | Bin 278 -> 272 bytes gui/theme/landscape_mdpi/images/console.png | Bin 300 -> 290 bytes gui/theme/landscape_mdpi/images/cursor.png | Bin 504 -> 496 bytes gui/theme/landscape_mdpi/images/enter.png | Bin 586 -> 559 bytes gui/theme/landscape_mdpi/images/enter_terminal.png | Bin 796 -> 561 bytes gui/theme/landscape_mdpi/images/file.png | Bin 251 -> 246 bytes gui/theme/landscape_mdpi/images/folder.png | Bin 213 -> 211 bytes gui/theme/landscape_mdpi/images/handle.png | Bin 263 -> 257 bytes gui/theme/landscape_mdpi/images/home.png | Bin 446 -> 437 bytes gui/theme/landscape_mdpi/images/indeterminate001.png | Bin 213 -> 208 bytes gui/theme/landscape_mdpi/images/indeterminate002.png | Bin 296 -> 284 bytes gui/theme/landscape_mdpi/images/indeterminate003.png | Bin 194 -> 191 bytes gui/theme/landscape_mdpi/images/indeterminate004.png | Bin 194 -> 190 bytes gui/theme/landscape_mdpi/images/indeterminate005.png | Bin 194 -> 192 bytes gui/theme/landscape_mdpi/images/indeterminate006.png | Bin 195 -> 192 bytes gui/theme/landscape_mdpi/images/indeterminate007.png | Bin 193 -> 192 bytes gui/theme/landscape_mdpi/images/indeterminate008.png | Bin 195 -> 191 bytes gui/theme/landscape_mdpi/images/indeterminate009.png | Bin 194 -> 192 bytes gui/theme/landscape_mdpi/images/indeterminate010.png | Bin 194 -> 192 bytes gui/theme/landscape_mdpi/images/indeterminate011.png | Bin 231 -> 225 bytes gui/theme/landscape_mdpi/images/indeterminate012.png | Bin 348 -> 333 bytes gui/theme/landscape_mdpi/images/kb_arrow_down.png | Bin 413 -> 316 bytes gui/theme/landscape_mdpi/images/kb_arrow_left.png | Bin 408 -> 272 bytes gui/theme/landscape_mdpi/images/kb_arrow_right.png | Bin 429 -> 270 bytes gui/theme/landscape_mdpi/images/kb_arrow_up.png | Bin 409 -> 309 bytes gui/theme/landscape_mdpi/images/kb_hide.png | Bin 737 -> 462 bytes gui/theme/landscape_mdpi/images/kb_show.png | Bin 650 -> 428 bytes gui/theme/landscape_mdpi/images/logo.png | Bin 1062 -> 1027 bytes gui/theme/landscape_mdpi/images/main_button.png | Bin 624 -> 586 bytes .../landscape_mdpi/images/main_button_half_width.png | Bin 558 -> 515 bytes .../images/main_button_half_width_low.png | Bin 467 -> 436 bytes gui/theme/landscape_mdpi/images/progress_empty.png | Bin 440 -> 427 bytes gui/theme/landscape_mdpi/images/progress_fill.png | Bin 345 -> 336 bytes gui/theme/landscape_mdpi/images/radio_false.png | Bin 421 -> 410 bytes gui/theme/landscape_mdpi/images/radio_true.png | Bin 488 -> 473 bytes gui/theme/landscape_mdpi/images/shift.png | Bin 647 -> 635 bytes gui/theme/landscape_mdpi/images/shift_fill.png | Bin 510 -> 500 bytes gui/theme/landscape_mdpi/images/shift_terminal.png | Bin 1014 -> 648 bytes .../landscape_mdpi/images/shift_terminal_fill.png | Bin 773 -> 514 bytes gui/theme/landscape_mdpi/images/slider.png | Bin 770 -> 728 bytes gui/theme/landscape_mdpi/images/slider_touch.png | Bin 1087 -> 1010 bytes gui/theme/landscape_mdpi/images/slider_used.png | Bin 777 -> 723 bytes gui/theme/landscape_mdpi/images/sort_asc.png | Bin 428 -> 409 bytes gui/theme/landscape_mdpi/images/sort_desc.png | Bin 406 -> 389 bytes gui/theme/landscape_mdpi/images/sort_empty.png | Bin 241 -> 232 bytes gui/theme/landscape_mdpi/images/space.png | Bin 430 -> 407 bytes gui/theme/landscape_mdpi/images/space_terminal.png | Bin 557 -> 416 bytes gui/theme/landscape_mdpi/images/splashlogo.png | Bin 6239 -> 4236 bytes gui/theme/landscape_mdpi/images/splashteamwin.png | Bin 1547 -> 1146 bytes gui/theme/landscape_mdpi/images/tab_3.png | Bin 309 -> 303 bytes gui/theme/landscape_mdpi/images/tab_4.png | Bin 299 -> 293 bytes gui/theme/landscape_mdpi/images/unlock_icon.png | Bin 2951 -> 2794 bytes 56 files changed, 0 insertions(+), 0 deletions(-) (limited to 'gui/theme/landscape_mdpi') diff --git a/gui/theme/landscape_mdpi/images/back.png b/gui/theme/landscape_mdpi/images/back.png index ee2cc399b..a4310344d 100644 Binary files a/gui/theme/landscape_mdpi/images/back.png and b/gui/theme/landscape_mdpi/images/back.png differ diff --git a/gui/theme/landscape_mdpi/images/backspace.png b/gui/theme/landscape_mdpi/images/backspace.png index 78d9f7919..a51654715 100644 Binary files a/gui/theme/landscape_mdpi/images/backspace.png and b/gui/theme/landscape_mdpi/images/backspace.png differ diff --git a/gui/theme/landscape_mdpi/images/backspace_terminal.png b/gui/theme/landscape_mdpi/images/backspace_terminal.png index 89723d25f..53db5aa37 100644 Binary files a/gui/theme/landscape_mdpi/images/backspace_terminal.png and b/gui/theme/landscape_mdpi/images/backspace_terminal.png differ diff --git a/gui/theme/landscape_mdpi/images/checkbox_false.png b/gui/theme/landscape_mdpi/images/checkbox_false.png index d5244af93..a4ed41ede 100644 Binary files a/gui/theme/landscape_mdpi/images/checkbox_false.png and b/gui/theme/landscape_mdpi/images/checkbox_false.png differ diff --git a/gui/theme/landscape_mdpi/images/checkbox_true.png b/gui/theme/landscape_mdpi/images/checkbox_true.png index c264d2f6f..f7adcf506 100644 Binary files a/gui/theme/landscape_mdpi/images/checkbox_true.png and b/gui/theme/landscape_mdpi/images/checkbox_true.png differ diff --git a/gui/theme/landscape_mdpi/images/console.png b/gui/theme/landscape_mdpi/images/console.png index d492bc308..cc9bbf598 100644 Binary files a/gui/theme/landscape_mdpi/images/console.png and b/gui/theme/landscape_mdpi/images/console.png differ diff --git a/gui/theme/landscape_mdpi/images/cursor.png b/gui/theme/landscape_mdpi/images/cursor.png index 948f187b7..d5319ac89 100644 Binary files a/gui/theme/landscape_mdpi/images/cursor.png and b/gui/theme/landscape_mdpi/images/cursor.png differ diff --git a/gui/theme/landscape_mdpi/images/enter.png b/gui/theme/landscape_mdpi/images/enter.png index 0d86d7b8f..209a1be4d 100644 Binary files a/gui/theme/landscape_mdpi/images/enter.png and b/gui/theme/landscape_mdpi/images/enter.png differ diff --git a/gui/theme/landscape_mdpi/images/enter_terminal.png b/gui/theme/landscape_mdpi/images/enter_terminal.png index 18def5bf5..8bc0e8956 100644 Binary files a/gui/theme/landscape_mdpi/images/enter_terminal.png and b/gui/theme/landscape_mdpi/images/enter_terminal.png differ diff --git a/gui/theme/landscape_mdpi/images/file.png b/gui/theme/landscape_mdpi/images/file.png index 89be008b3..bb68fb76b 100644 Binary files a/gui/theme/landscape_mdpi/images/file.png and b/gui/theme/landscape_mdpi/images/file.png differ diff --git a/gui/theme/landscape_mdpi/images/folder.png b/gui/theme/landscape_mdpi/images/folder.png index e276307b9..72b76a99e 100644 Binary files a/gui/theme/landscape_mdpi/images/folder.png and b/gui/theme/landscape_mdpi/images/folder.png differ diff --git a/gui/theme/landscape_mdpi/images/handle.png b/gui/theme/landscape_mdpi/images/handle.png index b19759e06..25e53556a 100644 Binary files a/gui/theme/landscape_mdpi/images/handle.png and b/gui/theme/landscape_mdpi/images/handle.png differ diff --git a/gui/theme/landscape_mdpi/images/home.png b/gui/theme/landscape_mdpi/images/home.png index 5daf4bb7f..71b37e0c8 100644 Binary files a/gui/theme/landscape_mdpi/images/home.png and b/gui/theme/landscape_mdpi/images/home.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate001.png b/gui/theme/landscape_mdpi/images/indeterminate001.png index 6b43659ab..930d7eb2a 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate001.png and b/gui/theme/landscape_mdpi/images/indeterminate001.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate002.png b/gui/theme/landscape_mdpi/images/indeterminate002.png index e4825820a..c4d207ea4 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate002.png and b/gui/theme/landscape_mdpi/images/indeterminate002.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate003.png b/gui/theme/landscape_mdpi/images/indeterminate003.png index 03b903e46..376de520d 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate003.png and b/gui/theme/landscape_mdpi/images/indeterminate003.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate004.png b/gui/theme/landscape_mdpi/images/indeterminate004.png index a964c2d98..dbc13753d 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate004.png and b/gui/theme/landscape_mdpi/images/indeterminate004.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate005.png b/gui/theme/landscape_mdpi/images/indeterminate005.png index cbf44406f..cae5c3b1e 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate005.png and b/gui/theme/landscape_mdpi/images/indeterminate005.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate006.png b/gui/theme/landscape_mdpi/images/indeterminate006.png index 5bb750d11..326799800 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate006.png and b/gui/theme/landscape_mdpi/images/indeterminate006.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate007.png b/gui/theme/landscape_mdpi/images/indeterminate007.png index 3f8666360..dee4840c6 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate007.png and b/gui/theme/landscape_mdpi/images/indeterminate007.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate008.png b/gui/theme/landscape_mdpi/images/indeterminate008.png index 4f089c360..470f08077 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate008.png and b/gui/theme/landscape_mdpi/images/indeterminate008.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate009.png b/gui/theme/landscape_mdpi/images/indeterminate009.png index 88ec507ed..08ac625c6 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate009.png and b/gui/theme/landscape_mdpi/images/indeterminate009.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate010.png b/gui/theme/landscape_mdpi/images/indeterminate010.png index 2e34b2cf5..a7ec1336c 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate010.png and b/gui/theme/landscape_mdpi/images/indeterminate010.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate011.png b/gui/theme/landscape_mdpi/images/indeterminate011.png index 5206dc3bc..6e3bf96e9 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate011.png and b/gui/theme/landscape_mdpi/images/indeterminate011.png differ diff --git a/gui/theme/landscape_mdpi/images/indeterminate012.png b/gui/theme/landscape_mdpi/images/indeterminate012.png index 0780dc102..d2f8c6a67 100644 Binary files a/gui/theme/landscape_mdpi/images/indeterminate012.png and b/gui/theme/landscape_mdpi/images/indeterminate012.png differ diff --git a/gui/theme/landscape_mdpi/images/kb_arrow_down.png b/gui/theme/landscape_mdpi/images/kb_arrow_down.png index b21d4741b..16042c114 100644 Binary files a/gui/theme/landscape_mdpi/images/kb_arrow_down.png and b/gui/theme/landscape_mdpi/images/kb_arrow_down.png differ diff --git a/gui/theme/landscape_mdpi/images/kb_arrow_left.png b/gui/theme/landscape_mdpi/images/kb_arrow_left.png index f349b93f0..e5d6eaf09 100644 Binary files a/gui/theme/landscape_mdpi/images/kb_arrow_left.png and b/gui/theme/landscape_mdpi/images/kb_arrow_left.png differ diff --git a/gui/theme/landscape_mdpi/images/kb_arrow_right.png b/gui/theme/landscape_mdpi/images/kb_arrow_right.png index 4087239f7..3be128e32 100644 Binary files a/gui/theme/landscape_mdpi/images/kb_arrow_right.png and b/gui/theme/landscape_mdpi/images/kb_arrow_right.png differ diff --git a/gui/theme/landscape_mdpi/images/kb_arrow_up.png b/gui/theme/landscape_mdpi/images/kb_arrow_up.png index ff57a3224..c131e0616 100644 Binary files a/gui/theme/landscape_mdpi/images/kb_arrow_up.png and b/gui/theme/landscape_mdpi/images/kb_arrow_up.png differ diff --git a/gui/theme/landscape_mdpi/images/kb_hide.png b/gui/theme/landscape_mdpi/images/kb_hide.png index bd6e763a7..3350f00d4 100644 Binary files a/gui/theme/landscape_mdpi/images/kb_hide.png and b/gui/theme/landscape_mdpi/images/kb_hide.png differ diff --git a/gui/theme/landscape_mdpi/images/kb_show.png b/gui/theme/landscape_mdpi/images/kb_show.png index da52bd236..a01d75a5b 100644 Binary files a/gui/theme/landscape_mdpi/images/kb_show.png and b/gui/theme/landscape_mdpi/images/kb_show.png differ diff --git a/gui/theme/landscape_mdpi/images/logo.png b/gui/theme/landscape_mdpi/images/logo.png index a6c1a6aca..c08babc79 100644 Binary files a/gui/theme/landscape_mdpi/images/logo.png and b/gui/theme/landscape_mdpi/images/logo.png differ diff --git a/gui/theme/landscape_mdpi/images/main_button.png b/gui/theme/landscape_mdpi/images/main_button.png index 1cbe2be69..65b778e7e 100644 Binary files a/gui/theme/landscape_mdpi/images/main_button.png and b/gui/theme/landscape_mdpi/images/main_button.png differ diff --git a/gui/theme/landscape_mdpi/images/main_button_half_width.png b/gui/theme/landscape_mdpi/images/main_button_half_width.png index 94aaa06a4..7e644fe07 100644 Binary files a/gui/theme/landscape_mdpi/images/main_button_half_width.png and b/gui/theme/landscape_mdpi/images/main_button_half_width.png differ diff --git a/gui/theme/landscape_mdpi/images/main_button_half_width_low.png b/gui/theme/landscape_mdpi/images/main_button_half_width_low.png index eee2477fe..72c52f731 100644 Binary files a/gui/theme/landscape_mdpi/images/main_button_half_width_low.png and b/gui/theme/landscape_mdpi/images/main_button_half_width_low.png differ diff --git a/gui/theme/landscape_mdpi/images/progress_empty.png b/gui/theme/landscape_mdpi/images/progress_empty.png index c68f09c30..0eecb8b67 100644 Binary files a/gui/theme/landscape_mdpi/images/progress_empty.png and b/gui/theme/landscape_mdpi/images/progress_empty.png differ diff --git a/gui/theme/landscape_mdpi/images/progress_fill.png b/gui/theme/landscape_mdpi/images/progress_fill.png index 6e5439a90..87b512465 100644 Binary files a/gui/theme/landscape_mdpi/images/progress_fill.png and b/gui/theme/landscape_mdpi/images/progress_fill.png differ diff --git a/gui/theme/landscape_mdpi/images/radio_false.png b/gui/theme/landscape_mdpi/images/radio_false.png index bfb8a3ad6..e753021e0 100644 Binary files a/gui/theme/landscape_mdpi/images/radio_false.png and b/gui/theme/landscape_mdpi/images/radio_false.png differ diff --git a/gui/theme/landscape_mdpi/images/radio_true.png b/gui/theme/landscape_mdpi/images/radio_true.png index 704e2ac2d..5ab1b0f59 100644 Binary files a/gui/theme/landscape_mdpi/images/radio_true.png and b/gui/theme/landscape_mdpi/images/radio_true.png differ diff --git a/gui/theme/landscape_mdpi/images/shift.png b/gui/theme/landscape_mdpi/images/shift.png index 943d094e1..200e4c581 100644 Binary files a/gui/theme/landscape_mdpi/images/shift.png and b/gui/theme/landscape_mdpi/images/shift.png differ diff --git a/gui/theme/landscape_mdpi/images/shift_fill.png b/gui/theme/landscape_mdpi/images/shift_fill.png index 87692baa5..cf46c1a71 100644 Binary files a/gui/theme/landscape_mdpi/images/shift_fill.png and b/gui/theme/landscape_mdpi/images/shift_fill.png differ diff --git a/gui/theme/landscape_mdpi/images/shift_terminal.png b/gui/theme/landscape_mdpi/images/shift_terminal.png index 01966271b..bc2cc7dc5 100644 Binary files a/gui/theme/landscape_mdpi/images/shift_terminal.png and b/gui/theme/landscape_mdpi/images/shift_terminal.png differ diff --git a/gui/theme/landscape_mdpi/images/shift_terminal_fill.png b/gui/theme/landscape_mdpi/images/shift_terminal_fill.png index e84346a8e..02190b1a2 100644 Binary files a/gui/theme/landscape_mdpi/images/shift_terminal_fill.png and b/gui/theme/landscape_mdpi/images/shift_terminal_fill.png differ diff --git a/gui/theme/landscape_mdpi/images/slider.png b/gui/theme/landscape_mdpi/images/slider.png index dc5a2cb59..1473c806b 100644 Binary files a/gui/theme/landscape_mdpi/images/slider.png and b/gui/theme/landscape_mdpi/images/slider.png differ diff --git a/gui/theme/landscape_mdpi/images/slider_touch.png b/gui/theme/landscape_mdpi/images/slider_touch.png index 374ea71ac..a701f5397 100644 Binary files a/gui/theme/landscape_mdpi/images/slider_touch.png and b/gui/theme/landscape_mdpi/images/slider_touch.png differ diff --git a/gui/theme/landscape_mdpi/images/slider_used.png b/gui/theme/landscape_mdpi/images/slider_used.png index d7034f907..56cff27c1 100644 Binary files a/gui/theme/landscape_mdpi/images/slider_used.png and b/gui/theme/landscape_mdpi/images/slider_used.png differ diff --git a/gui/theme/landscape_mdpi/images/sort_asc.png b/gui/theme/landscape_mdpi/images/sort_asc.png index 9df2cb44a..d37dbfebf 100644 Binary files a/gui/theme/landscape_mdpi/images/sort_asc.png and b/gui/theme/landscape_mdpi/images/sort_asc.png differ diff --git a/gui/theme/landscape_mdpi/images/sort_desc.png b/gui/theme/landscape_mdpi/images/sort_desc.png index 24678f917..8c551583d 100644 Binary files a/gui/theme/landscape_mdpi/images/sort_desc.png and b/gui/theme/landscape_mdpi/images/sort_desc.png differ diff --git a/gui/theme/landscape_mdpi/images/sort_empty.png b/gui/theme/landscape_mdpi/images/sort_empty.png index 1d90719fa..048354628 100644 Binary files a/gui/theme/landscape_mdpi/images/sort_empty.png and b/gui/theme/landscape_mdpi/images/sort_empty.png differ diff --git a/gui/theme/landscape_mdpi/images/space.png b/gui/theme/landscape_mdpi/images/space.png index a4d7b0332..06ff8df19 100644 Binary files a/gui/theme/landscape_mdpi/images/space.png and b/gui/theme/landscape_mdpi/images/space.png differ diff --git a/gui/theme/landscape_mdpi/images/space_terminal.png b/gui/theme/landscape_mdpi/images/space_terminal.png index 722a4eb43..d40133338 100644 Binary files a/gui/theme/landscape_mdpi/images/space_terminal.png and b/gui/theme/landscape_mdpi/images/space_terminal.png differ diff --git a/gui/theme/landscape_mdpi/images/splashlogo.png b/gui/theme/landscape_mdpi/images/splashlogo.png index 4b29425e8..daac29442 100644 Binary files a/gui/theme/landscape_mdpi/images/splashlogo.png and b/gui/theme/landscape_mdpi/images/splashlogo.png differ diff --git a/gui/theme/landscape_mdpi/images/splashteamwin.png b/gui/theme/landscape_mdpi/images/splashteamwin.png index 125501fcb..d2fad9cc4 100644 Binary files a/gui/theme/landscape_mdpi/images/splashteamwin.png and b/gui/theme/landscape_mdpi/images/splashteamwin.png differ diff --git a/gui/theme/landscape_mdpi/images/tab_3.png b/gui/theme/landscape_mdpi/images/tab_3.png index 1dd658ecc..1c37f98c0 100644 Binary files a/gui/theme/landscape_mdpi/images/tab_3.png and b/gui/theme/landscape_mdpi/images/tab_3.png differ diff --git a/gui/theme/landscape_mdpi/images/tab_4.png b/gui/theme/landscape_mdpi/images/tab_4.png index 4d0977d8f..41f606c00 100644 Binary files a/gui/theme/landscape_mdpi/images/tab_4.png and b/gui/theme/landscape_mdpi/images/tab_4.png differ diff --git a/gui/theme/landscape_mdpi/images/unlock_icon.png b/gui/theme/landscape_mdpi/images/unlock_icon.png index d6a2d7ae9..890c38cec 100644 Binary files a/gui/theme/landscape_mdpi/images/unlock_icon.png and b/gui/theme/landscape_mdpi/images/unlock_icon.png differ -- cgit v1.2.3