ly.img.android.pesdk.utils / TransparentJpeg / combinationExists

combinationExists

open static fun combinationExists(dir: File!, filename: String!, cleanupIfNot: Boolean): Boolean

Check if the RGB and ALPHA channel's exists

Parameters

dir - File!: saveImage directory

filename - String!: the filename prefix

cleanupIfNot - Boolean: delete the second channel if the other not present

Return
Boolean: true, if the RGB and ALPHA channel is present.