This is a docker-container for image-to-ascii.
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