Versions in this module Expand all Collapse all v0 v0.1.0 Jun 28, 2026 Changes in this version + type Asciitor struct + func NewAsciitor(options AsciitorOptions) (*Asciitor, error) + func (a *Asciitor) Prepare() error + func (a *Asciitor) Render(img image.Image, options RenderOptions) ([][]rune, error) + func (a *Asciitor) SetBlockSize(size int) error + func (a *Asciitor) SetCharset(charset []rune) error + func (a *Asciitor) SetFace(face *font.Face) error + func (a *Asciitor) SetFontSize(size int) error + type AsciitorOptions struct + BlockSize int + Charset []rune + Face *font.Face + FontSize int + type RenderOptions struct + Inverse bool + KeepProportions bool + OutputSize sizing.OutputSize