diff options
author | Hugo Locurcio <calinou@opmbx.org> | 2019-06-27 21:33:11 +0200 |
---|---|---|
committer | Vitaliy <numzer0@yandex.ru> | 2019-06-27 22:33:11 +0300 |
commit | 8baa789eb180c5a8944682c893478d7f9f874970 (patch) | |
tree | 7e2f40ebff9490359c5a357633ce4e498c9bbf52 /mesecons_receiver/textures | |
parent | b0158f5674433e4303219205d866789c1e5d8282 (diff) | |
download | mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar.gz mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar.bz2 mesecons-8baa789eb180c5a8944682c893478d7f9f874970.tar.xz mesecons-8baa789eb180c5a8944682c893478d7f9f874970.zip |
Optimize images (#464)
Recompress losslessly using `optipng` and `advpng`
Diffstat (limited to 'mesecons_receiver/textures')
-rw-r--r-- | mesecons_receiver/textures/receiver_bottom_off.png | bin | 494 -> 362 bytes |
-rw-r--r-- | mesecons_receiver/textures/receiver_bottom_on.png | bin | 239 -> 169 bytes |
-rw-r--r-- | mesecons_receiver/textures/receiver_fb_off.png | bin | 494 -> 362 bytes |
-rw-r--r-- | mesecons_receiver/textures/receiver_fb_on.png | bin | 239 -> 169 bytes |
-rw-r--r-- | mesecons_receiver/textures/receiver_lr_off.png | bin | 494 -> 362 bytes |
-rw-r--r-- | mesecons_receiver/textures/receiver_lr_on.png | bin | 239 -> 169 bytes |
-rw-r--r-- | mesecons_receiver/textures/receiver_top_off.png | bin | 494 -> 362 bytes |
-rw-r--r-- | mesecons_receiver/textures/receiver_top_on.png | bin | 239 -> 169 bytes |
8 files changed, 0 insertions, 0 deletions
diff --git a/mesecons_receiver/textures/receiver_bottom_off.png b/mesecons_receiver/textures/receiver_bottom_off.png Binary files differindex b95903e..d052bda 100644 --- a/mesecons_receiver/textures/receiver_bottom_off.png +++ b/mesecons_receiver/textures/receiver_bottom_off.png diff --git a/mesecons_receiver/textures/receiver_bottom_on.png b/mesecons_receiver/textures/receiver_bottom_on.png Binary files differindex d0b7006..f97c22b 100644 --- a/mesecons_receiver/textures/receiver_bottom_on.png +++ b/mesecons_receiver/textures/receiver_bottom_on.png diff --git a/mesecons_receiver/textures/receiver_fb_off.png b/mesecons_receiver/textures/receiver_fb_off.png Binary files differindex aed3008..d052bda 100644 --- a/mesecons_receiver/textures/receiver_fb_off.png +++ b/mesecons_receiver/textures/receiver_fb_off.png diff --git a/mesecons_receiver/textures/receiver_fb_on.png b/mesecons_receiver/textures/receiver_fb_on.png Binary files differindex 0916736..f97c22b 100644 --- a/mesecons_receiver/textures/receiver_fb_on.png +++ b/mesecons_receiver/textures/receiver_fb_on.png diff --git a/mesecons_receiver/textures/receiver_lr_off.png b/mesecons_receiver/textures/receiver_lr_off.png Binary files differindex 1fb2b3a..d052bda 100644 --- a/mesecons_receiver/textures/receiver_lr_off.png +++ b/mesecons_receiver/textures/receiver_lr_off.png diff --git a/mesecons_receiver/textures/receiver_lr_on.png b/mesecons_receiver/textures/receiver_lr_on.png Binary files differindex 087c0b4..f97c22b 100644 --- a/mesecons_receiver/textures/receiver_lr_on.png +++ b/mesecons_receiver/textures/receiver_lr_on.png diff --git a/mesecons_receiver/textures/receiver_top_off.png b/mesecons_receiver/textures/receiver_top_off.png Binary files differindex ae50106..d052bda 100644 --- a/mesecons_receiver/textures/receiver_top_off.png +++ b/mesecons_receiver/textures/receiver_top_off.png diff --git a/mesecons_receiver/textures/receiver_top_on.png b/mesecons_receiver/textures/receiver_top_on.png Binary files differindex 5b48cac..f97c22b 100644 --- a/mesecons_receiver/textures/receiver_top_on.png +++ b/mesecons_receiver/textures/receiver_top_on.png |