The features described in this topic are obsolete
and should not be used in new IDL code.
READ_TIFF
The following keywords to the READ_TIFF function are obsolete.
Keywords
ORDER
Set this keyword to a named variable that will contain the order value from the TIFF file. This value is returned as 0 for images written bottom to top, and 1 for images written top to bottom. If an order value does not appear in the TIFF file, an order of 1 is returned.
The ORDER keyword can return any of the following additional values (depending on the source of the TIFF file):
Reference: Aldus TIFF 6.0 spec (TIFF version 42).
UNSIGNED
This keyword is now obsolete because older versions of IDL did not support the unsigned 16-bit integer data type. Set this keyword to return TIFF files containing unsigned 16-bit integers as signed 32-bit longword arrays. If not set, return an unsigned 16-bit integer for these files. This keyword has no effect if the input file does not contain 16-bit integers.