IDL: TIFF functions [message #6807] |
Thu, 29 August 1996 00:00 |
Rene de Bruin
Messages: 1 Registered: August 1996
|
Junior Member |
|
|
Hello guys,
I'am looking for IDL functions which can read and write TIFF formatted
files. Does anyone know where I can find such functions or code in
another language so I convert it to IDL.
Any suggestions are welcome,
Thanks, Rene.
------------------------------------------------------
Rene de Bruin,
Max-Planck-Institut fur Psycholinguistik, Netherlands.
E-mail: debruin@mpi.nl
------------------------------------------------------
|
|
|
Re: IDL: TIFF functions [message #6811 is a reply to message #6807] |
Thu, 29 August 1996 00:00  |
Christian Soeller
Messages: 46 Registered: August 1996
|
Member |
|
|
Rene de Bruin <debruin@mpi.nl> writes:
> I'am looking for IDL functions which can read and write TIFF formatted
> files. Does anyone know where I can find such functions or code in
> another language so I convert it to IDL.
Try if the idl tiff functions are sufficient for what you would like to do
(they support only a subset of all tiff formats). See reference for
tiff_read and tiff_write (RTFM). If you need more than that have a look at
libtiff (c-interface) at http://rushmore.JPL.NASA.GOV/~ndr/tiff. You would
have to supply the IDL interface yourself.
Hope this helps,
Christian
------------------------------------------------------------ --------
Christian Soeller mailto: csoelle@sghms.ac.uk
St. Georges Hospital Medical School Dept. of Pharmacology
Cranmer Terrace London SW17 0RE
|
|
|