picture-factory
Console utility for converting bitmaps into ASCII characters
Usage
- Download the compiled jar file (or create it yourself) and place it in any directory convenient for you.
- Run the jar file by first creating a file with conversion settings (the diagram is shown below) and passing all the necessary arguments
java -jar picture-factory-1.0.1.jar <folder> <result>
Settings scheme
Settings must be in the same directory as the jar file
// settings.json
{
"width": 512,
"height": 512,
"aspectRatio": 0.3125
}