pub fn rl_compress<T: Read + Seek>(input: T, align: usize) -> Result<Vec<u8>>
emote-img
Compress data using RL
align