diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 16:21:41 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2008-12-30 16:21:41 +0100 |
| commit | e420e9f3fbd5e758e4a1489766f74030a1b77b88 (patch) | |
| tree | 0192b01d0eebaca8de1db9ea958f829adf4784c8 /sample/src/setup.xml | |
| parent | 6a7b5cbbef56fda6c1f3901949b870ee1fd20758 (diff) | |
| download | cataract-e420e9f3fbd5e758e4a1489766f74030a1b77b88.tar.xz | |
Optional fallback to IPTC/EXIF captions and comments
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 --> |
