compress_bound

Function compress_bound 

Source
fn compress_bound<T: Read + Seek>(
    input: &mut T,
    align: usize,
) -> Result<(usize, u8, Vec<u8>)>
Available on crate feature emote-img only.