~dricottone/image2ascii

image2ascii/convert d---------
Merging branch 'log-more-helpfully' from mjip/PR #22

Log terminal size determination error instead of nil

Log a more descriptive message than nil in the case of an error with terminal
size determination
Migrate from Dep to Go Modules

Go Modules are the preferred way to manage dependencies in Go programs
since version 1.11. The migration process involves:

 1. go mod init git.dominic-ricottone.com/~dricottone/image2ascii
    (replace the host as needed)
 2. Replace the host in files requiring an internal module
    (this was specifically image2ascii.go, convert/convert.go,
    convert/resize.go, and convert/resize_test.go)
 3. go mod tidy
 4. rm -rf vendor/ Gopkg.lock Gopkg.toml
 5. go get -u

go.mod now contains all the information required to build the program.
Log terminal size determination error instead of nil
eaef718c — qeesung 6 years ago
Fixed the high cyclomatic complexity issue
e8d148c8 — 秦世成 6 years ago
Fixed the golint issue
2ab47357 — 秦世成 6 years ago
Fixed the golint issue
ea02edb8 — qeesung 6 years ago
Refactor rename the PixelASCII to CharPixel
fe3f9eba — qeesung 6 years ago
fixed the go lint issue
596b61e1 — qeesung 6 years ago
Add method to support convert image to pixelASCII matrix
3b332954 — qeesung 6 years ago
update the logic
8ba26814 — qeesung 6 years ago
fixed the lint issue
adffe23d — qeesung 6 years ago
add the mock terminal
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
1bc83944 — qeesung 6 years ago
Fxied the fetched wrong image width and height issue
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
Next