Skip to content
milan jurkulák edited this page May 21, 2024 · 3 revisions

//tvlib/org.mjdev.tvlib.glide.sources.svg/SvgDecoder/decode

decode

[androidJvm]
open override fun decode(source: InputStream, width: Int, height: Int, options: Options): Resource<SVG>

Decode svg to bitmap

Return

Resource

Parameters

androidJvm

source InputStream
width Int
height Int
options Options

Throws

IOException
Clone this wiki locally