From 8baa789eb180c5a8944682c893478d7f9f874970 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Thu, 27 Jun 2019 21:33:11 +0200 Subject: Optimize images (#464) Recompress losslessly using `optipng` and `advpng` --- mesecons_lightstone/doc/lightstone_blue/preview.png | Bin 36865 -> 32516 bytes mesecons_lightstone/doc/lightstone_blue/recipe.png | Bin 4403 -> 2561 bytes .../doc/lightstone_darkgrey/preview.png | Bin 43641 -> 36947 bytes .../doc/lightstone_darkgrey/recipe.png | Bin 4575 -> 2606 bytes .../doc/lightstone_green/preview.png | Bin 48733 -> 47266 bytes mesecons_lightstone/doc/lightstone_green/recipe.png | Bin 4597 -> 2732 bytes .../doc/lightstone_lightgrey/preview.png | Bin 45430 -> 39387 bytes .../doc/lightstone_lightgrey/recipe.png | Bin 4682 -> 2726 bytes mesecons_lightstone/doc/lightstone_red/preview.png | Bin 32080 -> 29794 bytes mesecons_lightstone/doc/lightstone_red/recipe.png | Bin 4009 -> 2535 bytes .../doc/lightstone_yellow/preview.png | Bin 28281 -> 27737 bytes .../doc/lightstone_yellow/recipe.png | Bin 4550 -> 2651 bytes .../textures/jeija_lightstone_blue_off.png | Bin 260 -> 217 bytes .../textures/jeija_lightstone_blue_on.png | Bin 545 -> 399 bytes .../textures/jeija_lightstone_cyan_off.png | Bin 443 -> 249 bytes .../textures/jeija_lightstone_cyan_on.png | Bin 663 -> 461 bytes .../textures/jeija_lightstone_darkgray_off.png | Bin 447 -> 234 bytes .../textures/jeija_lightstone_darkgray_on.png | Bin 667 -> 454 bytes .../textures/jeija_lightstone_gray_off.png | Bin 452 -> 239 bytes .../textures/jeija_lightstone_gray_on.png | Bin 662 -> 449 bytes .../textures/jeija_lightstone_green_off.png | Bin 446 -> 233 bytes .../textures/jeija_lightstone_green_on.png | Bin 705 -> 492 bytes .../textures/jeija_lightstone_magenta_off.png | Bin 387 -> 186 bytes .../textures/jeija_lightstone_magenta_on.png | Bin 633 -> 433 bytes .../textures/jeija_lightstone_orange_off.png | Bin 407 -> 210 bytes .../textures/jeija_lightstone_orange_on.png | Bin 641 -> 431 bytes .../textures/jeija_lightstone_pink_off.png | Bin 349 -> 156 bytes .../textures/jeija_lightstone_pink_on.png | Bin 546 -> 348 bytes .../textures/jeija_lightstone_red_off.png | Bin 408 -> 195 bytes .../textures/jeija_lightstone_red_on.png | Bin 650 -> 437 bytes .../textures/jeija_lightstone_violet_off.png | Bin 387 -> 186 bytes .../textures/jeija_lightstone_violet_on.png | Bin 633 -> 433 bytes .../textures/jeija_lightstone_white_off.png | Bin 429 -> 235 bytes .../textures/jeija_lightstone_white_on.png | Bin 357 -> 167 bytes .../textures/jeija_lightstone_yellow_off.png | Bin 291 -> 217 bytes .../textures/jeija_lightstone_yellow_on.png | Bin 486 -> 428 bytes 36 files changed, 0 insertions(+), 0 deletions(-) (limited to 'mesecons_lightstone') diff --git a/mesecons_lightstone/doc/lightstone_blue/preview.png b/mesecons_lightstone/doc/lightstone_blue/preview.png index 579f719..085c619 100644 Binary files a/mesecons_lightstone/doc/lightstone_blue/preview.png and b/mesecons_lightstone/doc/lightstone_blue/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_blue/recipe.png b/mesecons_lightstone/doc/lightstone_blue/recipe.png index ce8ebd7..f72d00f 100644 Binary files a/mesecons_lightstone/doc/lightstone_blue/recipe.png and b/mesecons_lightstone/doc/lightstone_blue/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_darkgrey/preview.png b/mesecons_lightstone/doc/lightstone_darkgrey/preview.png index 56fe6ea..f24c8ab 100644 Binary files a/mesecons_lightstone/doc/lightstone_darkgrey/preview.png and b/mesecons_lightstone/doc/lightstone_darkgrey/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_darkgrey/recipe.png b/mesecons_lightstone/doc/lightstone_darkgrey/recipe.png index fed0db2..193a37d 100644 Binary files a/mesecons_lightstone/doc/lightstone_darkgrey/recipe.png and b/mesecons_lightstone/doc/lightstone_darkgrey/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_green/preview.png b/mesecons_lightstone/doc/lightstone_green/preview.png index 9efc774..1cff184 100644 Binary files a/mesecons_lightstone/doc/lightstone_green/preview.png and b/mesecons_lightstone/doc/lightstone_green/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_green/recipe.png b/mesecons_lightstone/doc/lightstone_green/recipe.png index 6690064..35b3523 100644 Binary files a/mesecons_lightstone/doc/lightstone_green/recipe.png and b/mesecons_lightstone/doc/lightstone_green/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_lightgrey/preview.png b/mesecons_lightstone/doc/lightstone_lightgrey/preview.png index 0084fa3..0347c21 100644 Binary files a/mesecons_lightstone/doc/lightstone_lightgrey/preview.png and b/mesecons_lightstone/doc/lightstone_lightgrey/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_lightgrey/recipe.png b/mesecons_lightstone/doc/lightstone_lightgrey/recipe.png index e790012..37dba5b 100644 Binary files a/mesecons_lightstone/doc/lightstone_lightgrey/recipe.png and b/mesecons_lightstone/doc/lightstone_lightgrey/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_red/preview.png b/mesecons_lightstone/doc/lightstone_red/preview.png index 5fd3eba..f802d3d 100644 Binary files a/mesecons_lightstone/doc/lightstone_red/preview.png and b/mesecons_lightstone/doc/lightstone_red/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_red/recipe.png b/mesecons_lightstone/doc/lightstone_red/recipe.png index 7791a99..dd5811a 100644 Binary files a/mesecons_lightstone/doc/lightstone_red/recipe.png and b/mesecons_lightstone/doc/lightstone_red/recipe.png differ diff --git a/mesecons_lightstone/doc/lightstone_yellow/preview.png b/mesecons_lightstone/doc/lightstone_yellow/preview.png index fb9f644..fa975c5 100644 Binary files a/mesecons_lightstone/doc/lightstone_yellow/preview.png and b/mesecons_lightstone/doc/lightstone_yellow/preview.png differ diff --git a/mesecons_lightstone/doc/lightstone_yellow/recipe.png b/mesecons_lightstone/doc/lightstone_yellow/recipe.png index f17e9d4..1ca449f 100644 Binary files a/mesecons_lightstone/doc/lightstone_yellow/recipe.png and b/mesecons_lightstone/doc/lightstone_yellow/recipe.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_blue_off.png b/mesecons_lightstone/textures/jeija_lightstone_blue_off.png index 09acc22..87f753c 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_blue_off.png and b/mesecons_lightstone/textures/jeija_lightstone_blue_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_blue_on.png b/mesecons_lightstone/textures/jeija_lightstone_blue_on.png index 93c8638..008a5fe 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_blue_on.png and b/mesecons_lightstone/textures/jeija_lightstone_blue_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png b/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png index 5315110..1c9168c 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png and b/mesecons_lightstone/textures/jeija_lightstone_cyan_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png b/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png index 200345c..92edf58 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png and b/mesecons_lightstone/textures/jeija_lightstone_cyan_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_darkgray_off.png b/mesecons_lightstone/textures/jeija_lightstone_darkgray_off.png index 7e5aae7..f7ded2a 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_darkgray_off.png and b/mesecons_lightstone/textures/jeija_lightstone_darkgray_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_darkgray_on.png b/mesecons_lightstone/textures/jeija_lightstone_darkgray_on.png index e6d4d00..cfffb09 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_darkgray_on.png and b/mesecons_lightstone/textures/jeija_lightstone_darkgray_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_gray_off.png b/mesecons_lightstone/textures/jeija_lightstone_gray_off.png index f168fc2..1c5c28d 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_gray_off.png and b/mesecons_lightstone/textures/jeija_lightstone_gray_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_gray_on.png b/mesecons_lightstone/textures/jeija_lightstone_gray_on.png index 24c5470..ba067ba 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_gray_on.png and b/mesecons_lightstone/textures/jeija_lightstone_gray_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_green_off.png b/mesecons_lightstone/textures/jeija_lightstone_green_off.png index 2f214fa..9051fee 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_green_off.png and b/mesecons_lightstone/textures/jeija_lightstone_green_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_green_on.png b/mesecons_lightstone/textures/jeija_lightstone_green_on.png index 225bf4e..0cadbc9 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_green_on.png and b/mesecons_lightstone/textures/jeija_lightstone_green_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png b/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png index 43fa524..9c50f68 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png and b/mesecons_lightstone/textures/jeija_lightstone_magenta_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png b/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png index 8f28b7c..d46f295 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png and b/mesecons_lightstone/textures/jeija_lightstone_magenta_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_orange_off.png b/mesecons_lightstone/textures/jeija_lightstone_orange_off.png index 4bf206e..f62bc62 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_orange_off.png and b/mesecons_lightstone/textures/jeija_lightstone_orange_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_orange_on.png b/mesecons_lightstone/textures/jeija_lightstone_orange_on.png index bcba4d2..e393585 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_orange_on.png and b/mesecons_lightstone/textures/jeija_lightstone_orange_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_pink_off.png b/mesecons_lightstone/textures/jeija_lightstone_pink_off.png index ee265f9..89a358c 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_pink_off.png and b/mesecons_lightstone/textures/jeija_lightstone_pink_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_pink_on.png b/mesecons_lightstone/textures/jeija_lightstone_pink_on.png index ba85110..8df940b 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_pink_on.png and b/mesecons_lightstone/textures/jeija_lightstone_pink_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_red_off.png b/mesecons_lightstone/textures/jeija_lightstone_red_off.png index 3c828b2..32c22cd 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_red_off.png and b/mesecons_lightstone/textures/jeija_lightstone_red_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_red_on.png b/mesecons_lightstone/textures/jeija_lightstone_red_on.png index 512b0fe..b1ffd57 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_red_on.png and b/mesecons_lightstone/textures/jeija_lightstone_red_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_violet_off.png b/mesecons_lightstone/textures/jeija_lightstone_violet_off.png index 83b5e2d..514528c 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_violet_off.png and b/mesecons_lightstone/textures/jeija_lightstone_violet_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_violet_on.png b/mesecons_lightstone/textures/jeija_lightstone_violet_on.png index 2b3eb2e..d607f32 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_violet_on.png and b/mesecons_lightstone/textures/jeija_lightstone_violet_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_white_off.png b/mesecons_lightstone/textures/jeija_lightstone_white_off.png index 78338c8..ddb7ebb 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_white_off.png and b/mesecons_lightstone/textures/jeija_lightstone_white_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_white_on.png b/mesecons_lightstone/textures/jeija_lightstone_white_on.png index 792d89d..9caac0c 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_white_on.png and b/mesecons_lightstone/textures/jeija_lightstone_white_on.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_yellow_off.png b/mesecons_lightstone/textures/jeija_lightstone_yellow_off.png index 2e7fed0..5280e91 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_yellow_off.png and b/mesecons_lightstone/textures/jeija_lightstone_yellow_off.png differ diff --git a/mesecons_lightstone/textures/jeija_lightstone_yellow_on.png b/mesecons_lightstone/textures/jeija_lightstone_yellow_on.png index 8943aca..806efbe 100644 Binary files a/mesecons_lightstone/textures/jeija_lightstone_yellow_on.png and b/mesecons_lightstone/textures/jeija_lightstone_yellow_on.png differ -- cgit v1.2.3