From: Han-Wen Nienhuys Date: Tue, 31 Oct 2006 14:34:53 +0000 (+0100) Subject: don't use ImageMagick, use GS directly. X-Git-Tag: release/2.10.0-2~35^2~3 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=24cb47b1ef7cbdbc230082688c4fbb2228b9ca6a;p=lilypond.git don't use ImageMagick, use GS directly. --- diff --git a/Documentation/user/GNUmakefile b/Documentation/user/GNUmakefile index 39957f9f4f..bab2506309 100644 --- a/Documentation/user/GNUmakefile +++ b/Documentation/user/GNUmakefile @@ -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 $< $@