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

Home » Public Forums » archive » Re: 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
Re: Reading a Tiff image [message #30784 is a reply to message #30781] Fri, 17 May 2002 12:01 Go to previous messageGo to previous message
Rick Towler is currently offline  Rick Towler
Messages: 821
Registered: August 1998
Senior Member
If you do this:

>> filename = FilePath(Subdirectory = ['Akhila', 'Project'],'8bit.tif')
>> image = Read_Tiff(filename)

what does this print:

print, size(image)


I think you aren't making your window big enough.

-Rick


"Akhila" <idlfreak@yahoo.com> wrote in message
news:b1ad7b05.0205170930.12a9b783@posting.google.com...
> nope, it does the samething as well. I can only see the last bit of
> the image. The image i'm using is loaded here.
> http://www.geocities.com/r_akhila/8bit.tif
>
> I'm sure that i'm missing out on something very simple.
>
> Akhila.
>
> David Fanning <david@dfanning.com> wrote in message
news:<MPG.174e64d07cccf12b9898df@news.frii.com>...
>> Akhila (idlfreak@yahoo.com) writes:
>>
>>> 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.
>>
>> Oh, dear. How about something like this:
>>
>> filename = FilePath(Subdirectory = ['Akhila', 'Project'],'8bit.tif')
>> image = Read_Tiff(filename)
>>
>> Does that work better?
>>
>> Cheers,
>>
>> David
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Low quality with 'IDLgrClipboard' object
Next Topic: Reading a Tiff image

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

Current Time: Sat Oct 11 11:50:56 PDT 2025

Total time taken to generate the page: 0.72356 seconds