Interface JPEGConstants
- All Known Implementing Classes:
ImageLoaderRawCCITTFax,ImageLoaderRawJPEG,JPEGFile,PreloaderJPEG
public interface JPEGConstants
Constants for JPEG images
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intApplication marker, JFIF, JFXX, CIFFstatic final intApplication marker, EXIF, XMPstatic final intApplication marker, ICC, FlashPixstatic final intApplication marker APPD/APP13, Photoshop, Adobe_CMstatic final intApplication marker APPE/APP14, Adobestatic final intApplication marker APPF/APP15, GraphicConverterstatic final intend of Imagestatic final intBeginning of a Markerstatic final intSpecial case for 0xff00static final intBaseline DCTstatic final intExtended Sequential DCTstatic final intProgressive DCT only PDF 1.3static final intProgressive DCT only PDF 1.3static final intstart of Imagestatic final intStart of Scan
-
Field Details
-
MARK
static final int MARKBeginning of a Marker- See Also:
-
NULL
static final int NULLSpecial case for 0xff00- See Also:
-
SOF0
static final int SOF0Baseline DCT- See Also:
-
SOF1
static final int SOF1Extended Sequential DCT- See Also:
-
SOF2
static final int SOF2Progressive DCT only PDF 1.3- See Also:
-
SOFA
static final int SOFAProgressive DCT only PDF 1.3- See Also:
-
APP0
static final int APP0Application marker, JFIF, JFXX, CIFF- See Also:
-
APP1
static final int APP1Application marker, EXIF, XMP- See Also:
-
APP2
static final int APP2Application marker, ICC, FlashPix- See Also:
-
APPD
static final int APPDApplication marker APPD/APP13, Photoshop, Adobe_CM- See Also:
-
APPE
static final int APPEApplication marker APPE/APP14, Adobe- See Also:
-
APPF
static final int APPFApplication marker APPF/APP15, GraphicConverter- See Also:
-
SOS
static final int SOSStart of Scan- See Also:
-
SOI
static final int SOIstart of Image- See Also:
-
EOI
static final int EOIend of Image- See Also:
-