ArtGen Web Interactive

{% with messages = get_flashed_messages() %} {% if messages %}
{% for message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}
Image Input

Image Processing & ASCII Generation
1.0
1.0
1.0

200
14
{% if current_image %}
Image Preview
Image Preview
ASCII Preview
{% if ascii_art %} {{ ascii_art|safe }} {% else %} ASCII art will appear here... {% endif %}
{% endif %} {% if ascii_art %}
Export ASCII Art
{% endif %}