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 ] [ { -w | -o <file> } ] [ { -g <prop_name> |
11 -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 -X: file(s) is XMP
22
23 -w: write in place. Only for -s. Not compatible with -o.
24
25 -o <file>: file to write the output to.
26
27 -n <ns> <prefix>: set the prefix for a namespace.
28
29 -g <prop_name>: retrieve the value with prop_name.
30
31 -s <prop_name> -v <value>: retrieve or get the value.
32
33 <files> the files to read from.
34
35
37 The source code hasn't been audited for security. The command line tool
38 doesn't have a strong input sanity checking easier.
39
40 Be careful not to run the tool as super-user. Be careful if you decide
41 to use it in an online (web) application.
42
43 Patches and suggestions welcome.
44
45
47 Exempi is written by Hubert Figuiere
48
49 It contains the XMP SDK written by Adobe Systems Inc.
50
51
53 Exempi is licensed under the BSD license.
54
55
56
57 February 10 2013 exempi(1)