package
1.0.1
Repository: https://github.com/aquilax/img2ascii.git
Documentation: pkg.go.dev

# Functions

NewImage creates new Image converter.

# Constants

HalfHeight uses half row per vertical pixel.
Palette256 is 256 colors ANSI palette.
PaletteTrueColor is True Color ANSI palette.
SingleHeight uses one row per vertical pixel.

# Structs

Image converts images to colored ANSI terminal text representations.

# Type aliases

ColorPalette is the color palette used for the output.
PixelHeight defines the vertical density fot the output.