Skip to main content

output_rows

Function output_rows 

Source
pub fn output_rows(
    img_w: u32,
    img_h: u32,
    cols: u16,
    style: AsciiStyle,
) -> usize
Expand description

How many cell rows render_image produces for an image of the given pixel dimensions at cols columns. Pure; used for scroll math.