genzouw / docker-ansize

Convert image to text(ascii art).

Home Page:https://genzouw.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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).

https://genzouw.com

License:MIT License


Languages

Language:Dockerfile 76.4%Language:Shell 23.6%