Struct image::png::PNGEncoder [] [src]

pub struct PNGEncoder<W: Write> { /* fields omitted */ }

PNG encoder

Methods

impl<W: Write> PNGEncoder<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

Trait Implementations

Auto Trait Implementations

impl<W> Send for PNGEncoder<W> where
    W: Send

impl<W> Sync for PNGEncoder<W> where
    W: Sync