pub trait RescalableImage {
    // Required method
    fn get_scaling_parameters(&self) -> [Scale; 3];
}

Required Methods§

Implementations on Foreign Types§

source§

impl RescalableImage for DynamicImage

Implementors§