1exempi(1) General Commands Manual exempi(1)
2
3
4
6 exempi - command line tool to manipulate XMP metadata
7
8
10 exempi { -h | [ -R ] [ -X ] [ -x [ -p ] ] [ { -w | -o <file> } ] [ { -g
11 <prop_name> | -s <prop_name> -v <value> } ] } <files>
12
13
15 -h: show this help
16
17 -R: don't reconcile
18
19 -x: dump XML
20
21 -p: wrap XML packet wrapper. Only for -x.
22
23 -X: file(s) is XMP
24
25 -w: write in place. Only for -s. Not compatible with -o.
26
27 -o <file>: file to write the output to.
28
29 -n <ns> <prefix>: set the prefix for a namespace.
30
31 -g <prop_name>: retrieve the value with prop_name.
32
33 -s <prop_name> -v <value>: retrieve or get the value.
34
35 <files> the files to read from.
36
37
39 The source code hasn't been audited for security. The command line tool
40 doesn't have a strong input sanity checking easier.
41
42 Be careful not to run the tool as super-user. Be careful if you decide
43 to use it in an online (web) application.
44
45 Patches and suggestions welcome.
46
47
49 Exempi is written by Hubert Figuiere
50
51 It contains the XMP SDK written by Adobe Systems Inc.
52
53
55 Exempi is licensed under the BSD license.
56
57
58
59 February 10 2013 exempi(1)