Skip to content

HRLO77/ansi-image-generator

Repository files navigation

ansi-image-generator

An ANSI image generator, to start it run: python generator.py

Arguments are <path> [--resize int int] [--reduce int] [--pickle] <path> is a string, the path to the image file. --resize is a tuple of integers, when passed, it resizes the image to the width and height passed. --reduce reduces the quality of the image by the factor provided. --pickle stores the ANSI string of the image in a pickle file in the current directory.

For example.

$ /User/Images/rickroll.png --reduce 3 --pickle

About

An ansi image generator written in python that renders an image to stdout

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages