From 64a652d96503e1e06b337e8763b3b00b0f51fc81 Mon Sep 17 00:00:00 2001 From: fred Date: Sun, 24 Mar 2002 20:11:10 +0000 Subject: [PATCH] lilypond-0.1.62 --- bin/ps-to-gifs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5