Struct image::bmp::BMPEncoder [] [src]

pub struct BMPEncoder<'a, W: 'a> { /* fields omitted */ }

The representation of a BMP encoder.

Methods

impl<'a, W: Write + 'a> BMPEncoder<'a, W>
[src]

[src]

Create a new encoder that writes its output to w.

[src]

Encodes the image image that has dimensions width and height and ColorType c.