1pmldigital(1) General Commands Manual pmldigital(1)
2
3
4
6 pmldigital ‐ construct PhotoML files from EXIF data in digital images
7 from a digital camera, or from data embedded in the output of a film
8 scanner (only Nikon Coolscan scanners are currently supported)
9
11 pmldigital [-h] [-b] [-x] [-f] [-d] (-s | [-g group‐id]) [-t date‐time‐
12 offset] imagefile [imagefile] ...
13
15 pmldigital constructs PhotoML files from EXIF data in digital images
16 from a digital camera, or from the private tags in TIFF files written
17 by the Nikon Scan film scanner software.
18
20 pmldigital accepts the following options:
21
22 -h Display usage information.
23
24 -b Include file basename only in output.
25
26 -x Output intermediate XML representation of EXIF data.
27
28 -f Fast output excluding computation of image and file md5 hashes.
29
30 -d Construct digimage descriptions of scanned images instead of
31 digital descriptions of digital camera images.
32
33 -s Set group and frame (and image) ids from standard filenames.
34
35 -g group‐id
36 Specify group id for the set of image files.
37
38 -t date‐time‐offset
39 Apply an offset to date/time values in EXIF data. The offset
40 string is in the format accepted by the ParseDateDelta function
41 of the Date::Manip Perl module, for example "+1y +2m +3d -2h
42 +4mn +6s" for an offset adding 1 year, 2 months, and 3 days,
43 subtracting 2 hours, and adding 4 minutes and 6 seconds.
44
46 Brendt Wohlberg <photoml@wohlberg.net>
47
49 Copyright © 2005‐2007 Brendt Wohlberg <photoml@wohlberg.net>
50
51 This program is free software; you can redistribute it and/or modify it
52 under the terms of version 2 of the GNU General Public License
53 <http://www.gnu.org/licenses/gpl-2.0.txt>.
54
55 This program is distributed in the hope that it will be useful, but
56 WITHOUT ANY WARRANTY; without even the implied warranty of MER‐
57 CHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
58 Public License for more details.
59
61 Image::ExifTool(3), Date::Manip(3), md5sum(1), xsltproc(1)
62
63
64
65 14 January 2008 pmldigital(1)