SYMBOL INDEX (32 symbols across 6 files) FILE: braille.go type Braille (line 16) | type Braille method Rune (line 27) | func (b Braille) Rune() rune { method String (line 38) | func (b Braille) String() string { type BrailleFlusher (line 42) | type BrailleFlusher struct method Flush (line 44) | func (BrailleFlusher) Flush(w io.Writer, img image.Image) error { FILE: dotmatrix_suite_test.go function TestDotmatrix (line 10) | func TestDotmatrix(t *testing.T) { FILE: gif.go type GIFPrinter (line 12) | type GIFPrinter struct method Print (line 27) | func (p *GIFPrinter) Print(ctx context.Context, giff *gif.GIF) error { method drawOver (line 97) | func (p *GIFPrinter) drawOver(target *image.Paletted, source image.Ima... method drawExact (line 111) | func (p *GIFPrinter) drawExact(target *image.Paletted, source image.Im... function NewGIFPrinter (line 17) | func NewGIFPrinter(w io.Writer, c *Config) *GIFPrinter { FILE: image.go type Flusher (line 12) | type Flusher interface type Filter (line 18) | type Filter interface type noop (line 22) | type noop struct method Filter (line 24) | func (noop) Filter(img image.Image) image.Image { type Config (line 28) | type Config struct function mergeConfig (line 43) | func mergeConfig(c *Config) Config { type Printer (line 66) | type Printer struct method Print (line 123) | func (p *Printer) Print(img image.Image) error { function Print (line 71) | func Print(w io.Writer, img image.Image) error { function NewPrinter (line 76) | func NewPrinter(w io.Writer, c *Config) *Printer { function redraw (line 128) | func redraw(img image.Image, filter Filter, drawer draw.Drawer) *image.P... function flush (line 149) | func flush(w io.Writer, img image.Image, flusher Flusher) error { FILE: mp4.go type subtitle (line 16) | type subtitle struct type MP4Printer (line 23) | type MP4Printer struct method Print (line 39) | func (p *MP4Printer) Print(ctx context.Context, inputPath string, fps ... function NewMP4Printer (line 29) | func NewMP4Printer(w io.Writer, c *Config) *MP4Printer { function findActiveSubtitle (line 349) | func findActiveSubtitle(subtitles []subtitle, pts int64) string { function wrapText (line 360) | func wrapText(text string, width, maxLines int) []string { FILE: webcam.go type WebcamPrinter (line 15) | type WebcamPrinter struct method Print (line 31) | func (p *WebcamPrinter) Print(ctx context.Context, fps int) error { function NewWebcamPrinter (line 21) | func NewWebcamPrinter(w io.Writer, c *Config) *WebcamPrinter {