pub fn render_image_pair( left: &Path, right: &Path, caps: &TerminalCapabilities, max_width: u32, max_height: u32, ) -> Result<()>
Render two images side by side.