diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-04-03 17:03:13 +0200 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2016-04-03 17:29:55 +0200 |
| commit | c8979f40106cc429c8125ce0f520f9470da5404c (patch) | |
| tree | 43190f7dad952d4c988d8727c3fb9991531b8d55 /sample | |
| parent | 2d4a2fc03859065291fcb05d8df29ba8f50ab6e3 (diff) | |
| download | cataract-c8979f40106cc429c8125ce0f520f9470da5404c.tar.xz | |
jpeg-utils: Override artist and owner name
Useful to override previous camera owner name stored in EXIF.
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 --> |
