-
Notifications
You must be signed in to change notification settings - Fork 0
decode
milan jurkulák edited this page May 21, 2024
·
3 revisions
//tvlib/org.mjdev.tvlib.glide.sources.svg/SvgDecoder/decode
[androidJvm]
open override fun decode(source: InputStream, width: Int, height: Int, options: Options): Resource<SVG>
Decode svg to bitmap
Resource
androidJvm
source | InputStream |
width | Int |
height | Int |
options | Options |
IOException |