]> git.donarmstrong.com Git - lilypond.git/commitdiff
don't use ImageMagick, use GS directly.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 31 Oct 2006 14:34:53 +0000 (15:34 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Tue, 31 Oct 2006 14:34:53 +0000 (15:34 +0100)
Documentation/user/GNUmakefile

index 39957f9f4f08bdf00f917ce429a1e2b703bb2bf1..bab25063094579decd942e385fdadba6560cae5c 100644 (file)
@@ -195,7 +195,7 @@ $(outdir)/%.png: %.png
        convert -geometry 50x50% $< $@
 
 $(outdir)/%.png: %.eps
-       convert $< $@
+       gs -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -q -sOutputFile=$@ -sDEVICE=png16m -dEPSCrop -dNOPAUSE -f $< -c quit
 
 $(outdir)/%.pdf: %.png
        convert $< $@