Documentation ¶
Overview ¶
The ascii package can convert a image pixel to a raw char base on it's RGBA value, in another word, input a image pixel output a raw char ascii.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultOptions = Options{ Pixels: []byte(" .,:;i1tfLCG08@"), Reverse: false, Colored: true, }
Default options
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.