X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Fauxiliar%2Fmake-regtest-pngs.sh;h=d5ee847bc624968edc770e0079b8e632a405ec21;hb=84675bc536af363543bdae1fa422903a977e1ec8;hp=01610e8ac34d5376155b49abeeeb8735969195d9;hpb=6f2916047111d80326f15e67ede30cddbbeedbb4;p=lilypond.git diff --git a/scripts/auxiliar/make-regtest-pngs.sh b/scripts/auxiliar/make-regtest-pngs.sh index 01610e8ac3..d5ee847bc6 100755 --- a/scripts/auxiliar/make-regtest-pngs.sh +++ b/scripts/auxiliar/make-regtest-pngs.sh @@ -70,6 +70,7 @@ while getopts "j:oncr:gpd:" opts; do { $1 gs -sDEVICE=${gsdevice:-pngmono} -q -dNOPAUSE \ -r${resolution:-300} -dNOPLATFONTS \ + -dAutoRotatePages=/None \ -dTextAlphaBits=1 -dGraphicsAlphaBits=1 \ -sOutputFile="${2%.pdf}-%d.png" "$2" -c quit };;