{% extends "imadj/base.html" %} {% block content %}
When uploading an image, it's width and height pixel dimensions must match one of the pre-defined sizes. It also needs to be in a format which we can read as expected.
On the following page you will be asked for a description for the image and a set of tags that it matches. If you have not created any tags yet please add them first in the gallery view.
Shown on the right are the image dimensions and formats that will be accepted.
{% if error %}{{error|safe}}
| Width (px) | Height (px) | Format | |
|---|---|---|---|
| {{ size.id }} | {{ size.width }} | {{ size.height }} | {{ size.format }} |