Struct png::Writer [] [src]

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

PNG writer

Methods

impl<W: Write> Writer<W>
[src]

Writes the image data.

Trait Implementations

impl<W: Write> Drop for Writer<W>
[src]

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