{% extends "_base.html" %} {% load exif_decode %} {% load string_manipulations %} {% load static %} {% block content %}
Uploaded Image
Image properties:

Name:  {{ image_name }}

Format:  {{ image_format }}

Resolution:  {{ image_resolution }}

Size:  {{ image_size }}

Aspect ratio:  {{ aspect_ratio }}

Color mode:  {{ image_mode }}

{{ image_name|json_script:'imageId' }} {% endblock content %}