summaryrefslogtreecommitdiffstats
path: root/grafik
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-24 22:13:59 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-24 22:13:59 +0000
commitce682d06a88cfa07dba0538c6d90f920c99aa551 (patch)
treeac73c2e6c09b0baa6bd2a1c3ab66302cc14fb1c1 /grafik
parent708e201b583b7d0e118b7a332151227a2c849f3e (diff)
Ich geb’s erstmal auf :-(.
git-svn-id: https://svn.neo-layout.org@1539 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'grafik')
-rw-r--r--grafik/Makefile4
1 files changed, 2 insertions, 2 deletions
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 $@