fast_image_resize icon indicating copy to clipboard operation
fast_image_resize copied to clipboard

resize-rgba8-image example uses a no longer supported function.

Open SunnyWar opened this issue 7 months ago • 1 comments

https://docs.rs/fast_image_resize/latest/fast_image_resize/#resize-rgba8-image This line: let mut dst_image = Image::new( dst_width, dst_height, src_image.pixel_type().unwrap(), );

pixel_type() is not longer supported in the image crate.

SunnyWar avatar Jul 06 '24 03:07 SunnyWar