class JpegDecompressor extends Decompressor
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- JpegDecompressor
- Decompressor
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final val CCIR_601_1_COEFFICIENTS: Array[Double]
- final val REFERENCE_BLACK_WHITE_YCC_DEFAULT: Array[Double]
-
def
byteOrder: ByteOrder
- Definition Classes
- Decompressor
-
def
code: Int
- Definition Classes
- JpegDecompressor → Decompressor
- val colimetryTags: ColimetryTags
-
def
decompress(segment: Array[Byte], segmentIndex: Int): Array[Byte]
- Definition Classes
- JpegDecompressor → Decompressor
-
def
flipEndian(bytesPerFlip: Int): Decompressor
Internally, we use the ByteBuffer's default byte ordering (BigEndian).
Internally, we use the ByteBuffer's default byte ordering (BigEndian). If the decompressed bytes are LittleEndian, flip 'em.
- Definition Classes
- Decompressor
- val jpegParam: JPEGImageReadParam
- val jpegTables: Array[Byte]
- val jpegTags: JpegTags
- def normalizeYCbCr(array: Array[Byte]): Array[Byte]
- val photometricInterp: Int
-
def
predictorCode: Int
- Definition Classes
- Decompressor
-
def
withPredictor(predictor: Predictor): Decompressor
- Definition Classes
- Decompressor
- val yCbCrTags: YCbCrTags