]> git.donarmstrong.com Git - lilypond.git/blobdiff - buildscripts/ps-to-gifs.sh
huh
[lilypond.git] / buildscripts / ps-to-gifs.sh
old mode 100755 (executable)
new mode 100644 (file)
index bf9c8c8..e2a3da8
@@ -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