From: fred Date: Sun, 24 Mar 2002 20:11:10 +0000 (+0000) Subject: lilypond-0.1.62 X-Git-Tag: release/1.5.59~3129 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=64a652d96503e1e06b337e8763b3b00b0f51fc81;p=lilypond.git lilypond-0.1.62 --- diff --git a/bin/ps-to-gifs.sh b/bin/ps-to-gifs.sh index 57021850f5..c276406a2b 100644 --- a/bin/ps-to-gifs.sh +++ b/bin/ps-to-gifs.sh @@ -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