Skip to content

Latest commit

 

History

History
64 lines (37 loc) · 1.43 KB

README.md

File metadata and controls

64 lines (37 loc) · 1.43 KB

Docker Ansize

Docker Pulls Docker Cloud Automated build

dockeri.co

Description

Convert image to text(ascii art).

Requirements

Installation

Unnecessary

Usage

# Print
$ cat any-image.jpg | docker run -i --rm genzouw/ansize

# Save to file
$ cat any-image.jpg | docker run -i --rm genzouw/ansize > ansize.txt

$ cat ansize.txt

It is recommended to set "alias".

$ echo "alias ansize='docker run -i --rm genzouw/ansize'" >> ~/.bashrc

$ cat any-image.jpg | ansize

Relase Note

date version note
2019-09-24 1.0.0 first release.

License

This software is released under the MIT License, see LICENSE.

Contribution

Author Information

genzouw