Refactor rename the PixelASCII to CharPixel
fixed the go lint issue
Add method to support convert image to pixelASCII matrix
update the logic
fixed the lint issue
add the mock terminal
Refactor the code to match the oop mode for easy mock and test
add the fit options to scale the image to fit the screen
Fxied the fetched wrong image width and height issue
add reverse options
add convert examples
Revert "add parallel convert" This reverts commit 6ee682ae1c41bfd64968d71334d72b52c8d29ca3.
add parallel convert
Add some comments
Add ScaleImage and Image2ASCII benchmark
rename hasky to husky
Add some convert to fixed the lint issue
fixed test
fixed the issue
add main test case