diff options
Diffstat (limited to 'sample')
| -rw-r--r-- | sample/src/setup.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sample/src/setup.xml b/sample/src/setup.xml index a2bb2b2..e421438 100644 --- a/sample/src/setup.xml +++ b/sample/src/setup.xml @@ -72,6 +72,12 @@ <add_copyright>This is custom copyright string added to every picture. And the second line.</add_copyright> + <!-- artist and camera owner name, stored in Exif.Image.Artist --> + <!-- (always added), Exif.Photo.CameraOwnerName (overriden when exists) --> + <!-- and Exif.Canon.OwnerName (overriden when exists). --> + <!-- ASCII encoding preferred. --> + <artist_name>John Doe</artist_name> + <!-- favicon support, the "type" attribute is optional, --> <!-- please alter it to the right icon MIME type --> <!-- http://www.w3.org/2005/10/howto-favicon --> |
