]> 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 dc5198867533f81e4d2fab82a751734b256e029c..c276406a2bf6b0f5696b990afbab72419031748b 100755 (executable)
@@ -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
 
-
-