Struct image::jpeg::JPEGEncoder [] [src]

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

The representation of a JPEG encoder

Methods

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

Create a new encoder that writes its output to w

Create a new encoder that writes its output to w, and has the quality parameter quality with a value in the range 1-100 where 1 is the worst and 100 is the best.

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

The Image in encoded with subsampling ratio 4:2:2