On Fri, 26 Apr 2002, Angus Leeming wrote:
> So, the question is, how did you create such an XPM file, Wayan? > > Run > lyx -dbg graphics > and the script that LyX used to convert your EPS file to XPM will be > displayed on the console. Thank you for your clear explanation. This is part of the result, --------- The file contains eps format data. Converting it to xpm format. Conversion script: #!/bin/sh infile='/usr/local/share/lyx/doc/mobius.eps' infile_base='/usr/local/share/lyx/doc/mobius' outfile='/tmp/lyx_tmpdir13456jX8gi4/gconvert013456R9Ldyi.xpm' convert EPS:${infile} XPM:${outfile} --------- Wayan