ImageHeaderParser
Interface for the ImageHeaderParser.
Types
Functions
Link copied to clipboard
abstract fun getOrientation(is: InputStream, byteArrayPool: ArrayPool): Int
Content copied to clipboard
Parse the orientation from the image header.
abstract fun getOrientation(byteBuffer: ByteBuffer, byteArrayPool: ArrayPool): Int
Content copied to clipboard
Link copied to clipboard
abstract fun getType(byteBuffer: ByteBuffer): ImageHeaderParser.ImageType
Content copied to clipboard