Trait smartcrop::Image [] [src]

pub trait Image: Sized {
    fn width(&self) -> u32;
fn height(&self) -> u32;
fn get(&self, x: u32, y: u32) -> RGB; }

Required Methods

Implementors