Class App14Segment
- java.lang.Object
-
- org.apache.commons.imaging.common.BinaryFileParser
-
- org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
-
- org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegment
-
- org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
-
- org.apache.commons.imaging.formats.jpeg.segments.App14Segment
-
public class App14Segment extends AppnSegment
[BROKEN URL] http://www.aiim.org/documents/standards/PDF-Ref/References/Adobe/5116.DCT_Filter.pdf
-
-
Field Summary
Fields Modifier and Type Field Description static intADOBE_COLOR_TRANSFORM_UNKNOWNstatic intADOBE_COLOR_TRANSFORM_YCbCrstatic intADOBE_COLOR_TRANSFORM_YCCKprivate static byte[]ADOBE_PREFIX-
Fields inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
length, marker
-
-
Constructor Summary
Constructors Constructor Description App14Segment(int marker, byte[] segmentData)App14Segment(int marker, int markerLength, java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAdobeColorTransform()booleanisAdobeJpegSegment()-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AppnSegment
getDescription
-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractGenericSegment
dump, dump, getSegmentData, getSegmentData, getSegmentDataAsString
-
Methods inherited from class org.apache.commons.imaging.formats.jpeg.segments.AbstractSegment
getSegmentType, toString
-
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
-
-
-
Field Detail
-
ADOBE_PREFIX
private static final byte[] ADOBE_PREFIX
-
ADOBE_COLOR_TRANSFORM_UNKNOWN
public static final int ADOBE_COLOR_TRANSFORM_UNKNOWN
- See Also:
- Constant Field Values
-
ADOBE_COLOR_TRANSFORM_YCbCr
public static final int ADOBE_COLOR_TRANSFORM_YCbCr
- See Also:
- Constant Field Values
-
ADOBE_COLOR_TRANSFORM_YCCK
public static final int ADOBE_COLOR_TRANSFORM_YCCK
- See Also:
- Constant Field Values
-
-