summaryrefslogtreecommitdiff
path: root/softwaves-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 /softwaves-theme
parent1870085467e9f67fe871f4f31a9f87eaa74b5d5a (diff)
Optimize PNGs to reduce installed size
Diffstat (limited to 'softwaves-theme')
-rw-r--r--softwaves-theme/grub/Makefile7
-rw-r--r--softwaves-theme/plymouth/debian.pngbin2614 -> 1676 bytes
-rw-r--r--softwaves-theme/plymouth/logo.pngbin20229 -> 15849 bytes
-rw-r--r--softwaves-theme/plymouth/logo_circle.pngbin3776 -> 2715 bytes
-rw-r--r--softwaves-theme/plymouth/password_dot.pngbin277 -> 266 bytes
-rw-r--r--softwaves-theme/plymouth/password_field.pngbin322 -> 211 bytes
-rw-r--r--softwaves-theme/plymouth/plymouth_background_waves.pngbin527049 -> 423500 bytes
7 files changed, 5 insertions, 2 deletions
diff --git a/softwaves-theme/grub/Makefile b/softwaves-theme/grub/Makefile
index 02b9ff4..540249f 100644
--- a/softwaves-theme/grub/Makefile
+++ b/softwaves-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/softwaves-theme/plymouth/debian.png b/softwaves-theme/plymouth/debian.png
index 00c05ee..5caaa95 100644
--- a/softwaves-theme/plymouth/debian.png
+++ b/softwaves-theme/plymouth/debian.png
Binary files differ
diff --git a/softwaves-theme/plymouth/logo.png b/softwaves-theme/plymouth/logo.png
index 1d44561..27eb7bd 100644
--- a/softwaves-theme/plymouth/logo.png
+++ b/softwaves-theme/plymouth/logo.png
Binary files differ
diff --git a/softwaves-theme/plymouth/logo_circle.png b/softwaves-theme/plymouth/logo_circle.png
index ce89052..ed3bf4b 100644
--- a/softwaves-theme/plymouth/logo_circle.png
+++ b/softwaves-theme/plymouth/logo_circle.png
Binary files differ
diff --git a/softwaves-theme/plymouth/password_dot.png b/softwaves-theme/plymouth/password_dot.png
index 3e429db..f7e1b2d 100644
--- a/softwaves-theme/plymouth/password_dot.png
+++ b/softwaves-theme/plymouth/password_dot.png
Binary files differ
diff --git a/softwaves-theme/plymouth/password_field.png b/softwaves-theme/plymouth/password_field.png
index c23f5b8..38ef38f 100644
--- a/softwaves-theme/plymouth/password_field.png
+++ b/softwaves-theme/plymouth/password_field.png
Binary files differ
diff --git a/softwaves-theme/plymouth/plymouth_background_waves.png b/softwaves-theme/plymouth/plymouth_background_waves.png
index c948bd8..e8b0eaa 100644
--- a/softwaves-theme/plymouth/plymouth_background_waves.png
+++ b/softwaves-theme/plymouth/plymouth_background_waves.png
Binary files differ