Function egui_resources::resized_copy_from
source ยท pub fn resized_copy_from(
wh: [usize; 2],
src: &ColorImage,
filter: FilterType,
) -> ColorImageExpand description
create resized copy
- wh: [usize; 2] (to be resized)
- src: &ColorImage
- filter: image::imageops::FilterType (Nearest, Lanczos3, etc)
- result: ColorImage