Image Comparison

Generated on {{ timestamp }}
    {% for result in results %}
  • Source Image
  • {% endfor %}
{% for result in results %} {% set source_url = result.source_url %} {% set transformations = result.transformations %}
{% for transform in transformations %}

{{ transform.name }}

image{{ transform.steps }}
{% if transform.description %}

{{ transform.description }}

{% endif %}
{% for backend, result in transform.results.items() %} {% if result.success %}
{{ backend }}
{% else %}

{{ backend }}

Error: {{ result.error }}

{% if result.traceback %}
Show traceback
{{ result.traceback }}
{% endif %}
{% endif %} {% endfor %}
{% endfor %}
{% endfor %}