summaryrefslogtreecommitdiff
path: root/lines-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 /lines-theme
parent1870085467e9f67fe871f4f31a9f87eaa74b5d5a (diff)
Optimize PNGs to reduce installed size
Diffstat (limited to 'lines-theme')
-rw-r--r--lines-theme/grub/Makefile7
-rw-r--r--lines-theme/plymouth/background.pngbin165030 -> 63407 bytes
-rw-r--r--lines-theme/plymouth/debian.pngbin5527 -> 4158 bytes
-rw-r--r--lines-theme/plymouth/electron.pngbin4867 -> 4621 bytes
-rw-r--r--lines-theme/plymouth/logo.pngbin51743 -> 46296 bytes
-rw-r--r--lines-theme/plymouth/password_dot.pngbin324 -> 269 bytes
-rw-r--r--lines-theme/plymouth/password_field.pngbin1214 -> 1131 bytes
7 files changed, 5 insertions, 2 deletions
diff --git a/lines-theme/grub/Makefile b/lines-theme/grub/Makefile
index 9b0f649..d3379ab 100644
--- a/lines-theme/grub/Makefile
+++ b/lines-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/lines-theme/plymouth/background.png b/lines-theme/plymouth/background.png
index b8e6561..00da42a 100644
--- a/lines-theme/plymouth/background.png
+++ b/lines-theme/plymouth/background.png
Binary files differ
diff --git a/lines-theme/plymouth/debian.png b/lines-theme/plymouth/debian.png
index 35e3608..bb2140a 100644
--- a/lines-theme/plymouth/debian.png
+++ b/lines-theme/plymouth/debian.png
Binary files differ
diff --git a/lines-theme/plymouth/electron.png b/lines-theme/plymouth/electron.png
index ab1ef02..d02edef 100644
--- a/lines-theme/plymouth/electron.png
+++ b/lines-theme/plymouth/electron.png
Binary files differ
diff --git a/lines-theme/plymouth/logo.png b/lines-theme/plymouth/logo.png
index fca91be..853ba51 100644
--- a/lines-theme/plymouth/logo.png
+++ b/lines-theme/plymouth/logo.png
Binary files differ
diff --git a/lines-theme/plymouth/password_dot.png b/lines-theme/plymouth/password_dot.png
index 7dd7413..7436dba 100644
--- a/lines-theme/plymouth/password_dot.png
+++ b/lines-theme/plymouth/password_dot.png
Binary files differ
diff --git a/lines-theme/plymouth/password_field.png b/lines-theme/plymouth/password_field.png
index 4c0b93e..34f448a 100644
--- a/lines-theme/plymouth/password_field.png
+++ b/lines-theme/plymouth/password_field.png
Binary files differ