summaryrefslogtreecommitdiff
path: root/moonlight-theme
diff options
context:
space:
mode:
authorAurélien COUDERC <zecoucou@free.fr>2019-02-04 00:08:31 +0100
committerAurélien COUDERC <zecoucou@free.fr>2019-02-04 23:51:16 +0100
commitd422b80a3232813f951573facb1083a34cf45b5e (patch)
treeb2172f1ca06f438b83304956378ca87113d5c6d0 /moonlight-theme
parent1870085467e9f67fe871f4f31a9f87eaa74b5d5a (diff)
Optimize PNGs to reduce installed size
Diffstat (limited to 'moonlight-theme')
-rw-r--r--moonlight-theme/grub/Makefile7
-rw-r--r--moonlight-theme/plymouth/background.pngbin23398 -> 12752 bytes
-rw-r--r--moonlight-theme/plymouth/debian.pngbin1744 -> 1064 bytes
-rw-r--r--moonlight-theme/plymouth/glow.pngbin28367 -> 19267 bytes
-rw-r--r--moonlight-theme/plymouth/logo_in_circle.pngbin23542 -> 15996 bytes
-rw-r--r--moonlight-theme/plymouth/password_dot.pngbin277 -> 266 bytes
-rw-r--r--moonlight-theme/plymouth/password_field.pngbin322 -> 211 bytes
-rw-r--r--moonlight-theme/plymouth/support.pngbin8731 -> 5629 bytes
8 files changed, 5 insertions, 2 deletions
diff --git a/moonlight-theme/grub/Makefile b/moonlight-theme/grub/Makefile
index 69931ff..5090e00 100644
--- a/moonlight-theme/grub/Makefile
+++ b/moonlight-theme/grub/Makefile
@@ -9,6 +9,7 @@ files = \
build: $(files)
clean:
+ rm -f grub-4x3.png.raw grub-16x9.png.raw
rm -f grub-4x3.png grub-16x9.png
install:
@@ -16,9 +17,11 @@ install:
$(INSTALL_DATA) $(wildcard *.png *.sh) $(DESTDIR)/$(dir)
grub-4x3.png: grub-4x3.svg
- rsvg-convert $< -o $@
+ rsvg-convert $< -o $@.raw
+ optipng $@.raw -out $@
grub-16x9.png: grub-16x9.svg
- rsvg-convert $< -o $@
+ rsvg-convert $< -o $@.raw
+ optipng $@.raw -out $@
include ../../Makefile.inc
diff --git a/moonlight-theme/plymouth/background.png b/moonlight-theme/plymouth/background.png
index 83151dd..823e732 100644
--- a/moonlight-theme/plymouth/background.png
+++ b/moonlight-theme/plymouth/background.png
Binary files differ
diff --git a/moonlight-theme/plymouth/debian.png b/moonlight-theme/plymouth/debian.png
index a967325..99314c0 100644
--- a/moonlight-theme/plymouth/debian.png
+++ b/moonlight-theme/plymouth/debian.png
Binary files differ
diff --git a/moonlight-theme/plymouth/glow.png b/moonlight-theme/plymouth/glow.png
index 1c351bc..c82982e 100644
--- a/moonlight-theme/plymouth/glow.png
+++ b/moonlight-theme/plymouth/glow.png
Binary files differ
diff --git a/moonlight-theme/plymouth/logo_in_circle.png b/moonlight-theme/plymouth/logo_in_circle.png
index 0eb93c7..6f7b7ec 100644
--- a/moonlight-theme/plymouth/logo_in_circle.png
+++ b/moonlight-theme/plymouth/logo_in_circle.png
Binary files differ
diff --git a/moonlight-theme/plymouth/password_dot.png b/moonlight-theme/plymouth/password_dot.png
index 3e429db..f7e1b2d 100644
--- a/moonlight-theme/plymouth/password_dot.png
+++ b/moonlight-theme/plymouth/password_dot.png
Binary files differ
diff --git a/moonlight-theme/plymouth/password_field.png b/moonlight-theme/plymouth/password_field.png
index c23f5b8..38ef38f 100644
--- a/moonlight-theme/plymouth/password_field.png
+++ b/moonlight-theme/plymouth/password_field.png
Binary files differ
diff --git a/moonlight-theme/plymouth/support.png b/moonlight-theme/plymouth/support.png
index 5705987..23fb021 100644
--- a/moonlight-theme/plymouth/support.png
+++ b/moonlight-theme/plymouth/support.png
Binary files differ