{% extends "base.html" %} {% block title %}Images · {{ project.name }}{% endblock %} {% block body %} {% set active_tab = 'images' %} {% include '_project_tabs.html' %}

Images ()

Upload existing .dng files — they're auto-tagged from the filename (<label>_<K>k_<lux>l.dng, alsc_<K>k_<n>.dng, cac_<K>k_<n>.dng, dark_<n>.dng) and renamed to the project's naming scheme.

🎞️
No images yet — capture some on the Capture tab, or upload existing files.
captured image
Developing DNG…
· developed from DNG (rawpy preview)

Reading metadata…
No metadata found.
All tags ()
{% endblock %} {% block scripts %} {% endblock %}