pub struct GifEncoder<W: Write> { /* private fields */ }
Expand description

GIF encoder.

Implementations

Creates a new GIF encoder.

Create a new GIF encoder, and has the speed parameter speed. See Frame::from_rgba_speed for more information.

Set the repeat behaviour of the encoded GIF

Encode a single image.

Encode one frame of animation.

Encodes Frames. Consider using try_encode_frames instead to encode an animation::Frames like iterator.

Try to encode a collection of ImageResult<animation::Frame> objects. Use this function to encode an animation::Frames like iterator. Whenever an Err item is encountered, that value is returned without further actions.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The alignment of pointer.

The type for initializers.

Initializes a with the given initializer. Read more

Dereferences the given pointer. Read more

Mutably dereferences the given pointer. Read more

Drops the object pointed to by the given pointer. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.