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

getThumbnailBytes

fun getThumbnailBytes(): kotlin.Array<byte>

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