A simple utily to render an image to terminal. Support load image from local disk and from image url.
Features:
- Ouput image 2 pixel per glyph.
- Can fetch image from url.
- Auto analize your terminal size and scale output image base on it.
Simple cat an image local
Simple cat an image remote
If you have go installed in your system.
go get -u github.com/stephentt-me/imgcat
Make sure $GOPATH/bin
is in your $PATH
.
Or download binary here and put it into your $PATH
.
"Cat" image from file
imgcat foo.jpg
"Curl" image from url
imgcat <url>
To build from source, after clone this repo, run:
make build
Run unitest:
make test
MIT