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

Home » Public Forums » archive » Reading a Tiff image
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Reading a Tiff image [message #30802] Thu, 16 May 2002 22:09 Go to previous message
idlfreak is currently offline  idlfreak
Messages: 47
Registered: October 2001
Member
Hi,
I have a tiff image of size 1200x379. To open that file i wrote:

filename = FilePath(Subdirectory = ['Akhila', 'Project'],'8bit.tif')
OPenR,lun, filename, /Get_Lun
ReadU, lun, image
Free_Lun, lun
image = bytarr(1200,379)
image = read_tiff(filename)
tv, image

The image that is opened is not the complete image. I guess i'm
missing on something....Can anybody please help me with that.

Thanx in advance.

Akhila.
[Message index]
 
Read Message
Read Message
Previous Topic: Re: Reading a Tiff image
Next Topic: X-axis value from histogram

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

Current Time: Sat Oct 11 13:40:59 PDT 2025

Total time taken to generate the page: 0.56187 seconds