{% extends "_base.html" %} {% load exif_decode %} {% load string_manipulations %} {% load static %} {% block content %}
Name: {{ image_name }}
Format: {{ image_format }}
Resolution: {{ image_resolution }}
Size: {{ image_size }}
Aspect ratio: {{ aspect_ratio }}
Color mode: {{ image_mode }}