{% extends "base.html" %} {% block title %}{{ picture.name }}{% endblock %} {% block metadata %} {% endblock %} {% block main %}
{% if prev_pic %} {% if hash %} {% else %} {% endif %} {% endif %} {% if next_pic %} {% if hash %} {% else %} {% endif %} {% endif %}

{{ picture.name }}

{% if picture.description %}

{{ picture.description }}

{% endif %}
{% if picture.original_model %}
Shot on
{% if picture.original_model %}
Camera {{ picture.original_model }}
{% else %}
Camera Unknown
{% endif %} {% if picture.original_lens %}
Lens {{ picture.original_lens }}
{% else %}
Lens Unknown
{% endif %} {% if picture.film_stock %}
Film stock {{ picture.film_stock }}
{% endif %} {% if picture.film_format %}
Film format {{ picture.film_format }}
{% endif %} {% if picture.taken %}
Taken {{ picture.taken }}
{% endif %}
{% if picture.exposure_time %}
Settings
{% if picture.fnumber %}
Aperture f/{{ picture.fnumber }}
{% endif %} {% if picture.exposure_time %} {% if picture.exposure_time < 1 %}
Exposure 1/{{ (1/picture.exposure_time)|int }}
{% else %}
Exposure {{ picture.exposure_time }}s
{% endif %} {% endif %} {% if picture.original_focal_length %}
Focal length {{ picture.original_focal_length|int }}mm
{% endif %} {% if picture.iso %}
ISO {{ picture.iso|int }}
{% endif %} {% if picture.original_flash %}
Flash {{ picture.original_flash }}
{% endif %}
{% endif %}
Processing
Digitized {{ picture.manufacturer }} {{ picture.model }}
Software {{ picture.software }}
{% else %}
Shot on
{% if picture.model %}
Camera {{ picture.model }}
{% else %}
Camera Unknown
{% endif %} {% if picture.lensinfo %}
Lens {{ picture.lensinfo }}
{% else %}
Lens Unknown
{% endif %} {% if picture.taken %}
Taken {{ picture.taken }}
{% endif %}
Settings
{% if picture.fnumber %}
Aperture f/{{ picture.fnumber }}
{% endif %} {% if picture.exposure_time %} {% if picture.exposure_time < 1 %}
Exposure 1/{{ (1/picture.exposure_time)|int }}
{% else %}
Exposure {{ picture.exposure_time }}s
{% endif %} {% endif %} {% if picture.focal_length %}
Focal length {{ picture.focal_length|int }}mm
{% endif %} {% if picture.iso %}
ISO {{ picture.iso|int }}
{% endif %} {% if picture.flash %}
Flash {{ picture.flash }}
{% endif %}
{% if picture.software %}
Processing
Software {{ picture.software }}
{% endif %} {% if picture.creator or picture.publisher or picture.rights %}
Rights
{% if picture.creator %}
Creator {{ picture.creator }}
{% endif %} {% if picture.publisher %}
Publisher {{ picture.publisher }}
{% endif %} {% if picture.rights %}
Rights {{ picture.rights }}
{% endif %}
{% endif %} {% endif %}
{% if current_user.is_authenticated %}
{% if hash %} {% endif %}

Private pictures are still visible through public or unlisted albums

Shot on (or digitizing equipment)
Settings
Processing
Original metadata (before digitizing)

These settings override the "Shot on" settings and move the shot on data to scanning notes

Analog film info

Licensing
{% if hash %} {% endif %}

The original scan or raw camera file without edits

{% if hash %} {% endif %}

The sidecar is generated by the picture editor to non-destructively describe the edits. This is usually an .xmp file

{% if hash %}
{% endif %}
{% if hash %} {% endif %}

Deleting is permanent

{% for l in hints %} {% for val in hints[l] %} {% endfor %}
{% endif %}
{% endblock %}