pub(crate) fn make_decoder( format: ImageFormat, buffer: &[u8], ) -> ImageResult<GenericImageDecoder<Cursor<&[u8]>>>