ImageLoaderRawCCITTFax
, ImageLoaderRawJPEG
, JPEGFile
, PreloaderJPEG
public interface JPEGConstants
Modifier and Type | Field | Description |
---|---|---|
static int |
APP0 |
Application marker, JFIF, JFXX, CIFF
|
static int |
APP1 |
Application marker, EXIF, XMP
|
static int |
APP2 |
Application marker, ICC, FlashPix
|
static int |
APPD |
Application marker APPD/APP13, Photoshop, Adobe_CM
|
static int |
APPE |
Application marker APPE/APP14, Adobe
|
static int |
APPF |
Application marker APPF/APP15, GraphicConverter
|
static int |
EOI |
end of Image
|
static int |
MARK |
Beginning of a Marker
|
static int |
NULL |
Special case for 0xff00
|
static int |
SOF0 |
Baseline DCT
|
static int |
SOF1 |
Extended Sequential DCT
|
static int |
SOF2 |
Progressive DCT only PDF 1.3
|
static int |
SOFA |
Progressive DCT only PDF 1.3
|
static int |
SOI |
start of Image
|
static int |
SOS |
Start of Scan
|
static final int MARK
static final int NULL
static final int SOF0
static final int SOF1
static final int SOF2
static final int SOFA
static final int APP0
static final int APP1
static final int APP2
static final int APPD
static final int APPE
static final int APPF
static final int SOS
static final int SOI
static final int EOI
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.