]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.2.2
authorfred <fred>
Tue, 26 Mar 2002 22:15:15 +0000 (22:15 +0000)
committerfred <fred>
Tue, 26 Mar 2002 22:15:15 +0000 (22:15 +0000)
buildscripts/ps-to-gifs.sh

index bf9c8c8c754f1967f4a75e98ad52eec5ded65583..e2a3da89cb7b0451cd3d55a9610557f32bcfbc43 100644 (file)
@@ -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