Skip to content

genzouw/docker-ansize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Convert image to text(ascii art).

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published