pub fn stream(
ctx: &Ctx,
size: Option<(u16, u16)>,
fps: u32,
fit: &str,
layout: Option<&str>,
p: &mut dyn Progress,
) -> Result<()>Expand description
Show raw rgb24 frames read from stdin, size pixels each (the canvas
size when None), at fps.