From ce682d06a88cfa07dba0538c6d90f920c99aa551 Mon Sep 17 00:00:00 2001
From: dennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>
Date: Sat, 24 Jan 2009 22:13:59 +0000
Subject: Ich geb’s erstmal auf :-(.
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

git-svn-id: https://svn.neo-layout.org@1539 b9310e46-f624-0410-8ea1-cfbb3a30dc96
---
 grafik/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'grafik')

diff --git a/grafik/Makefile b/grafik/Makefile
index 0b94bc6..e883f78 100644
--- a/grafik/Makefile
+++ b/grafik/Makefile
@@ -34,7 +34,7 @@ tastatur3d/tastatur_neo_Ebene%.svg: tastatur3d/tastatur_neo_alle_Ebenen.svg
 tastatur3d/hauptfeld/%.png: tastatur3d/%.svg
 	mkdir -p  tastatur3d/hauptfeld
 	inkscape --without-gui --export-id="Haupttastaturfeld" --export-png=$@ -h200 tastatur3d/$*.svg
-	mogrify -colors 256 -type Palette +dither -alpha off -alpha on -depth 8 $@
+	mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@
 
 tastatur3d/ziffernfeld/%.png: tastatur3d/%.svg
 	mkdir -p tastatur3d/ziffernfeld
@@ -43,7 +43,7 @@ tastatur3d/ziffernfeld/%.png: tastatur3d/%.svg
 
 tastatur3d/haupt_ziffern_feld/%.png: tastatur3d/%.svg tastatur3d/hauptfeld/%.png tastatur3d/ziffernfeld/%.png
 	mkdir -p tastatur3d/haupt_ziffern_feld
-	convert -splice 20x0 -background transparent -alpha off -alpha on tastatur3d/ziffernfeld/$*.png /tmp/$*_tmp.png
+	convert -splice 20x0 -background transparent -colors 256 -type Palette +dither -alpha off -alpha on tastatur3d/ziffernfeld/$*.png /tmp/$*_tmp.png
 	convert +append tastatur3d/hauptfeld/$*.png /tmp/$*_tmp.png $@
 	rm /tmp/$*_tmp.png
 	mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@
-- 
cgit v1.2.3