1pmlcreate(1) General Commands Manual pmlcreate(1)
2
3
4
6 pmlcreate ‐ construct PhotoML files from a single input file in a sim‐
7 ple text format
8
10 pmlcreate [-h] [-e] [-x] inputfile
11
13 pmlcreate constructs PhotoML files from a single input file in a simple
14 text format. The input file summarises basic information such as camera
15 body, film, processing, image creation date, and exposure details. The
16 output represents an initial version suitable for further editing.
17
19 pmlcreate accepts the following options:
20
21 -h Display usage information.
22
23 -e Display an example input file.
24
25 -x Output intermediate XML representation of input file data.
26
28 Brendt Wohlberg <photoml@wohlberg.net>
29
31 Copyright © 2005‐2007 Brendt Wohlberg <photoml@wohlberg.net>
32
33 This program is free software; you can redistribute it and/or modify it
34 under the terms of version 2 of the GNU General Public License
35 <http://www.gnu.org/licenses/gpl-2.0.txt>.
36
37 This program is distributed in the hope that it will be useful, but
38 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
39 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
40 Public License for more details.
41
43 xsltproc(1)
44
45
46
47 14 January 2008 pmlcreate(1)