dotmatrix
dotmatrix copied to clipboard
Encodes images to a "dot matrix" pattern using braille unicode characters.
I just used `go get -u github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix` but it results in this. ``` go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:57:5: app.Author undefined (type *cli.App has no field or method Author) go/src/github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix/main.go:58:5: app.Email undefined (type *cli.App has...
Would be nice to have a image resize option.
This is what happens: ``` C:\WINDOWS\system32>go get -u github.com/kevin-cantwell/dotmatrix/cmd/dotmatrix # github.com/kevin-cantwell/dotmatrix C:\Users\USERNAME\go\src\github.com\kevin-cantwell\dotmatrix\gif.go:109:4: undefined: syscall.Kill C:\Users\USERNAME\go\src\github.com\kevin-cantwell\dotmatrix\mjpeg.go:76:4: undefined: syscall.Kill ```
This is amazing as-is, don't get me wrong. But I wonder if you already have ideas on what image algorithm to use to capture colors as well?