package
0.0.0-20200408021927-d7093dcb9367
Repository: https://github.com/qeesung/asciiplayer.git
Documentation: pkg.go.dev
# Functions
NewEncoder is a factory method to create a new encoder by file type.
NewGifEncoder create a new encoder.
NewImageEncoder create a new ImageEncoder.
# Variables
DefaultEncodeOptions is default and recommend options for encoding.
# Structs
EncodeOptions define the required options to encode.
GifEncoder is responsible for encode the frames into gif.
ImageEncoder is responsible for encoding image.
# Interfaces
Encoder interface is used to encode the multi frames to a gif file or encode frames to a video.