diff --git a/web/src/ogp_images.rs b/web/src/ogp_images.rs index 76032e5..b372efa 100644 --- a/web/src/ogp_images.rs +++ b/web/src/ogp_images.rs @@ -81,5 +81,5 @@ pub fn render_with_colors(pronouns: &Pronoun, color1: Rgba, color2: Rgba } } - image::DynamicImage::ImageRgba8(output_image).into_rgb8() + DynamicImage::ImageRgba8(output_image).into_rgb8() }