diff options
Diffstat (limited to 'sample/src/setup.xml')
| -rw-r--r-- | sample/src/setup.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index af2bd9e..f4ed85a 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -28,6 +28,13 @@ <border style="border_single" /> <!-- preload next image (allowed values: "yes", "no") default = yes --> <preload value="yes" /> + + <!-- get image title and description from IPTC and EXIF as a fallback --> + <!-- if not overriden by <title> and <title_description> tags --> + <!-- (allowed values: "yes", "no") default = no --> + <!-- titles are retrieved from the following fields (sorted by priority): --> + <!-- Iptc.Application2.Caption, Jpeg.Comment, Exif.Image.ImageDescription, Exif.Photo.UserComment --> + <use_iptc_exif value="yes" /> </images> <!-- META tags in html head section --> |
