Skip to content

Releases: extremepayne/py-generate-ascii

Version 1

26 Apr 02:35
0c457c4
Compare
Choose a tag to compare

Travis CI release status
The API works fully, images are converted to ASCII text correctly in multiple character sets and with size options, the example main.py shows off the demo pretty well.
Future features:
JSON output

First working release

18 Apr 16:06
Compare
Choose a tag to compare
First working release Pre-release
Pre-release

Updates:
No user preprocessing required, aspect ratio of output fixed, API began.
Features:
API is not very useful; selects a random character if "darkness value" is already calculated.
Demo program (main.py) generates ASCII art straight from an image, allows selection of size and character set.
Upcoming:
Useful API (can take an image and output a 2-D list)
GIF support (3-D list)
JSON output? (In addition to list/.txt file output)

v0.3-b

14 Apr 01:46
Compare
Choose a tag to compare
v0.3-b Pre-release
Pre-release

Updates:
User doesn't have to grayscale the image beforehand; options for the character set of output provided.
Continued features:
Converts JPEG or PNG to ASCII art.
Upcoming:
API
Fix aspect ratio of the output
Remove the need for user pre-processing (re-size)

Quick hotfix

11 Apr 14:16
Compare
Choose a tag to compare
Quick hotfix Pre-release
Pre-release

Fixes a couple issues.
Strengths:
Generates ASCII art
Weaknesses:
Art is distorted; user must preprocess images.

Support JPEG

11 Apr 20:09
abee0f3
Compare
Choose a tag to compare
Support JPEG Pre-release
Pre-release

This release makes it unnecessary for transparency to be applied before inputting the image, and adds support for JPEG.
Features:
Converts JPEG or PNG to ASCII art.
Upcoming:
API
Fix aspect ratio of the output
Remove need for user pre-processing
Options for character set of output

First draft

09 Apr 20:09
aecfb3c
Compare
Choose a tag to compare
First draft Pre-release
Pre-release

First draft of the project, useable but not useful.
Strengths:
Generates ASCII art
Weaknesses:
Art is distorted; user must preprocess images.