https://github.com/jamesbrink/docker-image-to-ascii
Docker container for image-to-ascii
https://github.com/jamesbrink/docker-image-to-ascii
ascii-art container docker image-processing image-to-ascii
Last synced: 12 months ago
JSON representation
Docker container for image-to-ascii
- Host: GitHub
- URL: https://github.com/jamesbrink/docker-image-to-ascii
- Owner: jamesbrink
- License: mit
- Created: 2018-06-15T07:22:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-15T07:26:10.000Z (about 8 years ago)
- Last Synced: 2025-04-14T20:16:17.724Z (about 1 year ago)
- Topics: ascii-art, container, docker, image-processing, image-to-ascii
- Language: Shell
- Size: 59.6 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# image-to-ascii
[](https://travis-ci.org/jamesbrink/docker-image-to-ascii) [](https://hub.docker.com/r/jamesbrink/image-to-ascii/) [](https://hub.docker.com/r/jamesbrink/image-to-ascii/) [](https://hub.docker.com/r/jamesbrink/image-to-ascii/) [](https://microbadger.com/images/jamesbrink/image-to-ascii "Get your own image badge on microbadger.com") [](https://microbadger.com/images/jamesbrink/image-to-ascii "Get your own version badge on microbadger.com")
## About
This is a docker-container for [image-to-ascii](https://github.com/IonicaBizau/image-to-ascii-cli).
## Usage
Converting an image to ascii.
```shell
$ docker run -i --rm jamesbrink/image-to-ascii < octofez.png
```
Converting an image to ascii and saving it back to a file.
```shell
$ docker run -i --rm jamesbrink/image-to-ascii < octofez.png > output.txt
```