pub fn render_image( path: &Path, caps: &TerminalCapabilities, max_width: u32, max_height: u32, ) -> Result<()>
Render an image to the terminal using the best available protocol.