Skip to content

jamesbrink/docker-image-to-ascii

Repository files navigation

image-to-ascii

Build Status Docker Automated build Docker Pulls Docker Stars

About

This is a docker-container for image-to-ascii.

Usage

Converting an image to ascii.

$ docker run -i --rm jamesbrink/image-to-ascii < octofez.png

Converting an image to ascii and saving it back to a file.

$ docker run -i --rm jamesbrink/image-to-ascii < octofez.png > output.txt