class JpegDecompressor extends Decompressor

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. JpegDecompressor
  2. Decompressor
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new JpegDecompressor(tiffTags: TiffTags)

Value Members

  1. final val CCIR_601_1_COEFFICIENTS: Array[Double]
  2. final val REFERENCE_BLACK_WHITE_YCC_DEFAULT: Array[Double]
  3. def byteOrder: ByteOrder
    Definition Classes
    Decompressor
  4. def code: Int
    Definition Classes
    JpegDecompressorDecompressor
  5. val colimetryTags: ColimetryTags
  6. def decompress(segment: Array[Byte], segmentIndex: Int): Array[Byte]
    Definition Classes
    JpegDecompressorDecompressor
  7. 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
  8. val jpegParam: JPEGImageReadParam
  9. val jpegTables: Array[Byte]
  10. val jpegTags: JpegTags
  11. def normalizeYCbCr(array: Array[Byte]): Array[Byte]
  12. val photometricInterp: Int
  13. def predictorCode: Int
    Definition Classes
    Decompressor
  14. def withPredictor(predictor: Predictor): Decompressor
    Definition Classes
    Decompressor
  15. val yCbCrTags: YCbCrTags