pub fn output_rows(
img_w: u32,
img_h: u32,
cols: u16,
style: AsciiStyle,
) -> usizeExpand description
How many cell rows render_image produces for an image of the given pixel
dimensions at cols columns. Pure; used for scroll math.