TIFF type :: Java type
TIFF_BYTE :: byte
TIFF_ASCII :: String
TIFF_SHORT :: char
TIFF_LONG :: long
TIFF_RATIONAL :: long[2]
TIFF_SBYTE :: byte
TIFF_UNDEFINED :: byte
TIFF_SSHORT :: short
TIFF_SLONG :: int
TIFF_SRATIONAL :: int[2]
TIFF_FLOAT :: float
TIFF_DOUBLE :: double
author: Axel Schaefer author: last edited by: $Author: apoth $ version: 2.0. |