[debian-edu-commits] debian-edu/ 200/437: Make sure convert keep the color count at 14 and the background black.
Mike Gabriel
sunweaver at debian.org
Sun Mar 2 23:49:36 UTC 2014
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository debian-edu-artwork.
commit 8c14b0862361a0c2efef26482ef3f9fede7993df
Author: Petter Reinholdtsen <pere at hungry.com>
Date: Tue Jul 22 20:13:05 2008 +0000
Make sure convert keep the color count at 14 and the background black.
---
art/splash/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/art/splash/Makefile.am b/art/splash/Makefile.am
index 55b5cfd..6850692 100644
--- a/art/splash/Makefile.am
+++ b/art/splash/Makefile.am
@@ -32,7 +32,7 @@ splash-debian-edu.xpm:
$(MAKE) -C ../usplash background_640x480.png
convert -resize 640x480 -colors 14 -background black \
../usplash/background_640x480.png splash-debian-edu.jpeg
- convert splash-debian-edu.jpeg splash-debian-edu.xpm
+ convert -colors 14 -background black splash-debian-edu.jpeg splash-debian-edu.xpm
splash-debian-edu.xpm.gz: splash-debian-edu.xpm
gzip -9 < $^ > $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-artwork.git
More information about the debian-edu-commits
mailing list