Function image::codecs::hdr::decoder::read_scanline

source ยท
fn read_scanline<R: Read>(r: &mut R, buf: &mut [Rgbe8Pixel]) -> ImageResult<()>