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

# Functions

NewImage creates new ASCII image encoder using the default palette.
NewImageCustomPalette creates new ASCII image encoder using custom palette.

# Constants

DefaultASCIIPalette contains the default palette used for the ascii encoding Source from http://paulbourke.net/dataformats/asciiart/.

# Structs

Image converts images to pseudo greyscale text reprosentation.