Function image::codecs::hdr::decoder::decode_old_rle

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