Read all tags of customized TIFF files [message #66353] |
Wed, 29 April 2009 19:17  |
mr.jonghee.lee
Messages: 1 Registered: April 2009
|
Junior Member |
|
|
Hi all,
I am trying to read an image of a tif file, which includes customized
tags. "read_tiff" returned "Unable to open". Would you give me some
tips on how to read all tags of tiff files with custom tags in IDL?
So, using the extracted information of the tags, I am going try to
read the image in the tiff file with custom tags.
Thank you very much.
|
|
|
Re: Read all tags of customized TIFF files [message #66389 is a reply to message #66353] |
Wed, 13 May 2009 11:58  |
KRDean
Messages: 69 Registered: July 2006
|
Member |
|
|
On Apr 29, 8:17 pm, mr.jonghee....@gmail.com wrote:
> Hi all,
>
> I am trying to read an image of a tif file, which includes customized
> tags. "read_tiff" returned "Unable to open". Would you give me some
> tips on how to read all tags oftifffiles with custom tags in IDL?
> So, using the extracted information of the tags, I am going try to
> read the image in thetifffile with custom tags.
>
> Thank you very much.
There is an obsolete routine called TIFF_Dump, 'file.tif' that just
generates a list of TIFF tags and their values, even the private
(custom and geo) ones.
Kelly Dean
Fort Collins, CO
|
|
|