[][src]Trait ffimage::core::traits::Resize

pub trait Resize {
    fn resize(&mut self, width: u32, height: u32);
}

Resizable images

Required methods

fn resize(&mut self, width: u32, height: u32)

Resize the underlying container to at least fit the number of pixels required

Loading content...

Implementors

impl<T: Pixel> Resize for GenericBuffer<T>[src]

Loading content...