diff options
Diffstat (limited to 'grafik/Makefile')
-rw-r--r-- | grafik/Makefile | 4 |
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 $@ |