]> git.donarmstrong.com Git - lilypond.git/blobdiff - bin/ps-to-gifs.sh
partial: 1.0.1.jcn
[lilypond.git] / bin / ps-to-gifs.sh
index 57021850f5d8e1ed338920294c6704f39b45216e..c276406a2bf6b0f5696b990afbab72419031748b 100755 (executable)
@@ -17,6 +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