On Wednesday 04 September 2002 2:56 pm, [EMAIL PROTECTED] wrote: > CVSROOT: /usr/local/lyx/cvsroot > Module name: lyx-devel > Repository: lyx-devel/src/graphics/ > Changes by: [EMAIL PROTECTED] 02/09/04 13:56:45 > > Modified files: > lyx-devel/lib/: configure.m4 ChangeLog > lyx-devel/src/graphics/: ChangeLog PreviewLoader.C > Added files: > lyx-devel/lib/scripts/: lyxpreview2bitmap.sh > Removed files: > lyx-devel/lib/scripts/: lyxpreview2ppm.sh > > Log message: > Rename lyxpreview2ppm.sh as lyxpreview2bitmap.sh because the script now > takes an extra argument specifying the desired output format, ppm or png. > Qt users may want to change their preferences file to suit ;-)
Whilst previews should still work "out of the box", generating a stack of ppm format bitmap files, those among you who are using the Qt frontend might like to take advantage of Qt's ability to load png format files natively. Why? Much, much smaller bitmap files, leading to quicker load times perhaps. I have a line in my preferences file \converter "lyxpreview" "png" "lyxpreview2bitmap.sh" "" Don't forget to delete the now-redundant entry in ${USERLYXDIR)/lyxrc.defaults if that file exists. xforms users will probably want to stay with the defautl ppm format as the xforms library can't load png files natively. Previews therefore take longer to load as we must perform an additional conversion to load the file. Regards, Angus