comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » creating gif without windows???
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
creating gif without windows??? [message #28935] Tue, 22 January 2002 21:07 Go to next message
Paul Joe is currently offline  Paul Joe
Messages: 2
Registered: January 2002
Junior Member
I want to create a gif or tiff or jpg image where I use plot (line
plotting) and xyout (text) from command line mode and not gui mode. I
want to do this from a cron job on a unix system.

Anybody know how?

--
Paul Joe
paul.joe@ec.gc.ca
Re: creating gif without windows??? [message #28977 is a reply to message #28935] Fri, 25 January 2002 23:37 Go to previous messageGo to next message
condor is currently offline  condor
Messages: 35
Registered: January 2002
Member
Paul Joe <paul.joe@ec.gc.ca> wrote in message news:<3C4E451C.A1D9589F@ec.gc.ca>...
> I want to create a gif or tiff or jpg image where I use plot (line
> plotting) and xyout (text) from command line mode and not gui mode. I
> want to do this from a cron job on a unix system.
>
> Anybody know how?

The trivial version might have idl plot into a postscript file, then
run the moral equivalent of

gs -sDEVICE=jpeggray -r200 -sOutputFile=test.jpg idl.ps

(the available devices can be found by typing "devicenames ==" into
gs)
Re: creating gif without windows??? [message #29059 is a reply to message #28977] Mon, 28 January 2002 07:33 Go to previous message
thompson is currently offline  thompson
Messages: 584
Registered: August 1991
Senior Member
condor@biosys.net (Big Bird) writes:

> Paul Joe <paul.joe@ec.gc.ca> wrote in message news:<3C4E451C.A1D9589F@ec.gc.ca>...
>> I want to create a gif or tiff or jpg image where I use plot (line
>> plotting) and xyout (text) from command line mode and not gui mode. I
>> want to do this from a cron job on a unix system.
>>
>> Anybody know how?

> The trivial version might have idl plot into a postscript file, then
> run the moral equivalent of

> gs -sDEVICE=jpeggray -r200 -sOutputFile=test.jpg idl.ps

> (the available devices can be found by typing "devicenames ==" into
> gs)

Wouldn't it be simpler to use the Z-buffer within IDL? We use that for cron
jobs which produce GIF or JPEG images.

William Thompson
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: problem after upgrading
Next Topic: Re: in search of plotting object

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:26:05 PDT 2025

Total time taken to generate the page: 0.00602 seconds