Declaration
property TIFF_ByteOrder: TIOByteOrder;
Description
Returns the byte order of the current TIFF image.
This property is read-only because ImageEn always uses ioLittleEndian when saving TIFF files.
ioBigEndian byte order is used by Motorola, while ioLittleEndian is used by Intel processors.
This function is useful when using
InsertTIFFImageFile or
InsertTIFFImageStream which merge two tiff images without decoding them, because the created TIFF will be unreadable if the images have different byte orders.