]> git.lyx.org Git - features.git/commitdiff
Use gs's pnmraw device rather than its pnm one.
authorAngus Leeming <leeming@lyx.org>
Fri, 12 Jul 2002 14:53:40 +0000 (14:53 +0000)
committerAngus Leeming <leeming@lyx.org>
Fri, 12 Jul 2002 14:53:40 +0000 (14:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4622 a592a061-630c-0410-9148-cb99ea01b6c8

lib/ChangeLog
lib/scripts/lyxpreview2ppm.sh

index 2a589630eef9af044fca2b738c0959c42e175e7a..6d6cc37791ceaba761b2cbe3120e49c1b59bf9ed 100644 (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>
        
index 54c090081f4fade1eb15e7b619f822854b79ac57..80c50d814e86b7cfac2a6f9c4ebd9532b8c84cbf 100644 (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}