pub fn decode_oriented_reader<R: BufRead + Seek>(
reader: R,
) -> ImageResult<DynamicImage>Expand description
Reader variant of decode_oriented_file: the same contract for an
already-opened, already-validated handle, so callers that must not reopen
the path (library I/O rules) keep that property.