ArtGen Web Interactive
{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
Image Input
Search Online:
Search Online
Or Upload Local Image:
Upload Local
Image Processing & ASCII Generation
Brightness:
1.0
Contrast:
1.0
Gamma:
1.0
Resolution:
Small
Medium
Large
Grayscale
Columns (width):
200
Font Size (px):
14
Color?
Generate ASCII
{% if current_image %}
Image Preview
ASCII Preview
{% if ascii_art %} {{ ascii_art|safe }} {% else %} ASCII art will appear here... {% endif %}
{% endif %} {% if ascii_art %}
Export ASCII Art
Select Export Format:
TXT
HTML
Download ASCII Art
{% endif %}