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

Home » Public Forums » archive » Re: READ_GIF and READ_SRF
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: READ_GIF and READ_SRF [message #889 is a reply to message #882] Wed, 31 March 1993 15:16 Go to previous messageGo to previous message
isaacman is currently offline  isaacman
Messages: 20
Registered: June 1992
Junior Member
In article <JACOBSEN.93Mar31060601@xray1.physics.sunysb.edu>, jacobsen@xray1.physics.sunysb.edu (Chris Jacobsen) writes...
> In article <Mar30.234050.17554@yuma.ACNS.ColoState.EDU> dean@phobos.cira.colostate.edu writes:
>
> is, Where can I get the x and y size information about GIF or raster file?
> This information is within the GIF and Sun raster file, but does IDL provide
> it?
>
The following will do the job under IDL 3.0:

IDL> READ_GIF, 'filename', image
IDL> dims = SIZE (image)
IDL> xsize = dims(1)
IDL> ysize = dims(2)

Rich Isaacman
NASA/GSFC
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Logarithmic Z axis on surface plot ?
Next Topic: IMSL/IDL X-windowing Resource Editor?

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

Current Time: Sun Apr 26 11:26:25 PDT 2026

Total time taken to generate the page: 0.13570 seconds