Multi Source Helper
object MultiSourceHelper
Helper class for dealing with multisource images.
Functions
Link copied to clipboard
fun getBestSourceForSize(width: Int, height: Int, sources: List<ImageSource>): MultiSourceHelper.MultiSourceResult
fun getBestSourceForSize(width: Int, height: Int, sources: List<ImageSource>, multiplier: Double): MultiSourceHelper.MultiSourceResult
Chooses the image source with the size closest to the target image size.