summaryrefslogtreecommitdiffstats
path: root/grafik
diff options
context:
space:
mode:
authordennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-24 21:54:53 +0000
committerdennis <dennis@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-01-24 21:54:53 +0000
commit0b04319e86d9febf070010c5bdc8ab8e3a348a3e (patch)
treec2a75e21fcbc7c61c122e170184a9f9c2a6711d7 /grafik
parent5ddb54366514a44bb3175151de476666556c7860 (diff)
git-svn-id: https://svn.neo-layout.org@1537 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'grafik')
-rw-r--r--grafik/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/grafik/Makefile b/grafik/Makefile
index 3b24450..0b94bc6 100644
--- a/grafik/Makefile
+++ b/grafik/Makefile
@@ -34,25 +34,25 @@ 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 -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@
+ mogrify -colors 256 -type Palette +dither -alpha off -alpha on -depth 8 $@
tastatur3d/ziffernfeld/%.png: tastatur3d/%.svg
mkdir -p tastatur3d/ziffernfeld
inkscape --without-gui --export-id="Ziffernblock" --export-png=$@ -h200 tastatur3d/$*.svg
- mogrify -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@
+ mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@
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 +append tastatur3d/hauptfeld/$*.png /tmp/$*_tmp.png $@
rm /tmp/$*_tmp.png
- mogrify -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@
+ mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@
%.pdf: %.svg
inkscape --without-gui --export-pdf=$@ $<
%.png: %.svg
inkscape --without-gui --export-png=$@ -w1000 $<
- mogrify -depth 8 -colors 256 -type Palette +dither -alpha off -alpha on $@
+ mogrify -colors 256 -type Palette +dither -alpha off -alpha on $@
.PHONY: default clean pdf cleanpdf png cleanpng ebenen cleanebenen