Re: ghostscript x11 device

2000-08-09 Thread Baruch Even
On Tue, 8 Aug 2000, Juergen Vigna wrote: | Hmm, ok, but then I need to save it to some format that I can read, the | only thing I can depend on is XPM, since we already depend on the xpm | library. I'll check that out. Sure tis is easy: gs -sDEVICE=x11 -sOutputfile=tmp (or wat ever

Re: ghostscript x11 device

2000-08-09 Thread Carlos A M dos Santos
On Tue, 8 Aug 2000, Baruch Even wrote: Anyone knows where I can find the documentation for the ghostscript X11 device? I'd need that to match InsetFig, and I'd like an external doc besides the InsetFig sources. The file "gs.interface" in Ghostscript 1.5 contains a short d

Re: ghostscript x11 device

2000-08-09 Thread Carlos A M dos Santos
On Wed, 9 Aug 2000, Carlos A M dos Santos wrote: The file "gs.interface" in Ghostscript 1.5 contains a short description of the protocol used to communicate with Ghostscript. I mean Ghostview 1.5, not Ghostscript. --Casantos

Re: ghostscript x11 device

2000-08-09 Thread Lars Gullik Bjønnes
Baruch Even [EMAIL PROTECTED] writes: | gs -q -dSAFER -dNOPAUSE -sDEVICE=x11 -sOutputFile=tmpfilename | | Actually none of them does, as none of them cause a write to file, both | will open a window show it and close, saving nothing. That is because of the -sDEVICE=x11 other devices will

Re: ghostscript x11 device

2000-08-09 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: XForms 0.89. p. 219 of the 0.89 documentation. Xforms also have a Pixmap flimage_to_pixmap(FL_IMAGE *, FL_WINDOW win); functions so the Painter does not _need_ to change at all. Lgb In XForms 0.89 my compose key (right alt) does not work.

Re: ghostscript x11 device

2000-08-09 Thread Lars Gullik Bjønnes
"Garst R. Reese" [EMAIL PROTECTED] writes: | In XForms 0.89 my compose key (right alt) does not work. (Intel, linux, | glibc2.1.3) | Garst You are rigt it does not seem to work... I wonder if this is a 0.89 problem or if it something that we do wrong...I'll try to check a bit. Lgb

Re: ghostscript x11 device

2000-08-09 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | "Garst R. Reese" [EMAIL PROTECTED] writes: | | | In XForms 0.89 my compose key (right alt) does not work. (Intel, linux, | | glibc2.1.3) | | Garst | | You are rigt it does not seem to work... I wonder if this is a 0.89 | problem or if it

Re: ghostscript x11 device

2000-08-09 Thread Baruch Even
On Tue, 8 Aug 2000, Juergen Vigna wrote: > >| Hmm, ok, but then I need to save it to some format that I can read, the > >| only thing I can depend on is XPM, since we already depend on the xpm > >| library. I'll check that out. > > > > Sure tis is easy: gs -sDEVICE=x11 -sOutputfile=tmp > > (or

Re: ghostscript x11 device

2000-08-09 Thread Carlos A M dos Santos
On Tue, 8 Aug 2000, Baruch Even wrote: > Anyone knows where I can find the documentation for the ghostscript X11 > device? I'd need that to match InsetFig, and I'd like an external doc > besides the InsetFig sources. The file "gs.interface" in Ghostscript 1.5 contains

Re: ghostscript x11 device

2000-08-09 Thread Carlos A M dos Santos
On Wed, 9 Aug 2000, Carlos A M dos Santos wrote: > The file "gs.interface" in Ghostscript 1.5 contains a short description of > the protocol used to communicate with Ghostscript. I mean Ghostview 1.5, not Ghostscript. --Casantos

Re: ghostscript x11 device

2000-08-09 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | > gs -q -dSAFER -dNOPAUSE -sDEVICE=x11 -sOutputFile=tmpfilename | | Actually none of them does, as none of them cause a write to file, both | will open a window show it and close, saving nothing. That is because of the -sDEVICE=x11 other devices will

Re: ghostscript x11 device

2000-08-09 Thread Garst R. Reese
"Lars Gullik Bjønnes" wrote: > XForms 0.89. > p. 219 of the 0.89 documentation. > Xforms also have a > > Pixmap flimage_to_pixmap(FL_IMAGE *, FL_WINDOW win); > > functions so the Painter does not _need_ to change at all. > > Lgb In XForms 0.89 my compose key (right alt) does

Re: ghostscript x11 device

2000-08-09 Thread Lars Gullik Bjønnes
"Garst R. Reese" <[EMAIL PROTECTED]> writes: | In XForms 0.89 my compose key (right alt) does not work. (Intel, linux, | glibc2.1.3) | Garst You are rigt it does not seem to work... I wonder if this is a 0.89 problem or if it something that we do wrong...I'll try to check a bit. Lgb

Re: ghostscript x11 device

2000-08-09 Thread Lars Gullik Bjønnes
[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes: | "Garst R. Reese" <[EMAIL PROTECTED]> writes: | | | In XForms 0.89 my compose key (right alt) does not work. (Intel, linux, | | glibc2.1.3) | | Garst | | You are rigt it does not seem to work... I wonder if this is a 0.89 | problem or if it

ghostscript x11 device

2000-08-08 Thread Baruch Even
Anyone knows where I can find the documentation for the ghostscript X11 device? I'd need that to match InsetFig, and I'd like an external doc besides the InsetFig sources. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My

Re: ghostscript x11 device

2000-08-08 Thread Lars Gullik Bjønnes
Baruch Even [EMAIL PROTECTED] writes: | Anyone knows where I can find the documentation for the ghostscript X11 | device? I'd need that to match InsetFig, and I'd like an external doc | besides the InsetFig sources. We really, really do not want to do the rendering the insetfig way. What you

Re: ghostscript x11 device

2000-08-08 Thread Baruch Even
On 8 Aug 2000, Lars Gullik Bjønnes wrote: Baruch Even [EMAIL PROTECTED] writes: | Anyone knows where I can find the documentation for the ghostscript X11 | device? I'd need that to match InsetFig, and I'd like an external doc | besides the InsetFig sources. We really, really do

Re: ghostscript x11 device

2000-08-08 Thread Lars Gullik Bjønnes
Baruch Even [EMAIL PROTECTED] writes: | Hmm, ok, but then I need to save it to some format that I can read, the | only thing I can depend on is XPM, since we already depend on the xpm | library. I'll check that out. Sure tis is easy: gs -sDEVICE=x11 -sOutputfile=tmp (or wat ever devide that gs

Re: ghostscript x11 device

2000-08-08 Thread Juergen Vigna
On 08-Aug-2000 Lars Gullik Bjønnes wrote: Baruch Even [EMAIL PROTECTED] writes: | Hmm, ok, but then I need to save it to some format that I can read, the | only thing I can depend on is XPM, since we already depend on the xpm | library. I'll check that out. Sure tis is easy: gs

Re: ghostscript x11 device

2000-08-08 Thread Lars Gullik Bjønnes
Juergen Vigna [EMAIL PROTECTED] writes: | Sure tis is easy: gs -sDEVICE=x11 -sOutputfile=tmp | (or wat ever devide that gs --help shows) | | Maybe: | | gs -q -dSAFER -dNOPAUSE -sDEVICE=x11 -sOutputFile=tmpfilename | | could work better. sure, but tat was not the point :-) Lgb

ghostscript x11 device

2000-08-08 Thread Baruch Even
Anyone knows where I can find the documentation for the ghostscript X11 device? I'd need that to match InsetFig, and I'd like an external doc besides the InsetFig sources. -- Baruch Even http://techst02.technion.ac.il/~sbaruch/ (My Site) http://rpghost.com/jindor/ (My

Re: ghostscript x11 device

2000-08-08 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Anyone knows where I can find the documentation for the ghostscript X11 | device? I'd need that to match InsetFig, and I'd like an external doc | besides the InsetFig sources. We really, really do not want to do the rendering the insetfig way. Wh

Re: ghostscript x11 device

2000-08-08 Thread Baruch Even
On 8 Aug 2000, Lars Gullik Bjønnes wrote: > Baruch Even <[EMAIL PROTECTED]> writes: > > | Anyone knows where I can find the documentation for the ghostscript X11 > | device? I'd need that to match InsetFig, and I'd like an external doc > | besides the InsetFig sources. &

Re: ghostscript x11 device

2000-08-08 Thread Lars Gullik Bjønnes
Baruch Even <[EMAIL PROTECTED]> writes: | Hmm, ok, but then I need to save it to some format that I can read, the | only thing I can depend on is XPM, since we already depend on the xpm | library. I'll check that out. Sure tis is easy: gs -sDEVICE=x11 -sOutputfile=tmp (or wat ever devide that

Re: ghostscript x11 device

2000-08-08 Thread Juergen Vigna
On 08-Aug-2000 Lars Gullik Bjønnes wrote: > Baruch Even <[EMAIL PROTECTED]> writes: > > >| Hmm, ok, but then I need to save it to some format that I can read, the >| only thing I can depend on is XPM, since we already depend on the xpm >| library. I'll check that out. > > Sure tis is easy: gs

Re: ghostscript x11 device

2000-08-08 Thread Lars Gullik Bjønnes
Juergen Vigna <[EMAIL PROTECTED]> writes: | > Sure tis is easy: gs -sDEVICE=x11 -sOutputfile=tmp | > (or wat ever devide that gs --help shows) | | Maybe: | | gs -q -dSAFER -dNOPAUSE -sDEVICE=x11 -sOutputFile=tmpfilename | | could work better. sure, but tat was not the point :-) Lgb