Type Alias nannou::image::codecs::gif::Encoder

source ·
pub type Encoder<W> = GifEncoder<W>;
👎Deprecated: Use GifEncoder instead
Expand description

GIF encoder

An alias of GifEncoder.

TODO: remove

Aliased Type§

struct Encoder<W> { /* private fields */ }