pub(crate) fn load_inner<R: BufRead + Seek>(
    r: R,
    limits: Limits,
    format: ImageFormat
) -> ImageResult<DynamicImage>