PhotoPage: show software used to edit photo

This commit is contained in:
2022-12-25 13:44:19 +01:00
parent d66f071aab
commit 2174e1d08b
2 changed files with 10 additions and 0 deletions

View File

@@ -132,6 +132,11 @@ class PhotoPage extends SubTemplate
<dt>ISO Speed</dt>
<dd>', $this->exif->iso, '</dd>';
if (!empty($this->exif->software))
echo '
<dt>Software</dt>
<dd>', $this->exif->software, '</dd>';
echo '
</dl>
</div>';