]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/ps-to-gifs.sh
partial: 1.0.1.jcn
[lilypond.git] / bin / ps-to-gifs.sh
old mode 100644 (file)
new mode 100755 (executable)
index dc51988..c276406
@@ -17,8 +17,6 @@ esac
 
 # generate the pixmap at twice the size, then rescale (for antialiasing)
 cat $1 | gs  -q -sDEVICE=ppmraw \
-    -sOutputFile="|pnmscale 0.5|ppmtogif > $FILE-page%d.gif" \
+    -sOutputFile="|pnmscale 0.3333|ppmtogif > $FILE-page%d.gif" \
     -r200 -dNOPAUSE - -c quit
 
-
-