ExifData

This class stores the EXIF header in IFDs according to the JPEG specification. It is the result produced by .

open class ExifData

See also

ExifReader

IfdData

Constructors

ExifData
Link copied to clipboard
open fun ExifData(order: ByteOrder)

Functions

equals
Link copied to clipboard
open fun equals(obj: Any): Boolean
getImageSize
Link copied to clipboard
open fun getImageSize(): Array<Int>
getSections
Link copied to clipboard
open fun getSections(): List<Section>
setSections
Link copied to clipboard
open fun setSections(sections: List<Section>)

Properties

jpegProcess
Link copied to clipboard
private open var jpegProcess: Short
mUncompressedDataPosition
Link copied to clipboard
open val mUncompressedDataPosition: Int
qualityGuess
Link copied to clipboard
private open var qualityGuess: Int