Struct imagequant::Image [] [src]

pub struct Image<'a> {
    // some fields omitted
}

Methods

impl<'a> Image<'a>
[src]

fn new<T: Copy + Clone>(attr: &Attributes, bitmap: &'a [T], width: usize, height: usize, gamma: f64) -> Option<Image<'a>>

fn width(&mut self) -> usize

fn height(&mut self) -> usize

Trait Implementations

impl<'a> Drop for Image<'a>
[src]

fn drop(&mut self)

A method called when the value goes out of scope. Read more