Function image::io::free_functions::load_decoder

source ยท
pub(crate) fn load_decoder<R: BufRead + Seek, V: DecoderVisitor>(
    r: R,
    format: ImageFormat,
    limits: Limits,
    visitor: V,
) -> ImageResult<V::Result>