Interface TIFFCustom
-
interface TIFFCustomTIFFCustom- Version:
- $Id: TIFFCustom.java,v 1.0 10.05.12 17:35 haraldk Exp$
-
-
Field Summary
Fields Modifier and Type Field Description static intCOMPRESSION_CCITTRLEWstatic intCOMPRESSION_DCSstatic intCOMPRESSION_IT8BLstatic intCOMPRESSION_IT8CTPADstatic intCOMPRESSION_IT8LWstatic intCOMPRESSION_IT8MPstatic intCOMPRESSION_JBIGstatic intCOMPRESSION_JPEG2000static intCOMPRESSION_NEXTstatic intCOMPRESSION_PIXARFILMstatic intCOMPRESSION_PIXARLOGstatic intCOMPRESSION_PIXTIFF_ZIPPIXTIFF proprietary ZIP compression, identical to Deflate/ZLib.static intCOMPRESSION_SGILOGstatic intCOMPRESSION_SGILOG24static intCOMPRESSION_THUNDERSCANstatic intPHOTOMETRIC_CFADNG: CFA (Color Filter Array).static intPHOTOMETRIC_LINEAR_RAWDNG: LinearRaw.static intPHOTOMETRIC_LOGLstatic intPHOTOMETRIC_LOGLUVstatic intSAMPLEFORMAT_COMPLEX_IEEE_FPstatic intSAMPLEFORMAT_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
-
-