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

combinationExists

@<?> fun combinationExists(@NotNull dir: java.io.File, @NotNull filename: java.lang.String, @<?> cleanupIfNot: boolean): boolean

Check if the RGB and ALPHA channel's exists

Parameters

dir - saveImage directory

filename - the filename prefix

cleanupIfNot - delete the second channel if the other not present

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