ly.img.android.pesdk.backend.exif / Exify / getThumbnailBytes

getThumbnailBytes

open fun getThumbnailBytes(): ByteArray!

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
ByteArray!: the thumbnail as a byte array.