getThumbnailBytes

Returns the thumbnail from IFD1 as a byte array, or null if none exists. The bytes may either be an uncompressed strip as specified in the exif standard or a jpeg compressed image.

Return

the thumbnail as a byte array.

open fun getThumbnailBytes(): Array<Byte>