Struct imagequant::Image [] [src]

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

Describes image dimensions for the library.

Methods

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

Describe dimensions of a slice of RGBA pixels

Use 0.0 for gamma if the image is sRGB (most images are).

Trait Implementations

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

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

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