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