Struct image::gif::Encoder[][src]

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

GIF encoder.

Methods

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

Creates a new GIF encoder.

Encodes a frame.

Encodes Frames.

Auto Trait Implementations

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

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