~dricottone/image2ascii

ref: 596b61e18082520ed1a9c092fbec29819dcb2f88 image2ascii/convert/convert_test.go -rw-r--r-- 5.7 KiB
596b61e1 — qeesung 6 years ago
Add method to support convert image to pixelASCII matrix
8ba26814 — qeesung 6 years ago
fixed the lint issue
4ad980ef — qeesung 6 years ago
Refactor the code to match the oop mode for easy mock and test
9e6742da — qeesung 6 years ago
add the fit options to scale the image to fit the screen
32c6345e — qeesung 6 years ago
add reverse options
d721f2b4 — qeesung 6 years ago
add convert examples
16344aa0 — qeesung 6 years ago
Revert "add parallel convert"

This reverts commit 6ee682ae1c41bfd64968d71334d72b52c8d29ca3.
6ee682ae — qeesung 6 years ago
add parallel convert
3481ed70 — qeesung 6 years ago
Add some comments
c4768093 — qeesung 6 years ago
Add ScaleImage and Image2ASCII benchmark
67bce566 — qeesung 6 years ago
fixed test
83ef6f8d — qeesung 6 years ago
fixed the issue
5faf6387 — qeesung 6 years ago
add convert test case