From: fred Date: Tue, 26 Mar 2002 22:15:15 +0000 (+0000) Subject: lilypond-1.2.2 X-Git-Tag: release/1.5.59~2280 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6513e64d06b2e2c754d340a16e0e216dbb405459;p=lilypond.git lilypond-1.2.2 --- diff --git a/buildscripts/ps-to-gifs.sh b/buildscripts/ps-to-gifs.sh index bf9c8c8c75..e2a3da89cb 100644 --- a/buildscripts/ps-to-gifs.sh +++ b/buildscripts/ps-to-gifs.sh @@ -74,7 +74,6 @@ fi # urg, pipe breaks rm -f $BASE{.ppm,.$GIF} $BASE-page*{.ppm,.$GIF} -# generate the pixmap at twice the size, then rescale (for antialiasing) cat $FILE | gs -sDEVICE=pgm $SIZE -dTextAlphaBits=4 -dGraphicsAlphaBits=4 -sOutputFile="$BASE-page%d.ppm" -r90 -dNOPAUSE - -c quit $FILE # quant is soo slow # cat $PPMFILE | ppmquant 2 | pnmscale 0.3333 | pnmcrop | $PNMTOGIF $color > $OUTFILE