{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %}
{% for category, message in messages %}
{{ message }}
{% endfor %}
{% endif %} {% endwith %}

Processing Studio

Upload an image, choose an operation, and preview results in real time.

Drop an image here or click to browse

JPG, PNG · Max 16 MB

Affine parameters

Blur kernel size (odd)

Original

No image selected

Use demo: sample landscape

Processed

Processing…

Result will appear here

Recent Operations

{% if history %}
{% for item in history %} {% endfor %}
Operation Original File Time (s) Date
{{ item.operation_name }} {{ item.original_filename }} {{ item.processing_time }} {{ item.created_at[:19].replace('T', ' ') }} UTC
{% else %}

No operations yet. Process your first image above.

{% endif %}