pub fn render_text_image_basic_rgba( text: &str, font_px: u32, max_w: u32, max_h: u32, ) -> Option<RgbaImage>