Interface TIFFCustom
-
interface TIFFCustom
TIFFCustom- Version:
- $Id: TIFFCustom.java,v 1.0 10.05.12 17:35 haraldk Exp$
-
-
Field Summary
Fields Modifier and Type Field Description static int
COMPRESSION_CCITTRLEW
static int
COMPRESSION_DCS
static int
COMPRESSION_IT8BL
static int
COMPRESSION_IT8CTPAD
static int
COMPRESSION_IT8LW
static int
COMPRESSION_IT8MP
static int
COMPRESSION_JBIG
static int
COMPRESSION_JPEG2000
static int
COMPRESSION_NEXT
static int
COMPRESSION_PIXARFILM
static int
COMPRESSION_PIXARLOG
static int
COMPRESSION_PIXTIFF_ZIP
PIXTIFF proprietary ZIP compression, identical to Deflate/ZLib.static int
COMPRESSION_SGILOG
static int
COMPRESSION_SGILOG24
static int
COMPRESSION_THUNDERSCAN
static int
PHOTOMETRIC_CFA
DNG: CFA (Color Filter Array).static int
PHOTOMETRIC_LINEAR_RAW
DNG: LinearRaw.static int
PHOTOMETRIC_LOGL
static int
PHOTOMETRIC_LOGLUV
static int
SAMPLEFORMAT_COMPLEX_IEEE_FP
static int
SAMPLEFORMAT_COMPLEX_INT
-
-
-
Field Detail
-
COMPRESSION_NEXT
static final int COMPRESSION_NEXT
- See Also:
- Constant Field Values
-
COMPRESSION_CCITTRLEW
static final int COMPRESSION_CCITTRLEW
- See Also:
- Constant Field Values
-
COMPRESSION_THUNDERSCAN
static final int COMPRESSION_THUNDERSCAN
- See Also:
- Constant Field Values
-
COMPRESSION_IT8CTPAD
static final int COMPRESSION_IT8CTPAD
- See Also:
- Constant Field Values
-
COMPRESSION_IT8LW
static final int COMPRESSION_IT8LW
- See Also:
- Constant Field Values
-
COMPRESSION_IT8MP
static final int COMPRESSION_IT8MP
- See Also:
- Constant Field Values
-
COMPRESSION_IT8BL
static final int COMPRESSION_IT8BL
- See Also:
- Constant Field Values
-
COMPRESSION_PIXARFILM
static final int COMPRESSION_PIXARFILM
- See Also:
- Constant Field Values
-
COMPRESSION_PIXARLOG
static final int COMPRESSION_PIXARLOG
- See Also:
- Constant Field Values
-
COMPRESSION_DCS
static final int COMPRESSION_DCS
- See Also:
- Constant Field Values
-
COMPRESSION_JBIG
static final int COMPRESSION_JBIG
- See Also:
- Constant Field Values
-
COMPRESSION_SGILOG
static final int COMPRESSION_SGILOG
- See Also:
- Constant Field Values
-
COMPRESSION_SGILOG24
static final int COMPRESSION_SGILOG24
- See Also:
- Constant Field Values
-
COMPRESSION_JPEG2000
static final int COMPRESSION_JPEG2000
- See Also:
- Constant Field Values
-
COMPRESSION_PIXTIFF_ZIP
static final int COMPRESSION_PIXTIFF_ZIP
PIXTIFF proprietary ZIP compression, identical to Deflate/ZLib.- See Also:
- Constant Field Values
-
PHOTOMETRIC_LOGL
static final int PHOTOMETRIC_LOGL
- See Also:
- Constant Field Values
-
PHOTOMETRIC_LOGLUV
static final int PHOTOMETRIC_LOGLUV
- See Also:
- Constant Field Values
-
PHOTOMETRIC_CFA
static final int PHOTOMETRIC_CFA
DNG: CFA (Color Filter Array).- See Also:
- Constant Field Values
-
PHOTOMETRIC_LINEAR_RAW
static final int PHOTOMETRIC_LINEAR_RAW
DNG: LinearRaw.- See Also:
- Constant Field Values
-
SAMPLEFORMAT_COMPLEX_INT
static final int SAMPLEFORMAT_COMPLEX_INT
- See Also:
- Constant Field Values
-
SAMPLEFORMAT_COMPLEX_IEEE_FP
static final int SAMPLEFORMAT_COMPLEX_IEEE_FP
- See Also:
- Constant Field Values
-
-