The features described in this topic are obsolete
and should not be used in new IDL code.
WRITE_TIFF
The following features of the WRITE_TIFF procedure are obsolete.
Arguments
ORDER
This argument should be 0 if the image is stored from bottom to top (the default). For images stored from top to bottom, this argument should be 1.
Warning
Not all TIFF readers honor the value of the Order argument. IDL writes the value into the file, but many known readers ignore this value. In such cases, we recommend that you convert the image to top to bottom order with the REVERSE function and then set Order to 1.