Trait vips::VipsBuffer [−][src]
pub trait VipsBuffer { fn thumbnail(
&self,
width: u32,
height: u32
) -> Result<VipsImage, Box<Error>>; }
Required Methods
Implementations on Foreign Types
impl<'a> VipsBuffer for &'a [u8]
[src]
impl<'a> VipsBuffer for &'a [u8]