added EXIF tagging

This commit is contained in:
Ville Rantanen
2021-08-26 09:44:26 +03:00
parent c16631e676
commit 837c4b609f

View File

@@ -341,10 +341,9 @@ function create_button(direction, to) {{
exif_format = '''
<ul>
<li>Date: %[EXIF:DateTimeOriginal]
<li>Exposure: %[EXIF:ExposureTime]s
<li>Fnumber: F%[EXIF:FNumber]
<li>Pixels: %w x %h
<li>Size: {size}
<li>Camera: %[EXIF:Make] %[EXIF:Model]
<li>Parameters: %[EXIF:ExposureTime]s / F%[EXIF:FNumber] / Focal %[EXIF:FocalLength]
<li>Size: %w x %h / {size}
</ul>
'''