1
0
mirror of https://git.lyx.org/repos/lyx.git synced 2025-01-08 18:19:42 +00:00

Use gs's pnmraw device rather than its pnm one.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4622 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Angus Leeming 2002-07-12 14:53:40 +00:00
parent 2cb500754a
commit 6ae1cb1d6c
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,6 @@
2002-07-12 Angus Leeming <leeming@lyx.org>
* lyxpreview2ppm.sh: use the pnmraw device in preference to pnm.
2002-07-12 André Pönitz <poenitz@gmx.net>

View File

@ -74,7 +74,7 @@ if [ ${RESOLUTION} -gt 150 ]; then
ALPHA=2
fi
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pnm -sOutputFile=${BASE}%03d.ppm \
gs -q -dNOPAUSE -dBATCH -dSAFER -sDEVICE=pnmraw -sOutputFile=${BASE}%03d.ppm \
-dGraphicsAlphaBit=${ALPHA} -dTextAlphaBits=${ALPHA} -r${RESOLUTION} \
${PSFILE}