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:
parent
2cb500754a
commit
6ae1cb1d6c
lib
@ -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>
|
||||
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user