|
|
|
Exiv2 test directory -----------------------------------------------------
|
|
|
|
tmp/
|
|
|
|
|
|
|
|
Exiv2 version ------------------------------------------------------------
|
|
|
|
../../src/exiv2
|
|
|
|
Exiv2 0.8
|
|
|
|
Copyright (C) 2004, 2005, 2006 Andreas Huggel.
|
|
|
|
|
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License
|
|
|
|
as published by the Free Software Foundation; either version 2
|
|
|
|
of the License, or (at your option) any later version.
|
|
|
|
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public
|
|
|
|
License along with this program; if not, write to the Free
|
|
|
|
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
|
|
|
Boston, MA 02110-1301 USA
|
|
|
|
|
|
|
|
Exiv2 help ---------------------------------------------------------------
|
|
|
|
Usage: exiv2 [ options ] [ action ] file ...
|
|
|
|
|
|
|
|
Manipulate the Exif metadata of images.
|
|
|
|
|
|
|
|
Actions:
|
|
|
|
ad | adjust Adjust Exif timestamps by the given time. This
|
|
|
|
action requires the option -a time.
|
|
|
|
pr | print Print image metadata.
|
|
|
|
rm | delete Delete image metadata from the files.
|
|
|
|
in | insert Insert metadata from corresponding *.exv files.
|
|
|
|
Use option -S to change the suffix of the input files.
|
|
|
|
ex | extract Extract metadata to *.exv and thumbnail image files.
|
|
|
|
mv | rename Rename files and/or set file timestamps according to the
|
|
|
|
Exif create timestamp. The filename format can be set with
|
|
|
|
-r format, timestamp options are controlled with -t and -T.
|
|
|
|
mo | modify Apply commands to modify (add, set, delete) the Exif and
|
|
|
|
Iptc metadata of image files or set the Jpeg comment.
|
|
|
|
Requires option -c, -m or -M.
|
|
|
|
|
|
|
|
Options:
|
|
|
|
-h Display this help and exit.
|
|
|
|
-V Show the program version and exit.
|
|
|
|
-v Be verbose during the program run.
|
|
|
|
-k Preserve file timestamps (keep).
|
|
|
|
-t Also set the file timestamp in 'rename' action (overrides -k).
|
|
|
|
-T Only set the file timestamp in 'rename' action, do not rename
|
|
|
|
the file (overrides -k).
|
|
|
|
-f Do not prompt before overwriting existing files (force).
|
|
|
|
-F Do not prompt before renaming files (Force).
|
|
|
|
-a time Time adjustment in the format [-]HH[:MM[:SS]]. This option
|
|
|
|
is only used with the 'adjust' action.
|
|
|
|
-p mode Print mode for the 'print' action. Possible modes are:
|
|
|
|
s : print a summary of the Exif metadata (the default)
|
|
|
|
t : interpreted (translated) Exif data
|
|
|
|
v : plain Exif data values
|
|
|
|
h : hexdump of the Exif data
|
|
|
|
i : Iptc data values
|
|
|
|
c : Jpeg comment
|
|
|
|
-d tgt Delete target(s) for the 'delete' action. Possible targets are:
|
|
|
|
a : all supported metadata (the default)
|
|
|
|
e : Exif section
|
|
|
|
t : Exif thumbnail only
|
|
|
|
i : Iptc data
|
|
|
|
c : Jpeg comment
|
|
|
|
-i tgt Insert target(s) for the 'insert' action. Possible targets are
|
|
|
|
the same as those for the -d option. Only Jpeg thumbnails can
|
|
|
|
be inserted, they need to be named <file>-thumb.jpg
|
|
|
|
-e tgt Extract target(s) for the 'extract' action. Possible targets
|
|
|
|
are the same as those for the -d option.
|
|
|
|
-r fmt Filename format for the 'rename' action. The format string
|
|
|
|
follows strftime(3). Default filename format is %Y%m%d_%H%M%S.
|
|
|
|
-c txt Jpeg comment string to set in the image.
|
|
|
|
-m file Command file for the modify action. The format for commands is
|
|
|
|
set|add|del <key> [[<type>] <value>].
|
|
|
|
-M cmd Command line for the modify action. The format for the
|
|
|
|
commands is the same as that of the lines of a command file.
|
|
|
|
-l dir Location (directory) for files to be inserted from or extracted to.
|
|
|
|
-S .suf Use suffix .suf for source files for insert command.
|
|
|
|
|
|
|
|
|
|
|
|
Adjust -------------------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
File 2/12: exiv2-canon-powershot-s40.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2003:12:14 00:00:43
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2003:12:14 00:00:43
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2003:12:14 00:00:43
|
|
|
|
File 3/12: exiv2-nikon-e990.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2000:05:06 02:05:44
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2000:05:06 02:05:44
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2000:05:06 02:05:44
|
|
|
|
File 4/12: exiv2-nikon-d70.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2004:03:29 22:42:45
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2004:03:29 22:42:45
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2004:03:29 22:42:45
|
|
|
|
File 5/12: exiv2-nikon-e950.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2001:04:05 23:50:39
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2001:04:05 23:50:39
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2001:04:05 23:50:39
|
|
|
|
File 6/12: exiv2-canon-eos-300d.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2003:09:25 20:18:50
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2003:09:25 20:18:50
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2003:09:25 20:18:50
|
|
|
|
File 7/12: exiv2-kodak-dc210.jpg
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2000:10:26 04:45:50
|
|
|
|
File 8/12: exiv2-fujifilm-finepix-s2pro.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2003:09:26 11:15:35
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2003:09:26 11:15:35
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2003:09:26 11:15:35
|
|
|
|
File 9/12: exiv2-sigma-d10.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2004:03:18 11:39:25
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2004:03:16 07:51:37
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2004:03:18 11:39:25
|
|
|
|
File 10/12: exiv2-olympus-c8080wz.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2004:02:08 09:37:44
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2004:02:08 09:37:44
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2004:02:08 09:37:44
|
|
|
|
File 11/12: exiv2-panasonic-dmc-fz5.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2005:02:18 21:20:16
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2005:02:18 21:20:16
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2005:02:18 21:20:16
|
|
|
|
File 12/12: exiv2-sony-dsc-w7.jpg
|
|
|
|
Adjusting `Exif.Image.DateTime' by -43261 s to 2005:05:27 05:18:33
|
|
|
|
Adjusting `Exif.Photo.DateTimeOriginal' by -43261 s to 2005:05:27 05:18:33
|
|
|
|
Adjusting `Exif.Photo.DateTimeDigitized' by -43261 s to 2005:05:27 05:18:33
|
|
|
|
|
|
|
|
Rename -------------------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
File 2/12: exiv2-canon-powershot-s40.jpg
|
|
|
|
Renaming file to ./20031214_000043.jpg
|
|
|
|
File 3/12: exiv2-nikon-e990.jpg
|
|
|
|
Renaming file to ./20000506_020544.jpg
|
|
|
|
File 4/12: exiv2-nikon-d70.jpg
|
|
|
|
Renaming file to ./20040329_224245.jpg
|
|
|
|
File 5/12: exiv2-nikon-e950.jpg
|
|
|
|
Renaming file to ./20010405_235039.jpg
|
|
|
|
File 6/12: exiv2-canon-eos-300d.jpg
|
|
|
|
Renaming file to ./20030925_201850.jpg
|
|
|
|
File 7/12: exiv2-kodak-dc210.jpg
|
|
|
|
Renaming file to ./20001026_044550.jpg
|
|
|
|
File 8/12: exiv2-fujifilm-finepix-s2pro.jpg
|
|
|
|
Renaming file to ./20030926_111535.jpg
|
|
|
|
File 9/12: exiv2-sigma-d10.jpg
|
|
|
|
Renaming file to ./20040316_075137.jpg
|
|
|
|
File 10/12: exiv2-olympus-c8080wz.jpg
|
|
|
|
Renaming file to ./20040208_093744.jpg
|
|
|
|
File 11/12: exiv2-panasonic-dmc-fz5.jpg
|
|
|
|
Renaming file to ./20050218_212016.jpg
|
|
|
|
File 12/12: exiv2-sony-dsc-w7.jpg
|
|
|
|
Renaming file to ./20050527_051833.jpg
|
|
|
|
|
|
|
|
Print --------------------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
Filename : 20031214_000043.jpg
|
|
|
|
Filesize : 12425 Bytes
|
|
|
|
Camera make : Canon
|
|
|
|
Camera model : Canon PowerShot S40
|
|
|
|
Image timestamp : 2003:12:14 00:00:43
|
|
|
|
Image number : 117-1771
|
|
|
|
Exposure time : 1/500 s
|
|
|
|
Aperture : F4.9
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : No, auto
|
|
|
|
Flash bias : 0 EV
|
|
|
|
Focal length : 21.3 mm
|
|
|
|
Subject distance: 782
|
|
|
|
ISO speed : 100
|
|
|
|
Exposure mode : Program
|
|
|
|
Metering mode : Center weighted
|
|
|
|
Macro mode : Off
|
|
|
|
Image quality : Superfine
|
|
|
|
Exif Resolution : 2272 x 1704
|
|
|
|
White balance : Auto
|
|
|
|
Thumbnail : JPEG, 5448 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 3 /12: 20000506_020544.jpg
|
|
|
|
Filename : 20000506_020544.jpg
|
|
|
|
Filesize : 19152 Bytes
|
|
|
|
Camera make : NIKON
|
|
|
|
Camera model : E990
|
|
|
|
Image timestamp : 2000:05:06 02:05:44
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/89 s
|
|
|
|
Aperture : F7
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : No
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 8.2 mm
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 100
|
|
|
|
Exposure mode : Aperture priority
|
|
|
|
Metering mode : Center weighted
|
|
|
|
Macro mode :
|
|
|
|
Image quality : FINE
|
|
|
|
Exif Resolution : 2048 x 1536
|
|
|
|
White balance : AUTO
|
|
|
|
Thumbnail : JPEG, 7829 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 4 /12: 20040329_224245.jpg
|
|
|
|
Filename : 20040329_224245.jpg
|
|
|
|
Filesize : 44129 Bytes
|
|
|
|
Camera make : NIKON CORPORATION
|
|
|
|
Camera model : NIKON D70
|
|
|
|
Image timestamp : 2004:03:29 22:42:45
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/250 s
|
|
|
|
Aperture : F9
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : No
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 50.0 mm (35 mm equivalent: 75.0 mm)
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 200
|
|
|
|
Exposure mode : Auto
|
|
|
|
Metering mode : Matrix
|
|
|
|
Macro mode :
|
|
|
|
Image quality : FINE
|
|
|
|
Exif Resolution : 3008 x 2000
|
|
|
|
White balance : AUTO
|
|
|
|
Thumbnail : JPEG, 8930 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 5 /12: 20010405_235039.jpg
|
|
|
|
Filename : 20010405_235039.jpg
|
|
|
|
Filesize : 11984 Bytes
|
|
|
|
Camera make : NIKON
|
|
|
|
Camera model : E950
|
|
|
|
Image timestamp : 2001:04:05 23:50:39
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/77 s
|
|
|
|
Aperture : F5.5
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : No
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 12.8 mm
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 80
|
|
|
|
Exposure mode : Auto
|
|
|
|
Metering mode : Matrix
|
|
|
|
Macro mode :
|
|
|
|
Image quality : (12)
|
|
|
|
Exif Resolution : 1600 x 1200
|
|
|
|
White balance : Auto
|
|
|
|
Thumbnail : JPEG, 4662 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 6 /12: 20030925_201850.jpg
|
|
|
|
Filename : 20030925_201850.jpg
|
|
|
|
Filesize : 17033 Bytes
|
|
|
|
Camera make : Canon
|
|
|
|
Camera model : Canon EOS 300D DIGITAL
|
|
|
|
Image timestamp : 2003:09:25 20:18:50
|
|
|
|
Image number : 103-0390
|
|
|
|
Exposure time : 1/80 s
|
|
|
|
Aperture : F5.6
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : No
|
|
|
|
Flash bias : 0 EV
|
|
|
|
Focal length : 18.0 mm
|
|
|
|
Subject distance: Infinite
|
|
|
|
ISO speed : 100
|
|
|
|
Exposure mode : Program
|
|
|
|
Metering mode : Matrix
|
|
|
|
Macro mode : (0)
|
|
|
|
Image quality : Fine
|
|
|
|
Exif Resolution : 3072 x 2048
|
|
|
|
White balance : Auto
|
|
|
|
Thumbnail : JPEG, 9728 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 7 /12: 20001026_044550.jpg
|
|
|
|
Filename : 20001026_044550.jpg
|
|
|
|
Filesize : 26485 Bytes
|
|
|
|
Camera make : Eastman Kodak Company
|
|
|
|
Camera model : DC210 Zoom (V05.00)
|
|
|
|
Image timestamp : 2000:10:26 04:45:50
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/30 s
|
|
|
|
Aperture : F4
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : Yes
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 4.4 mm
|
|
|
|
Subject distance: Unknown
|
|
|
|
ISO speed :
|
|
|
|
Exposure mode :
|
|
|
|
Metering mode : Center weighted
|
|
|
|
Macro mode :
|
|
|
|
Image quality :
|
|
|
|
Exif Resolution :
|
|
|
|
White balance :
|
|
|
|
Thumbnail : TIFF, 20916 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 8 /12: 20030926_111535.jpg
|
|
|
|
Filename : 20030926_111535.jpg
|
|
|
|
Filesize : 15537 Bytes
|
|
|
|
Camera make : FUJIFILM
|
|
|
|
Camera model : FinePixS2Pro
|
|
|
|
Image timestamp : 2003:09:26 11:15:35
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/60 s
|
|
|
|
Aperture : F4
|
|
|
|
Exposure bias : +1/2
|
|
|
|
Flash : Yes, compulsory
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 28.0 mm (35 mm equivalent: 42.0 mm)
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 400
|
|
|
|
Exposure mode : Aperture priority
|
|
|
|
Metering mode : Center weighted
|
|
|
|
Macro mode :
|
|
|
|
Image quality : NORMAL
|
|
|
|
Exif Resolution : 3024 x 2016
|
|
|
|
White balance : Daylight
|
|
|
|
Thumbnail : JPEG, 9573 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 9 /12: 20040316_075137.jpg
|
|
|
|
Filename : 20040316_075137.jpg
|
|
|
|
Filesize : 18307 Bytes
|
|
|
|
Camera make : SIGMA
|
|
|
|
Camera model : SIGMA SD10
|
|
|
|
Image timestamp : 2004:03:16 07:51:37
|
|
|
|
Image number :
|
|
|
|
Exposure time : 8 s
|
|
|
|
Aperture : F5.6
|
|
|
|
Exposure bias : +1
|
|
|
|
Flash : No
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 14.0 mm (35 mm equivalent: 24.0 mm)
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 100
|
|
|
|
Exposure mode : Manual
|
|
|
|
Metering mode : Matrix
|
|
|
|
Macro mode :
|
|
|
|
Image quality : 12
|
|
|
|
Exif Resolution : 2268 x 1512
|
|
|
|
White balance : Incandescent
|
|
|
|
Thumbnail : JPEG, 11998 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
Filename : 20040208_093744.jpg
|
|
|
|
Filesize : 19152 Bytes
|
|
|
|
Camera make : OLYMPUS CORPORATION
|
|
|
|
Camera model : C8080WZ
|
|
|
|
Image timestamp : 2004:02:08 09:37:44
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/160 s
|
|
|
|
Aperture : F4.5
|
|
|
|
Exposure bias : +7/10
|
|
|
|
Flash : No, compulsory
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 23.4 mm
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 50
|
|
|
|
Exposure mode : Aperture priority
|
|
|
|
Metering mode : Matrix
|
|
|
|
Macro mode : Off
|
|
|
|
Image quality : (7)
|
|
|
|
Exif Resolution : 3264 x 2448
|
|
|
|
White balance :
|
|
|
|
Thumbnail : JPEG, 7306 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
Filename : 20050218_212016.jpg
|
|
|
|
Filesize : 32041 Bytes
|
|
|
|
Camera make : Panasonic
|
|
|
|
Camera model : DMC-FZ5
|
|
|
|
Image timestamp : 2005:02:18 21:20:16
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/400 s
|
|
|
|
Aperture : F4.5
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : No, compulsory
|
|
|
|
Flash bias : 0
|
|
|
|
Focal length : 6.0 mm (35 mm equivalent: 36.0 mm)
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 80
|
|
|
|
Exposure mode : Auto
|
|
|
|
Metering mode : Matrix
|
|
|
|
Macro mode : Off
|
|
|
|
Image quality : High
|
|
|
|
Exif Resolution : 2560 x 1920
|
|
|
|
White balance : Auto
|
|
|
|
Thumbnail : JPEG, 10308 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
Filename : 20050527_051833.jpg
|
|
|
|
Filesize : 22844 Bytes
|
|
|
|
Camera make : SONY
|
|
|
|
Camera model : DSC-W7
|
|
|
|
Image timestamp : 2005:05:27 05:18:33
|
|
|
|
Image number :
|
|
|
|
Exposure time : 1/40 s
|
|
|
|
Aperture : F2.8
|
|
|
|
Exposure bias : 0
|
|
|
|
Flash : Yes, auto, return light detected
|
|
|
|
Flash bias :
|
|
|
|
Focal length : 7.9 mm
|
|
|
|
Subject distance:
|
|
|
|
ISO speed : 100
|
|
|
|
Exposure mode : Auto
|
|
|
|
Metering mode : Matrix
|
|
|
|
Macro mode :
|
|
|
|
Image quality :
|
|
|
|
Exif Resolution : 300 x 225
|
|
|
|
White balance :
|
|
|
|
Thumbnail : JPEG, 15605 Bytes
|
|
|
|
Copyright :
|
|
|
|
Exif comment :
|
|
|
|
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
Exif.Image.Make Ascii 6 Canon
|
|
|
|
Exif.Image.Model Ascii 20 Canon PowerShot S40
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 180
|
|
|
|
Exif.Image.YResolution Rational 1 180
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.DateTime Ascii 20 2003:12:14 00:00:43
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Centered
|
|
|
|
Exif.Image.ExifTag Long 1 196
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/500 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F4.9
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2003:12:14 00:00:43
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2003:12:14 00:00:43
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 5
|
|
|
|
Exif.Photo.ShutterSpeedValue SRational 1 1/501 s
|
|
|
|
Exif.Photo.ApertureValue Rational 1 F5
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F2.8
|
|
|
|
Exif.Photo.MeteringMode Short 1 Center weighted
|
|
|
|
Exif.Photo.Flash Short 1 No, auto
|
|
|
|
Exif.Photo.FocalLength Rational 1 21.3 mm
|
|
|
|
Exif.Photo.UserComment Undefined 264
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Short 1 2272
|
|
|
|
Exif.Photo.PixelYDimension Short 1 1704
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 1416
|
|
|
|
Exif.Photo.FocalPlaneXResolution Rational 1 8114.29
|
|
|
|
Exif.Photo.FocalPlaneYResolution Rational 1 8114.29
|
|
|
|
Exif.Photo.FocalPlaneResolutionUnit Short 1 inch
|
|
|
|
Exif.Photo.SensingMethod Short 1 One-chip color area
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.CustomRendered Short 1 0
|
|
|
|
Exif.Photo.ExposureMode Short 1 Auto
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Photo.DigitalZoomRatio Rational 1 1.0
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Canon.0x0002 Short 4 2 682 286 215
|
|
|
|
Exif.Canon.0x0003 Short 4 0 0 0 0
|
|
|
|
Exif.Canon.0x0000 Short 6 0 0 0 0 0 0
|
|
|
|
Exif.Canon.0x0000 Short 4 0 0 0 0
|
|
|
|
Exif.Canon.ImageType Ascii 32 IMG:PowerShot S40 JPEG
|
|
|
|
Exif.Canon.FirmwareVersion Ascii 24 Firmware Version 1.10
|
|
|
|
Exif.Canon.ImageNumber Long 1 117-1771
|
|
|
|
Exif.Canon.OwnerName Ascii 32 Andreas Huggel
|
|
|
|
Exif.Canon.0x0010 Long 1 17891328
|
|
|
|
Exif.Canon.0x000d Short 21 42 3 32769 378 32769 0 0 0 259 2 0 10 0 0 0 57 198 5 0 0 0
|
|
|
|
Exif.CanonCs1.Macro Short 1 Off
|
|
|
|
Exif.CanonCs1.Selftimer Short 1 Off
|
|
|
|
Exif.CanonCs1.Quality Short 1 Superfine
|
|
|
|
Exif.CanonCs1.FlashMode Short 1 Auto
|
|
|
|
Exif.CanonCs1.DriveMode Short 1 Single / timer
|
|
|
|
Exif.CanonCs1.0x0006 Short 1 0
|
|
|
|
Exif.CanonCs1.FocusMode Short 1 Single
|
|
|
|
Exif.CanonCs1.0x0008 Short 1 0
|
|
|
|
Exif.CanonCs1.0x0009 Short 1 1
|
|
|
|
Exif.CanonCs1.ImageSize Short 1 Large
|
|
|
|
Exif.CanonCs1.EasyMode Short 1 Manual
|
|
|
|
Exif.CanonCs1.DigitalZoom Short 1 None
|
|
|
|
Exif.CanonCs1.Contrast Short 1 Normal
|
|
|
|
Exif.CanonCs1.Saturation Short 1 Normal
|
|
|
|
Exif.CanonCs1.Sharpness Short 1 Normal
|
|
|
|
Exif.CanonCs1.ISOSpeed Short 1 100
|
|
|
|
Exif.CanonCs1.MeteringMode Short 1 Center weighted
|
|
|
|
Exif.CanonCs1.FocusType Short 1 Auto
|
|
|
|
Exif.CanonCs1.AFPoint Short 1 Center
|
|
|
|
Exif.CanonCs1.ExposureProgram Short 1 Program
|
|
|
|
Exif.CanonCs1.0x0015 Short 1 65535
|
|
|
|
Exif.CanonCs1.0x0016 Short 1 65535
|
|
|
|
Exif.CanonCs1.Lens Short 3 7.1 - 21.3 mm
|
|
|
|
Exif.CanonCs1.0x001a Short 1 149
|
|
|
|
Exif.CanonCs1.0x001b Short 1 192
|
|
|
|
Exif.CanonCs1.FlashActivity Short 1 Did not fire
|
|
|
|
Exif.CanonCs1.FlashDetails Short 1
|
|
|
|
Exif.CanonCs1.0x001e Short 1 0
|
|
|
|
Exif.CanonCs1.0x001f Short 1 0
|
|
|
|
Exif.CanonCs1.FocusMode Short 1 Single
|
|
|
|
Exif.CanonCs1.0x0021 Short 1 0
|
|
|
|
Exif.CanonCs1.0x0022 Short 1 65535
|
|
|
|
Exif.CanonCs1.0x0023 Short 1 49
|
|
|
|
Exif.CanonCs1.0x0024 Short 1 2272
|
|
|
|
Exif.CanonCs1.0x0025 Short 1 2272
|
|
|
|
Exif.CanonCs1.0x0026 Short 1 0
|
|
|
|
Exif.CanonCs1.0x0027 Short 1 1
|
|
|
|
Exif.CanonCs2.0x0001 Short 1 0
|
|
|
|
Exif.CanonCs2.ISOSpeed Short 1 100
|
|
|
|
Exif.CanonCs2.0x0003 Short 1 276
|
|
|
|
Exif.CanonCs2.TargetAperture Short 1 F5
|
|
|
|
Exif.CanonCs2.TargetShutterSpeed Short 1 1/501 s
|
|
|
|
Exif.CanonCs2.0x0006 Short 1 0
|
|
|
|
Exif.CanonCs2.WhiteBalance Short 1 Auto
|
|
|
|
Exif.CanonCs2.0x0008 Short 1 0
|
|
|
|
Exif.CanonCs2.Sequence Short 1 0
|
|
|
|
Exif.CanonCs2.0x000a Short 1 6
|
|
|
|
Exif.CanonCs2.0x000b Short 1 0
|
|
|
|
Exif.CanonCs2.0x000c Short 1 0
|
|
|
|
Exif.CanonCs2.0x000d Short 1 0
|
|
|
|
Exif.CanonCs2.AFPointUsed Short 1 3 focus points; center used
|
|
|
|
Exif.CanonCs2.FlashBias Short 1 0 EV
|
|
|
|
Exif.CanonCs2.0x0010 Short 1 0
|
|
|
|
Exif.CanonCs2.0x0011 Short 1 0
|
|
|
|
Exif.CanonCs2.0x0012 Short 1 1
|
|
|
|
Exif.CanonCs2.SubjectDistance Short 1 782
|
|
|
|
Exif.CanonCs2.0x0014 Short 1 0
|
|
|
|
Exif.CanonCs2.ApertureValue Short 1 F5
|
|
|
|
Exif.CanonCs2.ShutterSpeedValue Short 1 1/523 s
|
|
|
|
Exif.CanonCs2.0x0017 Short 1 0
|
|
|
|
Exif.CanonCs2.0x0018 Short 1 0
|
|
|
|
Exif.CanonCs2.0x0019 Short 1 0
|
|
|
|
Exif.CanonCs2.0x001a Short 1 250
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Iop.RelatedImageWidth Short 1 2272
|
|
|
|
Exif.Iop.RelatedImageLength Short 1 1704
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 180
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 180
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 5448
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
Exif.Image.ImageDescription Ascii 11
|
|
|
|
Exif.Image.Make Ascii 6 NIKON
|
|
|
|
Exif.Image.Model Ascii 5 E990
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 300
|
|
|
|
Exif.Image.YResolution Rational 1 300
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.Software Ascii 9 E990v1.0
|
|
|
|
Exif.Image.DateTime Ascii 20 2000:05:06 02:05:44
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.ExifTag Long 1 284
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/89 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F7
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Aperture priority
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 100
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 49 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2000:05:06 02:05:44
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2000:05:06 02:05:44
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 3
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F3.4
|
|
|
|
Exif.Photo.MeteringMode Short 1 Center weighted
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 No
|
|
|
|
Exif.Photo.FocalLength Rational 1 8.2 mm
|
|
|
|
Exif.Photo.UserComment Undefined 125
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Long 1 2048
|
|
|
|
Exif.Photo.PixelYDimension Long 1 1536
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 886
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.SceneType Undefined 1 Directly photographed
|
|
|
|
Exif.Nikon1.Version Undefined 4 0 1 0 0
|
|
|
|
Exif.Nikon1.ISOSpeed Short 2 0
|
|
|
|
Exif.Nikon1.ColorMode Ascii 6 COLOR
|
|
|
|
Exif.Nikon1.Quality Ascii 7 FINE
|
|
|
|
Exif.Nikon1.WhiteBalance Ascii 13 AUTO
|
|
|
|
Exif.Nikon1.Sharpening Ascii 7 AUTO
|
|
|
|
Exif.Nikon1.Focus Ascii 7 Continuous autofocus
|
|
|
|
Exif.Nikon1.Flash Ascii 8
|
|
|
|
Exif.Nikon1.0x000a Rational 1 8832/1000
|
|
|
|
Exif.Nikon1.ISOSelection Ascii 7 AUTO
|
|
|
|
Exif.Nikon1.ImageAdjustment Ascii 14 AUTO
|
|
|
|
Exif.Nikon1.Adapter Ascii 13 OFF
|
|
|
|
Exif.Nikon1.FocusDistance Rational 1 Unknown
|
|
|
|
Exif.Nikon1.DigitalZoom Rational 1 1.0x
|
|
|
|
Exif.Nikon1.AFFocusPos Undefined 4 Left
|
|
|
|
Exif.Nikon1.DataDump Undefined 174 1 45 0 128 1 76 0 0 0 0 255 1 0 0 0 0 2 74 42 160 0 0 0 0 2 183 0 0 31 8 0 0 21 202 0 0 33 124 0 0 33 124 0 0 31 6 13 132 0 74 0 0 0 0 9 181 9 74 8 109 7 54 208 1 11 122 0 0 0 0 45 33 21 0 0 0 32 0 0 0 0 0 0 0 0 0 68 27 0 0 74 3 23 207 9 30 59 31 0 71 0 0 19 21 18 18 21 24 0 0 100 0 25 76 0 0 0 1 255 240 101 68 0 0 0 2 0 0 0 0 15 3 194 141 1 13 18 34 0 0 81 90 0 246 1 43 48 32 18 7 40 16 78 72 11 122 0 0 117 252 235 98 11 16 6 6 0 100 0 216 18 52 67 33
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 300
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 300
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 7829
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
Exif.Image.Make Ascii 18 NIKON CORPORATION
|
|
|
|
Exif.Image.Model Ascii 10 NIKON D70
|
|
|
|
Exif.Image.Orientation Short 1 right, top
|
|
|
|
Exif.Image.XResolution Rational 1 300
|
|
|
|
Exif.Image.YResolution Rational 1 300
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.Software Ascii 10 Ver.1.01
|
|
|
|
Exif.Image.DateTime Ascii 20 2004:03:29 22:42:45
|
|
|
|
Exif.Image.WhitePoint Rational 2 313/1000 329/1000
|
|
|
|
Exif.Image.PrimaryChromaticities Rational 6 64/100 33/100 21/100 71/100 15/100 6/100
|
|
|
|
Exif.Image.YCbCrCoefficients Rational 3 299/1000 587/1000 114/1000
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.ExifTag Long 1 340
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/250 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F9
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Auto
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 49
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2004:03:29 22:42:45
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2004:03:29 22:42:45
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 4
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F4.4
|
|
|
|
Exif.Photo.MeteringMode Short 1 Matrix
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 No
|
|
|
|
Exif.Photo.FocalLength Rational 1 50.0 mm
|
|
|
|
Exif.Photo.UserComment Undefined 44
|
|
|
|
Exif.Photo.SubSecTime Ascii 3 00
|
|
|
|
Exif.Photo.SubSecTimeOriginal Ascii 3 00
|
|
|
|
Exif.Photo.SubSecTimeDigitized Ascii 3 00
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 Uncalibrated
|
|
|
|
Exif.Photo.PixelXDimension Short 1 3008
|
|
|
|
Exif.Photo.PixelYDimension Short 1 2000
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 30306
|
|
|
|
Exif.Photo.SensingMethod Short 1 One-chip color area
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.SceneType Undefined 1 Directly photographed
|
|
|
|
Exif.Photo.CFAPattern Undefined 8 0 2 0 2 2 1 1 0
|
|
|
|
Exif.Photo.CustomRendered Short 1 0
|
|
|
|
Exif.Photo.ExposureMode Short 1 Auto
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Photo.DigitalZoomRatio Rational 1 1.0
|
|
|
|
Exif.Photo.FocalLengthIn35mmFilm Short 1 75.0 mm
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Photo.GainControl Short 1 None
|
|
|
|
Exif.Photo.Contrast Short 1 Normal
|
|
|
|
Exif.Photo.Saturation Short 1 Normal
|
|
|
|
Exif.Photo.Sharpness Short 1 Normal
|
|
|
|
Exif.Photo.SubjectDistanceRange Short 1 Unknown
|
|
|
|
Exif.Photo.0xa500 Rational 1 22/10
|
|
|
|
Exif.Nikon3.Version Undefined 4 48 50 49 48
|
|
|
|
Exif.Nikon3.ISOSpeed Short 2 200
|
|
|
|
Exif.Nikon3.Quality Ascii 8 FINE
|
|
|
|
Exif.Nikon3.WhiteBalance Ascii 13 AUTO
|
|
|
|
Exif.Nikon3.Sharpening Ascii 7 AUTO
|
|
|
|
Exif.Nikon3.Focus Ascii 7 AF-S
|
|
|
|
Exif.Nikon3.FlashSetting Ascii 13 NORMAL
|
|
|
|
Exif.Nikon3.FlashMode Ascii 13
|
|
|
|
Exif.Nikon3.WhiteBalanceBias SShort 1 0
|
|
|
|
Exif.Nikon3.0x000d Undefined 4 0 1 6 0
|
|
|
|
Exif.Nikon3.ExposureDiff Undefined 4 0 1 12 0
|
|
|
|
Exif.Nikon3.ThumbOffset Long 1 1430
|
|
|
|
Exif.Nikon3.FlashComp Undefined 4 0.0 EV
|
|
|
|
Exif.Nikon3.ISOSetting Short 2 200
|
|
|
|
Exif.Nikon3.ImageBoundry Short 4 0 0 3008 2000
|
|
|
|
Exif.Nikon3.0x0017 Undefined 4 0 1 6 0
|
|
|
|
Exif.Nikon3.FlashBracketComp Undefined 4 0.0 EV
|
|
|
|
Exif.Nikon3.ExposureBracketComp SRational 1 0/1
|
|
|
|
Exif.Nikon3.ToneComp Ascii 9 AUTO
|
|
|
|
Exif.Nikon3.LensType Byte 1 6
|
|
|
|
Exif.Nikon3.Lens Rational 4 18-70mm F3.5-4.5
|
|
|
|
Exif.Nikon3.FlashType Byte 1 Not used
|
|
|
|
Exif.Nikon3.AFFocusPos Undefined 4 Center
|
|
|
|
Exif.Nikon3.Bracketing Short 1 Single
|
|
|
|
Exif.Nikon3.0x008a Short 1 0
|
|
|
|
Exif.Nikon3.LensFStops Undefined 4 5.33333
|
|
|
|
Exif.Nikon3.ColorMode Ascii 9 MODE1a
|
|
|
|
Exif.Nikon3.LightingType Ascii 12 NATURAL
|
|
|
|
Exif.Nikon3.0x0091 Undefined 465 48 49 48 51 0 0 0 124 0 0 5 13 113 0 0 0 0 1 0 0 11 0 0 0 0 0 20 0 0 31 0 0 0 0 0 10 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 32 0 0 31 0 0 0 0 0 0 248 0 0 248 0 0 0 0 0 0 248 0 0 248 0 0 0 0 0 0 0 0 0 0 0 0 0 45 0 0 0 0 0 1 0 0 0 0 89 1 2 205 51 206 179 54 56 53 54 48 51 0 218 0 214 0 167 0 171 0 50 0 51 0 5 0 0 0 0 0 0 0 0 0 1 0 5 0 0 3 194 0 0 0 100 30 161 200 95 222 59 231 63 201 147 36 178 108 51 110 51 142 15 205 20 205 255 24 187 172 35 200 39 84 41 220 51 68 39 136 59 158 49 239 176 221 55 206 242 77 6 206 51 212 169 76 179 220 17 174 50 140 159 228 51 220 49 78 186 201 119 196 225 223 50 196 178 204 146 204 17 54 56 53 54 48 49 0 101 0 161 0 172 172 169 163 163 168 169 169 168 168 170 171 164 152 149 5 249 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 48 38 72 0 8 1 78 226 1 0 72 49 38 48 0 0 0 3 7 252 11 226 0 4 169 1 72 0 128 16 0 0 3 151 96 196 12 145 80 60 0 0 4 190 3 111 0 0 9 186 0 0 4 197 0 0 4 190 3 111 0 0 0 0 3 0 0 0 0 200 0 60 52 62 143 63 0 0 4 176 0 0 4 162 0 0 4 177 0 0 4 126 255 127 255 127 255 127 255 127 8 128 3 111 3 28 2 157 18 17 1 0 0 0 0 72 240 23 52 7 0 161 109 80 127 64 45 92 44 52 132 52 23 100 32 99 0 0 0 21 5 0 2 2 64 0 0 0 0 64
|
|
|
|
Exif.Nikon3.HueAdjustment SShort 1 0
|
|
|
|
Exif.Nikon3.NoiseReduction Ascii 5 OFF
|
|
|
|
Exif.Nikon3.ColorBalance2 Undefined 140 48 49 48 51 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 2 4 1 0 1 163 1 0 0 0 1 8 1 0 0 0 0 0 0 112 0 12 0 24 0 3 1 140 255 109 0 7 255 216 1 90 255 206 255 251 255 222 1 39 255 255 255 255 255 255 128 0 0 0 0 0 0 0 0 0 10 0 0 0 2 128 0 0 3 0 0 0 2 128 0 0 0 0 16 16 0 255 0 255 0 77 0 150 0 29 255 204 255 186 0 122 0 127 255 150 255 235 0 0 5 0 0 8 108 18 223 51 5 89 1 63 240 240 0 26
|
|
|
|
Exif.Nikon3.LensData Undefined 31 Nikon AF-S DX Zoom-Nikkor 18-70mm f/3.5-4.5G IF-ED
|
|
|
|
Exif.Nikon3.0x009a Rational 2 78/10 78/10
|
|
|
|
Exif.Nikon3.SerialNumber Ascii 21 NO= 100005e5
|
|
|
|
Exif.Nikon3.0x00a2 Long 1 2929656
|
|
|
|
Exif.Nikon3.0x00a3 Byte 1 0
|
|
|
|
Exif.Nikon3.ShutterCount Long 1 1193
|
|
|
|
Exif.Nikon3.0x00a8 Undefined 20 48 49 48 48 0 78 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Nikon3.ImageOptimization Ascii 16 NORMAL
|
|
|
|
Exif.Nikon3.Saturation Ascii 16 NORMAL
|
|
|
|
Exif.Nikon3.VariProgram Ascii 16
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R03
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 300
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 300
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 8930
|
|
|
|
Exif.Thumbnail.YCbCrPositioning Short 1 Co-sited
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
Exif.Image.ImageDescription Ascii 11
|
|
|
|
Exif.Image.Make Ascii 6 NIKON
|
|
|
|
Exif.Image.Model Ascii 5 E950
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 300
|
|
|
|
Exif.Image.YResolution Rational 1 300
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.Software Ascii 8 v981-79
|
|
|
|
Exif.Image.DateTime Ascii 20 2001:04:05 23:50:39
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.ExifTag Long 1 284
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/77 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F5.5
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Auto
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 80
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 49 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2001:04:05 23:50:39
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2001:04:05 23:50:39
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 4
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F2.5
|
|
|
|
Exif.Photo.MeteringMode Short 1 Matrix
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 No
|
|
|
|
Exif.Photo.FocalLength Rational 1 12.8 mm
|
|
|
|
Exif.Photo.UserComment Undefined 125
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Long 1 1600
|
|
|
|
Exif.Photo.PixelYDimension Long 1 1200
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 886
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.SceneType Undefined 1 Directly photographed
|
|
|
|
Exif.Nikon2.0x0002 Ascii 6 08.00
|
|
|
|
Exif.Nikon2.Quality Short 1 (12)
|
|
|
|
Exif.Nikon2.ColorMode Short 1 Color
|
|
|
|
Exif.Nikon2.ImageAdjustment Short 1 Contrast+
|
|
|
|
Exif.Nikon2.ISOSpeed Short 1 80
|
|
|
|
Exif.Nikon2.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Nikon2.Focus Rational 1 0/0
|
|
|
|
Exif.Nikon2.0x0009 Ascii 20
|
|
|
|
Exif.Nikon2.DigitalZoom Rational 1 Not used
|
|
|
|
Exif.Nikon2.Adapter Short 1 0
|
|
|
|
Exif.Nikon2.0x0f00 Long 30 0 0 16777216 0 2685774096 0 34833 6931 16178 4372 4372 3322676767 3373084416 15112 0 0 1151495 252903424 17 0 0 844038208 55184128 218129428 1476410198 370540566 4044363286 16711749 204629079 1729
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 300
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 300
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 4662
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
Exif.Image.Make Ascii 6 Canon
|
|
|
|
Exif.Image.Model Ascii 23 Canon EOS 300D DIGITAL
|
|
|
|
Exif.Image.Orientation Short 1 right, top
|
|
|
|
Exif.Image.XResolution Rational 1 180
|
|
|
|
Exif.Image.YResolution Rational 1 180
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.DateTime Ascii 20 2003:09:25 20:18:50
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Centered
|
|
|
|
Exif.Image.ExifTag Long 1 196
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/80 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F5.6
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 100
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2003:09:25 20:18:50
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2003:09:25 20:18:50
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 3
|
|
|
|
Exif.Photo.ShutterSpeedValue SRational 1 1/80 s
|
|
|
|
Exif.Photo.ApertureValue Rational 1 F5.6
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F3.5
|
|
|
|
Exif.Photo.MeteringMode Short 1 Matrix
|
|
|
|
Exif.Photo.Flash Short 1 No
|
|
|
|
Exif.Photo.FocalLength Rational 1 18.0 mm
|
|
|
|
Exif.Photo.UserComment Undefined 264
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Short 1 3072
|
|
|
|
Exif.Photo.PixelYDimension Short 1 2048
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 2366
|
|
|
|
Exif.Photo.FocalPlaneXResolution Rational 1 3443.95
|
|
|
|
Exif.Photo.FocalPlaneYResolution Rational 1 3442.02
|
|
|
|
Exif.Photo.FocalPlaneResolutionUnit Short 1 inch
|
|
|
|
Exif.Photo.SensingMethod Short 1 One-chip color area
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.CustomRendered Short 1 0
|
|
|
|
Exif.Photo.ExposureMode Short 1 Auto
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Canon.0x0002 Short 4 0 18 914 610
|
|
|
|
Exif.Canon.0x0003 Short 4 100 0 0 0
|
|
|
|
Exif.Canon.0x0093 Short 9 18 0 0 0 0 0 65535 65535 65535
|
|
|
|
Exif.Canon.ImageType Ascii 32 IMG:EOS 300D DIGITAL JPEG
|
|
|
|
Exif.Canon.FirmwareVersion Ascii 32 Firmware Version 1.0.2
|
|
|
|
Exif.Canon.SerialNumber Long 1 21f938089
|
|
|
|
Exif.Canon.0x0015 Long 1 2415919104
|
|
|
|
Exif.Canon.ImageNumber Long 1 103-0390
|
|
|
|
Exif.Canon.OwnerName Ascii 32
|
|
|
|
Exif.Canon.0x0010 Long 1 2147484016
|
|
|
|
Exif.Canon.0x000e Long 1 2830270
|
|
|
|
Exif.Canon.0x000d Byte 512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 154 4 0 0 3 12 0 0 69 59 0 0 1 8 1 0 26 42 0 0 251 51 0 0 45 62 0 0 181 39 0 0 45 36 0 0 207 33 0 0 86 11 0 0 72 87 0 0 68 185 0 0 41 243 1 0 152 72 9 0 250 249 47 0 107 55 9 0 213 248 10 0 80 74 15 0 227 71 10 0 179 45 9 0 125 201 7 0 2 103 2 0 207 245 15 0 93 182 1 0 42 150 4 0 75 9 22 0 129 114 107 0 67 156 18 0 204 207 21 0 153 54 30 0 153 209 19 0 150 232 16 0 235 189 13 0 18 8 4 0 253 2 24 0 160 223 1 0 225 242 4 0 180 12 23 0 169 205 109 0 2 252 18 0 62 24 22 0 110 65 30 0 81 179 19 0 99 172 16 0 78 45 13 0 136 215 3 0 14 135 22 0 74 171 1 0 83 97 4 0 24 83 20 0 111 195 91 0 217 101 14 0 107 252 15 0 142 195 20 0 122 246 12 0 93 182 10 0 163 119 8 0 89 86 2 0 211 129 12 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Canon.0x0000 Short 18 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Canon.0x00c0 Short 13 26 296 369 373 169 222 432 437 266 144 429 434 355
|
|
|
|
Exif.Canon.0x00c1 Short 13 26 293 375 375 174 198 394 395 243 150 453 454 379
|
|
|
|
Exif.Canon.0x00aa Short 5 10 567 1022 1026 636
|
|
|
|
Exif.Canon.0x00a8 Short 10 20 4942 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Canon.WhiteBalanceTable Short 41 82 1751 836 827 1074 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 128 128 128 128
|
|
|
|
Exif.Canon.0x00ae Short 1 5200
|
|
|
|
Exif.Canon.0x00b4 Short 1 1
|
|
|
|
Exif.Canon.PictureInfo Short 24 7 7 3072 2048 3072 2048 151 151 1014 608 0 0 0 64928 64522 0 0 65030 0 506 0 0 8 65535
|
|
|
|
Exif.Canon.0x0013 Short 4 0 159 7 112
|
|
|
|
Exif.Canon.0x0000 Short 5 0 0 0 0 0
|
|
|
|
Exif.Canon.0x00b6 Long 12 24 2 380376 1536 1024 2449882 3072000 892 2048000 595 65540 262146
|
|
|
|
Exif.CanonCs1.Macro Short 1 (0)
|
|
|
|
Exif.CanonCs1.Selftimer Short 1 Off
|
|
|
|
Exif.CanonCs1.Quality Short 1 Fine
|
|
|
|
Exif.CanonCs1.FlashMode Short 1 Off
|
|
|
|
Exif.CanonCs1.DriveMode Short 1 Single / timer
|
|
|
|
Exif.CanonCs1.0x0006 Short 1 0
|
|
|
|
Exif.CanonCs1.FocusMode Short 1 AI Focus
|
|
|
|
Exif.CanonCs1.0x0008 Short 1 0
|
|
|
|
Exif.CanonCs1.0x0009 Short 1 1
|
|
|
|
Exif.CanonCs1.ImageSize Short 1 Large
|
|
|
|
Exif.CanonCs1.EasyMode Short 1 Manual
|
|
|
|
Exif.CanonCs1.DigitalZoom Short 1 (65535)
|
|
|
|
Exif.CanonCs1.Contrast Short 1 High
|
|
|
|
Exif.CanonCs1.Saturation Short 1 High
|
|
|
|
Exif.CanonCs1.Sharpness Short 1 High
|
|
|
|
Exif.CanonCs1.ISOSpeed Short 1 n/a
|
|
|
|
Exif.CanonCs1.MeteringMode Short 1 Evaluative
|
|
|
|
Exif.CanonCs1.FocusType Short 1 (2)
|
|
|
|
Exif.CanonCs1.AFPoint Short 1 (8197)
|
|
|
|
Exif.CanonCs1.ExposureProgram Short 1 Program
|
|
|
|
Exif.CanonCs1.0x0015 Short 1 32767
|
|
|
|
Exif.CanonCs1.0x0016 Short 1 65535
|
|
|
|
Exif.CanonCs1.Lens Short 3 18.0 - 55.0 mm
|
|
|
|
Exif.CanonCs1.0x001a Short 1 116
|
|
|
|
Exif.CanonCs1.0x001b Short 1 285
|
|
|
|
Exif.CanonCs1.FlashActivity Short 1 Did not fire
|
|
|
|
Exif.CanonCs1.FlashDetails Short 1
|
|
|
|
Exif.CanonCs1.0x001e Short 1 0
|
|
|
|
Exif.CanonCs1.0x001f Short 1 0
|
|
|
|
Exif.CanonCs1.FocusMode Short 1 (65535)
|
|
|
|
Exif.CanonCs1.0x0021 Short 1 65535
|
|
|
|
Exif.CanonCs1.0x0022 Short 1 65535
|
|
|
|
Exif.CanonCs1.0x0023 Short 1 0
|
|
|
|
Exif.CanonCs1.0x0024 Short 1 3072
|
|
|
|
Exif.CanonCs1.0x0025 Short 1 3072
|
|
|
|
Exif.CanonCs1.0x0026 Short 1 0
|
|
|
|
Exif.CanonCs1.0x0027 Short 1 65535
|
|
|
|
Exif.CanonCs1.0x0028 Short 1 65535
|
|
|
|
Exif.CanonCs1.0x0029 Short 1 0
|
|
|
|
Exif.CanonCs1.0x002a Short 1 0
|
|
|
|
Exif.CanonCs1.0x002b Short 1 32767
|
|
|
|
Exif.CanonCs1.0x002c Short 1 65535
|
|
|
|
Exif.CanonCs1.0x002d Short 1 65535
|
|
|
|
Exif.CanonCs2.0x0001 Short 1 0
|
|
|
|
Exif.CanonCs2.ISOSpeed Short 1 100
|
|
|
|
Exif.CanonCs2.0x0003 Short 1 200
|
|
|
|
Exif.CanonCs2.TargetAperture Short 1 F5.6
|
|
|
|
Exif.CanonCs2.TargetShutterSpeed Short 1 1/79 s
|
|
|
|
Exif.CanonCs2.0x0006 Short 1 0
|
|
|
|
Exif.CanonCs2.WhiteBalance Short 1 Auto
|
|
|
|
Exif.CanonCs2.0x0008 Short 1 3
|
|
|
|
Exif.CanonCs2.Sequence Short 1 0
|
|
|
|
Exif.CanonCs2.0x000a Short 1 8
|
|
|
|
Exif.CanonCs2.0x000b Short 1 8
|
|
|
|
Exif.CanonCs2.0x000c Short 1 0
|
|
|
|
Exif.CanonCs2.0x000d Short 1 0
|
|
|
|
Exif.CanonCs2.AFPointUsed Short 1 0 focus points; none used
|
|
|
|
Exif.CanonCs2.FlashBias Short 1 0 EV
|
|
|
|
Exif.CanonCs2.0x0010 Short 1 0
|
|
|
|
Exif.CanonCs2.0x0011 Short 1 0
|
|
|
|
Exif.CanonCs2.0x0012 Short 1 1
|
|
|
|
Exif.CanonCs2.SubjectDistance Short 1 Infinite
|
|
|
|
Exif.CanonCs2.0x0014 Short 1 546
|
|
|
|
Exif.CanonCs2.ApertureValue Short 1 F5.4
|
|
|
|
Exif.CanonCs2.ShutterSpeedValue Short 1 1/81 s
|
|
|
|
Exif.CanonCs2.0x0017 Short 1 140
|
|
|
|
Exif.CanonCs2.0x0018 Short 1 0
|
|
|
|
Exif.CanonCs2.0x0019 Short 1 0
|
|
|
|
Exif.CanonCs2.0x001a Short 1 252
|
|
|
|
Exif.CanonCs2.0x001b Short 1 1
|
|
|
|
Exif.CanonCs2.0x001c Short 1 65535
|
|
|
|
Exif.CanonCs2.0x001d Short 1 0
|
|
|
|
Exif.CanonCs2.0x001e Short 1 0
|
|
|
|
Exif.CanonCs2.0x001f Short 1 0
|
|
|
|
Exif.CanonCs2.0x0020 Short 1 0
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Iop.RelatedImageWidth Short 1 3072
|
|
|
|
Exif.Iop.RelatedImageLength Short 1 2048
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 180
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 180
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 9728
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
Exif.Image.ImageDescription Ascii 0
|
|
|
|
Exif.Image.Make Ascii 22 Eastman Kodak Company
|
|
|
|
Exif.Image.Model Ascii 20 DC210 Zoom (V05.00)
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 216
|
|
|
|
Exif.Image.YResolution Rational 1 216
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Centered
|
|
|
|
Exif.Image.Copyright Ascii 0
|
|
|
|
Exif.Image.ExifTag Long 1 374
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/30 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F4
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 49 49 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2000:10:26 04:45:50
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 (0/0)
|
|
|
|
Exif.Photo.ShutterSpeedValue SRational 1 1/32 s
|
|
|
|
Exif.Photo.ApertureValue Rational 1 F4
|
|
|
|
Exif.Photo.BrightnessValue SRational 1 1.5
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F4
|
|
|
|
Exif.Photo.SubjectDistance Rational 1 Unknown
|
|
|
|
Exif.Photo.MeteringMode Short 1 Center weighted
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 Yes
|
|
|
|
Exif.Photo.FocalLength Rational 1 4.4 mm
|
|
|
|
Exif.Photo.MakerNote Undefined 72 1 4 3 0 2 1 255 255 0 1 55 142 14 93 109 246 1 0 0 251 0 4 255 32 0 0 40 0 0 0 12 53 68 67 80 48 49 48 49 49 46 74 80 71 0 4 0 0 0 1 228 224 0 1 0 0 0 1 145 128 0 1 194 64 0 1 0 0 0 1 222 16
|
|
|
|
Exif.Thumbnail.ImageWidth Short 1 96
|
|
|
|
Exif.Thumbnail.ImageLength Short 1 72
|
|
|
|
Exif.Thumbnail.BitsPerSample Short 3 8 8 8
|
|
|
|
Exif.Thumbnail.Compression Short 1 TIFF
|
|
|
|
Exif.Thumbnail.PhotometricInterpretation Short 1 RGB
|
|
|
|
Exif.Thumbnail.StripOffsets Short 1 0
|
|
|
|
Exif.Thumbnail.SamplesPerPixel Short 1 3
|
|
|
|
Exif.Thumbnail.RowsPerStrip Short 1 72
|
|
|
|
Exif.Thumbnail.StripByteCounts Short 1 20736
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
Exif.Image.Make Ascii 9 FUJIFILM
|
|
|
|
Exif.Image.Model Ascii 13 FinePixS2Pro
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 72
|
|
|
|
Exif.Image.YResolution Rational 1 72
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.Software Ascii 36 Digital Camera FinePixS2Pro Ver1.00
|
|
|
|
Exif.Image.DateTime Ascii 20 2003:09:26 11:15:35
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.Copyright Ascii 5
|
|
|
|
Exif.Image.ExifTag Long 1 248
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/60 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F4
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Aperture priority
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 400
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2003:09:26 11:15:35
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2003:09:26 11:15:35
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 1.5
|
|
|
|
Exif.Photo.ShutterSpeedValue SRational 1 1/64 s
|
|
|
|
Exif.Photo.ApertureValue Rational 1 F4
|
|
|
|
Exif.Photo.BrightnessValue SRational 1 -1.83
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 +1/2
|
|
|
|
Exif.Photo.MeteringMode Short 1 Center weighted
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 Yes, compulsory
|
|
|
|
Exif.Photo.FocalLength Rational 1 28.0 mm
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Long 1 3024
|
|
|
|
Exif.Photo.PixelYDimension Long 1 2016
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 1056
|
|
|
|
Exif.Photo.FocalPlaneXResolution Rational 1 1322
|
|
|
|
Exif.Photo.FocalPlaneYResolution Rational 1 1322
|
|
|
|
Exif.Photo.FocalPlaneResolutionUnit Short 1 cm
|
|
|
|
Exif.Photo.SensingMethod Short 1 One-chip color area
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.SceneType Undefined 1 Directly photographed
|
|
|
|
Exif.Photo.CustomRendered Short 1 0
|
|
|
|
Exif.Photo.ExposureMode Short 1 Auto
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Photo.FocalLengthIn35mmFilm Short 1 42.0 mm
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Photo.Contrast Short 1 Normal
|
|
|
|
Exif.Photo.Saturation Short 1 Normal
|
|
|
|
Exif.Photo.Sharpness Short 1 Normal
|
|
|
|
Exif.Photo.SubjectDistanceRange Short 1 Unknown
|
|
|
|
Exif.Fujifilm.Version Undefined 4 48 49 51 48
|
|
|
|
Exif.Fujifilm.Quality Ascii 8 NORMAL
|
|
|
|
Exif.Fujifilm.Sharpness Short 1 Normal
|
|
|
|
Exif.Fujifilm.WhiteBalance Short 1 Daylight
|
|
|
|
Exif.Fujifilm.Color Short 1 Standard
|
|
|
|
Exif.Fujifilm.Tone Short 1 Standard
|
|
|
|
Exif.Fujifilm.FlashMode Short 1 On
|
|
|
|
Exif.Fujifilm.FlashStrength SRational 1 10/10
|
|
|
|
Exif.Fujifilm.FocusMode Short 1 Auto
|
|
|
|
Exif.Fujifilm.0x1022 Short 1 1
|
|
|
|
Exif.Fujifilm.SlowSync Short 1 Off
|
|
|
|
Exif.Fujifilm.PictureMode Short 1 Aperture priority
|
|
|
|
Exif.Fujifilm.0x1032 Short 1 1
|
|
|
|
Exif.Fujifilm.Continuous Short 1 Off
|
|
|
|
Exif.Fujifilm.0x1101 Short 1 0
|
|
|
|
Exif.Fujifilm.0x1200 Short 1 0
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.Orientation Short 1 top, left
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 9573
|
|
|
|
Exif.Thumbnail.YCbCrPositioning Short 1 Co-sited
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
Exif.Image.Make Ascii 6 SIGMA
|
|
|
|
Exif.Image.Model Ascii 11 SIGMA SD10
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 180
|
|
|
|
Exif.Image.YResolution Rational 1 180
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.Software Ascii 26 SIGMA PhotoPro 2.0.0.1586
|
|
|
|
Exif.Image.DateTime Ascii 20 2004:03:18 11:39:25
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.ExifTag Long 1 12317
|
|
|
|
Exif.Photo.ExposureTime Rational 1 8 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F5.6
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Manual
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 100
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2004:03:16 07:51:37
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2004:03:18 11:39:25
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 +1
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F2.5
|
|
|
|
Exif.Photo.MeteringMode Short 1 Matrix
|
|
|
|
Exif.Photo.Flash Short 1 No
|
|
|
|
Exif.Photo.FocalLength Rational 1 14.0 mm
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Long 1 2268
|
|
|
|
Exif.Photo.PixelYDimension Long 1 1512
|
|
|
|
Exif.Photo.SensingMethod Short 1 One-chip color area
|
|
|
|
Exif.Photo.FileSource Undefined 4 Digital still camera
|
|
|
|
Exif.Photo.CustomRendered Short 1 1
|
|
|
|
Exif.Photo.ExposureMode Short 1 Manual
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Manual
|
|
|
|
Exif.Photo.FocalLengthIn35mmFilm Short 1 24.0 mm
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Photo.ImageUniqueID Ascii 33 3032303030303139065B574068B0F5CE
|
|
|
|
Exif.Sigma.SerialNumber Ascii 9 02000019
|
|
|
|
Exif.Sigma.DriveMode Ascii 3 2S
|
|
|
|
Exif.Sigma.ResolutionMode Ascii 3 HI
|
|
|
|
Exif.Sigma.AutofocusMode Ascii 5 AF-S
|
|
|
|
Exif.Sigma.FocusSetting Ascii 3 AF
|
|
|
|
Exif.Sigma.WhiteBalance Ascii 13 Incandescent
|
|
|
|
Exif.Sigma.ExposureMode Ascii 2 Manual
|
|
|
|
Exif.Sigma.MeteringMode Ascii 2 8-Segment
|
|
|
|
Exif.Sigma.LensRange Ascii 3 14
|
|
|
|
Exif.Sigma.ColorSpace Ascii 5 sRGB
|
|
|
|
Exif.Sigma.Exposure Ascii 10 +0.0
|
|
|
|
Exif.Sigma.Contrast Ascii 10 +0.0
|
|
|
|
Exif.Sigma.Shadow Ascii 10 +0.0
|
|
|
|
Exif.Sigma.Highlight Ascii 10 +0.0
|
|
|
|
Exif.Sigma.Saturation Ascii 10 +0.0
|
|
|
|
Exif.Sigma.Sharpness Ascii 10 +0.0
|
|
|
|
Exif.Sigma.FillLight Ascii 10 +0.0
|
|
|
|
Exif.Sigma.ColorAdjustment Ascii 5 0
|
|
|
|
Exif.Sigma.AdjustmentMode Ascii 17 X3F Setting Mode
|
|
|
|
Exif.Sigma.Quality Ascii 8 12
|
|
|
|
Exif.Sigma.Firmware Ascii 19 2.0.4.1642 Release
|
|
|
|
Exif.Sigma.Software Ascii 26 SIGMA PhotoPro 2.0.0.1586
|
|
|
|
Exif.Sigma.AutoBracket Ascii 2
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 180
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 180
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 11998
|
|
|
|
Exif.Thumbnail.YCbCrPositioning Short 1 Co-sited
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
Exif.Image.ImageDescription Ascii 32 OLYMPUS DIGITAL CAMERA
|
|
|
|
Exif.Image.Make Ascii 20 OLYMPUS CORPORATION
|
|
|
|
Exif.Image.Model Ascii 8 C8080WZ
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 72
|
|
|
|
Exif.Image.YResolution Rational 1 72
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.Software Ascii 9 v757-71n
|
|
|
|
Exif.Image.DateTime Ascii 20 2004:02:08 09:37:44
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.ExifTag Long 1 550
|
|
|
|
Exif.Image.0xc4a5 Undefined 260 80 114 105 110 116 73 77 0 48 50 53 48 0 0 20 0 1 0 20 0 20 0 2 0 1 0 0 0 3 0 136 0 0 0 7 0 0 0 0 0 8 0 0 0 0 0 9 0 0 0 0 0 10 0 0 0 0 0 11 0 208 0 0 0 12 0 0 0 0 0 13 0 0 0 0 0 14 0 232 0 0 0 0 1 1 0 0 0 1 1 255 0 0 0 2 1 131 0 0 0 3 1 128 0 0 0 4 1 128 0 0 0 5 1 131 0 0 0 6 1 131 0 0 0 7 1 128 128 128 0 16 1 128 0 0 0 9 17 0 0 16 39 0 0 11 15 0 0 16 39 0 0 151 5 0 0 16 39 0 0 176 8 0 0 16 39 0 0 1 28 0 0 16 39 0 0 94 2 0 0 16 39 0 0 139 0 0 0 16 39 0 0 203 3 0 0 16 39 0 0 229 27 0 0 16 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 33 0 154 130 5 0 1 0 0 0 184 3 0 0 157 130
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/160 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F4.5
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Aperture priority
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 50
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2004:02:08 09:37:44
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2004:02:08 09:37:44
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 4
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 +7/10
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F3
|
|
|
|
Exif.Photo.MeteringMode Short 1 Matrix
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 No, compulsory
|
|
|
|
Exif.Photo.FocalLength Rational 1 23.4 mm
|
|
|
|
Exif.Photo.UserComment Undefined 125
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Long 1 3264
|
|
|
|
Exif.Photo.PixelYDimension Long 1 2448
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 1268
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.SceneType Undefined 1 Directly photographed
|
|
|
|
Exif.Photo.CustomRendered Short 1 0
|
|
|
|
Exif.Photo.ExposureMode Short 1 Manual
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Manual
|
|
|
|
Exif.Photo.DigitalZoomRatio Rational 1 0.0
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Photo.GainControl Short 1 None
|
|
|
|
Exif.Photo.Contrast Short 1 Normal
|
|
|
|
Exif.Photo.Saturation Short 1 Normal
|
|
|
|
Exif.Photo.Sharpness Short 1 Normal
|
|
|
|
Exif.Olympus.SpecialMode Long 3 Normal
|
|
|
|
Exif.Olympus.Quality Short 1 (7)
|
|
|
|
Exif.Olympus.Macro Short 1 Off
|
|
|
|
Exif.Olympus.BWMode Short 1 0
|
|
|
|
Exif.Olympus.DigitalZoom Rational 1 1.7x
|
|
|
|
Exif.Olympus.FocalPlaneDiagonal Rational 1 904/100
|
|
|
|
Exif.Olympus.0x0206 SShort 6 -39 -408 -1 93 103 286
|
|
|
|
Exif.Olympus.FirmwareVersion Ascii 8 SX757
|
|
|
|
Exif.Olympus.PictureInfo Ascii 52 [pictureInfo] Resolution=2 [Camera Info] Type=SX757
|
|
|
|
Exif.Olympus.CameraID Undefined 32 79 76 89 77 80 85 83 32 68 73 71 73 84 65 76 32 67 65 77 69 82 65 0 255 255 255 255 255 255 255 255 255
|
|
|
|
Exif.Olympus.PreCaptureFrames Short 1 0
|
|
|
|
Exif.Olympus.0x0301 Short 1 0
|
|
|
|
Exif.Olympus.OneTouchWB Short 1 On
|
|
|
|
Exif.Olympus.0x0303 Short 1 0
|
|
|
|
Exif.Olympus.0x0304 Short 1 0
|
|
|
|
Exif.Olympus.DataDump Undefined 494 1 75 2 3 2 93 0 0 0 0 255 0 0 0 25 97 18 49 0 0 5 236 0 0 57 36 0 0 1 155 0 0 10 47 0 0 22 242 0 0 5 192 0 0 24 68 0 100 0 166 0 50 0 36 0 0 0 0 0 0 0 0 0 0 54 21 0 0 0 0 53 61 22 4 0 0 0 0 0 0 0 0 0 0 0 0 16 32 0 0 57 0 14 86 0 0 0 0 0 0 0 0 0 0 0 0 0 100 3 158 0 0 0 0 255 253 255 249 255 245 255 236 255 237 255 232 255 230 0 0 34 34 34 34 17 17 17 17 1 86 3 150 3 243 1 33 2 0 1 76 2 116 2 3 1 2 96 90 0 2 3 52 0 25 0 10 0 25 0 10 0 5 0 10 0 1 0 0 0 0 0 16 0 0 0 16 0 1 1 0 0 166 1 79 1 246 2 159 3 70 1 2 1 75 2 3 2 93 0 0 21 54 21 231 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 136 136 1 0 3 254 0 59 0 0 0 0 0 0 2 226 0 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 0 0 0 0 0 0 0 0 6 121 6 129 6 124 6 156 208 0 3 254 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 12 57 12 88 12 103 12 177 12 88 12 6 11 190 11 10 34 68 34 128 34 238 35 119 34 83 33 125 32 132 30 98 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 119 119 119 119 33 33 33 33 33 33 19 30 17 25 41 80 32 0 224 0 0 0 0 0 0 0 0 0 128 0 20 70 12 0 0 0 34 33 0 0 34 34 33 33 2 34 1 115 1 70 2 120 0 0 0 43 0 40 0 30 1 76 2 116 34 33 34 34 0 77 0 1 0 128 0 0 0 20 0 0
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 7306
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
Exif.Image.Make Ascii 10 Panasonic
|
|
|
|
Exif.Image.Model Ascii 8 DMC-FZ5
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 72
|
|
|
|
Exif.Image.YResolution Rational 1 72
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.Software Ascii 10 Ver.1.0
|
|
|
|
Exif.Image.DateTime Ascii 20 2005:02:18 21:20:16
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.ExifTag Long 1 418
|
|
|
|
Exif.Image.0xc4a5 Undefined 208 80 114 105 110 116 73 77 0 48 50 53 48 0 0 14 0 1 0 22 0 22 0 2 0 0 0 0 0 3 0 100 0 0 0 7 0 0 0 0 0 8 0 0 0 0 0 9 0 0 0 0 0 10 0 0 0 0 0 11 0 172 0 0 0 12 0 0 0 0 0 13 0 0 0 0 0 14 0 196 0 0 0 0 1 5 0 0 0 1 1 1 0 0 0 16 1 128 0 0 0 9 17 0 0 16 39 0 0 11 15 0 0 16 39 0 0 151 5 0 0 16 39 0 0 176 8 0 0 16 39 0 0 1 28 0 0 16 39 0 0 94 2 0 0 16 39 0 0 139 0 0 0 16 39 0 0 203 3 0 0 16 39 0 0 229 27 0 0 16 39 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/400 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F4.5
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Auto
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 80
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2005:02:18 21:20:16
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2005:02:18 21:20:16
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 4
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F2.8
|
|
|
|
Exif.Photo.MeteringMode Short 1 Matrix
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 No, compulsory
|
|
|
|
Exif.Photo.FocalLength Rational 1 6.0 mm
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Long 1 2560
|
|
|
|
Exif.Photo.PixelYDimension Long 1 1920
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 6652
|
|
|
|
Exif.Photo.SensingMethod Short 1 One-chip color area
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.SceneType Undefined 1 Directly photographed
|
|
|
|
Exif.Photo.CustomRendered Short 1 0
|
|
|
|
Exif.Photo.ExposureMode Short 1 Auto
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Photo.DigitalZoomRatio Rational 1 0.0
|
|
|
|
Exif.Photo.FocalLengthIn35mmFilm Short 1 36.0 mm
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Photo.GainControl Short 1 None
|
|
|
|
Exif.Photo.Contrast Short 1 Normal
|
|
|
|
Exif.Photo.Saturation Short 1 Normal
|
|
|
|
Exif.Photo.Sharpness Short 1 Normal
|
|
|
|
Exif.Panasonic.Quality Short 1 High
|
|
|
|
Exif.Panasonic.FirmwareVersion Undefined 4 0 1 0 2
|
|
|
|
Exif.Panasonic.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Panasonic.FocusMode Short 1 Auto
|
|
|
|
Exif.Panasonic.SpotMode Byte 2 Off
|
|
|
|
Exif.Panasonic.ImageStabilizer Short 1 On, Mode 1
|
|
|
|
Exif.Panasonic.Macro Short 1 Off
|
|
|
|
Exif.Panasonic.ShootingMode Short 1 Program
|
|
|
|
Exif.Panasonic.Audio Short 1 No
|
|
|
|
Exif.Panasonic.DataDump Undefined 5370 68 86 1 2 69 80 0 0 240 63 68 66 176 3 240 63 65 70 146 0 96 71 34 128 98 71 16 1 100 71 48 0 102 71 0 0 78 71 68 0 114 71 1 0 116 71 0 0 122 71 237 255 124 71 2 0 126 71 0 0 64 71 173 15 66 71 40 15 76 71 64 156 92 71 192 255 118 71 40 0 120 71 0 0 82 71 90 0 86 71 31 0 84 71 166 0 108 71 125 0 112 71 26 0 110 71 125 0 88 71 39 0 158 71 114 0 156 71 71 2 140 71 0 0 142 71 1 0 138 71 40 15 144 71 1 0 146 71 1 0 148 71 0 0 150 71 0 0 152 71 123 15 154 71 123 15 222 70 27 34 240 63 83 84 70 0 164 70 0 0 166 70 0 0 168 70 0 0 170 70 0 0 172 70 0 0 174 70 0 0 176 70 0 0 182 70 0 0 184 70 0 0 186 70 0 0 244 71 0 0 246 71 0 0 178 70 0 0 180 70 0 0 176 68 0 0 178 68 0 0 240 63 65 69 222 0 60 69 211 1 20 69 35 1 234 70 35 1 236 70 24 1 40 69 171 0 44 69 198 0 36 69 12 7 16 69 215 6 18 69 229 6 32 69 172 1 54 69 209 1 34 69 208 1 58 69 4 0 59 69 5 0 38 69 1 1 42 69 45 0 192 70 21 7 194 70 95 2 200 89 113 4 198 89 47 2 46 69 0 0 48 69 0 0 50 69 0 0 64 69 0 0 65 69 0 0 66 69 0 0 206 89 0 0 208 89 0 0 210 89 0 0 67 69 0 0 62 69 0 0 28 69 17 0 68 69 7 0 34 74 43 1 192 89 0 0 193 89 0 0 232 70 148 38 204 70 0 0 212 70 0 0 206 70 0 0 208 70 0 0 214 70 0 0 80 88 0 0 218 70 0 0 197 89 0 0 74 69 5 4 76 69 0 0 78 69 0 0 239 70 1 0 212 89 0 0 214 89 217 40 216 89 249 51 218 89 214 34 220 89 0 0 240 63 87 66 14 1 0 68 200 1 2 68 126 1 92 68 17 1 4 68 23 1 6 68 219 0 96 68 215 6 26 68 61 0 94 68 40 0 95 68 8 0 18 68 248 0 20 68 202 0 22 68 23 1 24 68 219 0 204 68 11 1 206 68 14 2 208 68 121 1 210 68 78 1 220 68 196 1 222 68 73 1 180 68 0 10 182 68 0 0 48 68 92 0 56 68 120 0 50 68 96 0 58 68 112 0 52 68 240 255 60 68 24 0 54 68 42 0 62 68 112 0 76 68 247 0 78 68 200 0 192 68 29 1 194 68 224 0 234 68 0 0 128 69 10 0 130 69 123 0 131 69 100 0 132 69 0 0 134 69 0 0 135 69 0 0 136 69 0 0 138 69 0 0 139 69 0 0 140 69 30 0 142 69 149 0 143 69 116 0 144 69 0 0 146 69 0 0 147 69 0 0 82 68 213 0 84 68 194 0 86 68 213 0 88 68 194 0 212 68 213 0 214 68 194 0 216 68 213 0 218 68 194 0 212 93 0 0 0 88 120 1 2 88 118 1 4 88 223 0 6 88 203 0 54 88 108 1 56 88 141 1 58 88 225 0 60 88 199 0 240 63 89 67 190 0 160 69 5 1 162 69 60 80 164 69 0 10 166 69 130 150 168 69 53 203 170 69 0 0 172 69 0 0 174 69 53 203 176 69 0 0 178 69 0 0 180 69 0 0 182 69 5 0 184 69 60 80 186 69 0 10 188 69 130 150 190 69 50 206 192 69 121 129 194 69 127 129 196 69 50 206 198 69 0 0 200 69 200 187 202 69 69 69 204 69 100 0 96 69 3 0 98 69 1 0 100 69 4 0 102 69 7 0 104 69 15 0 106 69 15 0 108 69 12 0 110 69 12 0 112 69 12 0 114 69 12 0 116 69 12 0 118 69 20 0 120 69 20 0 122 69 20 0 124 69 20 0 208 69 0 0 210 69 8 0 212 69 8 0 214 69 8 0 240 69 3 3 242 69 3 3 244 69 3 0 206 69 0 0 240 63 67 77 10 0 252 69 9 240 240 63 73 83 30 0 148 70 103 3 150 70 86 3 152 70 227 3 154 70 208 3 96 70 241 1 98 70 238 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 65 69 66 77 150 3 7 2 54 2 68 1 4 1 134 1 159 3 30 4 88 3 44 3 183 2 82 2 40 4 210 3 42 3 117 1 131 1 176 1 72 4 141 4 177 3 245 2 3 1 196 2 83 4 24 4 9 4 212 2 61 3 14 2 134 3 167 4 236 2 110 1 247 0 120 2 158 1 240 1 229 1 154 1 97 1 254 0 155 2 42 2 20 1 134 0 112 0 17 2 217 2 109 3 48 2 235 0 20 1 246 0 134 2 235 2 103 1 249 0 132 0 33 2 92 2 11 3 5 3 73 2 22 2 234 1 174 2 139 2 206 1 87 1 16 1 84 2 161 1 214 1 198 1 81 1 101 1 232 1 240 2 148 2 248 1 207 0 169 0 187 0 206 1 196 1 153 1 104 1 71 1 139 1 179 0 128 1 67 1 89 1 227 0 189 0 171 1 140 1 113 1 246 0 166 0 235 0 168 0 167 0 5 1 35 1 196 1 233 0 166 1 141 1 97 1 175 0 126 0 135 0 145 0 110 0 87 1 93 1 238 0 57 1 133 1 118 1 76 1 139 0 102 0 82 0 130 0 216 0 252 1 46 4 210 6 24 6 90 1 28 1 21 1 123 0 92 0 73 0 76 0 184 0 154 1 42 3 3 4 177 2 80 82 83 84 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Panasonic.0x0022 Short 1 0
|
|
|
|
Exif.Panasonic.WhiteBalanceBias Short 1 0 EV
|
|
|
|
Exif.Panasonic.FlashBias Short 1 0
|
|
|
|
Exif.Panasonic.SerialNumber Undefined 16 83 48 48 48 53 48 49 49 49 48 50 50 51 0 0 0
|
|
|
|
Exif.Panasonic.0x0026 Undefined 4 48 49 48 48
|
|
|
|
Exif.Panasonic.0x0027 Short 1 0
|
|
|
|
Exif.Panasonic.ColorEffect Short 1 Off
|
|
|
|
Exif.Panasonic.0x0029 Long 1 1450
|
|
|
|
Exif.Panasonic.0x002a Short 1 0
|
|
|
|
Exif.Panasonic.0x002b Long 1 0
|
|
|
|
Exif.Panasonic.Contrast Short 1 Standard
|
|
|
|
Exif.Panasonic.NoiseReduction Short 1 Standard
|
|
|
|
Exif.Panasonic.0x002e Short 1 1
|
|
|
|
Exif.Panasonic.0x002f Short 1 1
|
|
|
|
Exif.Panasonic.0x0030 Short 1 1
|
|
|
|
Exif.Panasonic.0x0031 Short 1 2
|
|
|
|
Exif.Panasonic.0x0032 Short 1 0
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.Orientation Short 1 top, left
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 10308
|
|
|
|
Exif.Thumbnail.YCbCrPositioning Short 1 Co-sited
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
Exif.Image.ImageDescription Ascii 32
|
|
|
|
Exif.Image.Make Ascii 5 SONY
|
|
|
|
Exif.Image.Model Ascii 7 DSC-W7
|
|
|
|
Exif.Image.Orientation Short 1 top, left
|
|
|
|
Exif.Image.XResolution Rational 1 72
|
|
|
|
Exif.Image.YResolution Rational 1 72
|
|
|
|
Exif.Image.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Image.DateTime Ascii 20 2005:05:27 05:18:33
|
|
|
|
Exif.Image.YCbCrPositioning Short 1 Co-sited
|
|
|
|
Exif.Image.ExifTag Long 1 256
|
|
|
|
Exif.Image.0xc4a5 Undefined 28 80 114 105 110 116 73 77 0 48 51 48 48 0 0 2 0 2 0 1 0 0 0 1 1 1 0 0 0
|
|
|
|
Exif.Photo.ExposureTime Rational 1 1/40 s
|
|
|
|
Exif.Photo.FNumber Rational 1 F2.8
|
|
|
|
Exif.Photo.ExposureProgram Short 1 Auto
|
|
|
|
Exif.Photo.ISOSpeedRatings Short 1 100
|
|
|
|
Exif.Photo.ExifVersion Undefined 4 48 50 50 48
|
|
|
|
Exif.Photo.DateTimeOriginal Ascii 20 2005:05:27 05:18:33
|
|
|
|
Exif.Photo.DateTimeDigitized Ascii 20 2005:05:27 05:18:33
|
|
|
|
Exif.Photo.ComponentsConfiguration Undefined 4 YCbCr
|
|
|
|
Exif.Photo.CompressedBitsPerPixel Rational 1 8
|
|
|
|
Exif.Photo.ExposureBiasValue SRational 1 0
|
|
|
|
Exif.Photo.MaxApertureValue Rational 1 F2.8
|
|
|
|
Exif.Photo.MeteringMode Short 1 Matrix
|
|
|
|
Exif.Photo.LightSource Short 1 Unknown
|
|
|
|
Exif.Photo.Flash Short 1 Yes, auto, return light detected
|
|
|
|
Exif.Photo.FocalLength Rational 1 7.9 mm
|
|
|
|
Exif.Photo.FlashpixVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Photo.ColorSpace Short 1 sRGB
|
|
|
|
Exif.Photo.PixelXDimension Long 1 300
|
|
|
|
Exif.Photo.PixelYDimension Long 1 225
|
|
|
|
Exif.Photo.InteroperabilityTag Long 1 2278
|
|
|
|
Exif.Photo.FileSource Undefined 1 Digital still camera
|
|
|
|
Exif.Photo.SceneType Undefined 1 Directly photographed
|
|
|
|
Exif.Photo.CustomRendered Short 1 0
|
|
|
|
Exif.Photo.ExposureMode Short 1 Auto
|
|
|
|
Exif.Photo.WhiteBalance Short 1 Auto
|
|
|
|
Exif.Photo.SceneCaptureType Short 1 Standard
|
|
|
|
Exif.Photo.Contrast Short 1 Normal
|
|
|
|
Exif.Photo.Saturation Short 1 Normal
|
|
|
|
Exif.Photo.Sharpness Short 1 Normal
|
|
|
|
Exif.Sony.0x2000 Undefined 1 0
|
|
|
|
Exif.Sony.0x9001 Undefined 148 1 0 86 39 0 8 0 94 0 117 0 0 0 221 187 88 0 221 187 88 0 234 205 0 0 0 0 224 0 0 0 0 0 0 0 224 0 26 240 219 255 0 0 0 0 0 40 186 190 188 0 1 172 10 64 22 14 67 255 18 255 33 0 0 0 161 48 0 136 125 112 0 48 91 136 125 112 0 48 0 0 0 0 156 0 215 0 105 0 0 125 71 0 0 27 208 0 0 14 25 0 0 53 121 136 125 48 91 112 0 0 85 0 116 94 36 216 59 0 0 12 231 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Sony.0x9002 Undefined 200 1 0 0 0 0 142 0 105 5 45 0 0 0 239 112 125 112 143 112 143 112 143 112 143 0 239 14 31 234 170 0 0 0 0 0 0 0 0 182 81 138 31 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 105 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 240 8 172 0 0 0 12 0 0 0 5 0 0 0 0 58 0 103 108 51 0 0 227 0 149 47 0 0 0 0
|
|
|
|
Exif.Sony.0x9003 Undefined 200 1 220 115 70 1 26 0 66 1 194 1 78 0 18 1 47 1 229 1 131 8 197 1 0 1 246 1 0 1 0 1 0 1 0 4 18 0 242 95 87 21 229 189 189 189 189 189 189 0 0 40 128 86 198 12 121 234 104 112 247 32 236 138 9 48 192 0 48 255 249 0 87 177 251 137 208 243 86 0 5 21 187 49 1 93 0 116 0 204 0 47 112 0 0 0 0 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 112 0 0 0 0 0 0 0 0 0 112 0 189 189 189 189 189 78 208 75 84 35 88 35 88 56 91 5 153 1 1 114 0 252 0 0 43 238 96 238 224 83 7 232 199 74 224 56 224 56 0 0 0 0 0 0 0 0 0 112 0 1 14 124 125 0 27 189 189 189 189 189 189 189 189 189 189 189 189 112 182 27 0 1 220 220 188 95 16
|
|
|
|
Exif.Sony.0x9004 Undefined 124 1 1 1 104 1 63 1 178 1 63 1 52 1 52 1 52 1 52 236 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 149 0 57 0 172 0 122 0 149 0 57 0 172 0 122 0 0 0 1 104 67 0 1 63 15 0 1 178 183 0 1 63 38 0 1 104 67 0 1 63 15 0 1 178 183 0 1 63 38 255 255 255 166 0 0 0 8 255 255 255 246 255 255 255 77 0 0 0 0 0 0 0 4
|
|
|
|
Exif.Sony.0x9005 Undefined 122 1 1 0 1 0 0 0 0 0 125 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 86 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 1 0 1 0 0 0 64 0 64 0 64 0 0 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 81 1 0 0 0 0 255 255 0 255 0 0 0 0 0 0 0 0 255 255 0 0 255 255 0 0 205 0 255 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Sony.0x9006 Undefined 252 1 0 0 1 94 35 216 91 14 222 27 48 64 1 14 98 216 41 125 225 27 247 27 195 1 251 231 34 14 99 94 167 8 122 27 118 8 254 1 67 231 195 14 132 27 135 8 245 94 224 27 251 8 40 125 120 125 174 1 15 27 244 14 96 125 180 8 42 27 94 94 99 27 145 64 175 216 217 216 25 64 125 8 102 64 41 64 230 14 83 216 207 216 110 125 15 216 128 216 161 14 187 1 215 1 64 1 215 0 226 0 146 0 39 0 227 1 135 0 25 0 219 0 234 0 82 0 82 0 246 0 233 0 220 0 106 0 86 0 39 0 82 0 160 0 246 0 68 0 197 0 205 0 227 0 145 0 205 0 69 0 147 0 172 0 48 0 108 0 147 0 236 0 164 0 75 0 78 0 26 0 48 0 196 0 227 0 46 0 159 0 204 0 73 0 31 0 20 0 28 125 248 0 193 64 178 64 153 8 32 0 72 125 58 64 122 8 82 0 174 27 213 27 101 8 185 1 40 1 198 125 64 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Sony.0x9007 Undefined 200 1 0 125 103 125 191 125 117 125 174 125 184 216 149 216 45 94 81 94 109 94 170 14 237 231 5 14 96 14 86 0 163 94 250 14 243 14 199 231 130 4 186 86 14 86 120 234 209 205 175 205 37 5 204 5 62 5 197 5 234 0 0 0 0 0 0 0 0 27 217 27 166 27 42 27 77 27 113 64 234 64 151 125 76 125 71 125 73 216 181 216 66 216 231 125 178 0 163 64 113 125 35 125 196 125 80 216 4 216 61 94 93 94 163 14 189 231 231 231 113 4 195 231 107 231 85 0 0 0 0 0 0 0 0 112 225 112 225 112 225 112 225 112 166 182 142 182 102 105 165 136 129 32 32 190 63 129 7 190 37 190 65 0 163 138 31 138 162 138 107 138 13 138 252 112 40 112 117 112 65 112 31 112 184 112 46 112 103 182 0 182 81 0 0 0 0 0 0 0 0
|
|
|
|
Exif.Sony.0x9008 Undefined 200 1 0 0 0 0 134 140 83 0 219 13 188 0 232 53 222 0 134 25 6 0 0 202 63 0 183 102 83 0 81 185 153 0 197 2 15 0 2 113 102 0 0 93 117 0 68 147 15 0 78 194 136 0 101 217 41 0 39 169 234 0 0 151 217 27 91 8 70 8 156 27 169 0 175 0 135 0 166 0 175 8 164 1 178 1 111 8 191 1 146 0 17 1 227 1 146 64 220 27 109 8 65 64 246 0 241 0 159 1 12 0 255 8 222 8 215 8 232 8 235 8 208 1 151 1 174 8 177 0 202 0 69 1 7 0 89 27 116 8 107 1 237 27 101 8 61 1 88 8 26 8 119 1 90 0 235 1 75 1 175 8 178 8 138 8 211 8 242 8 212 1 107 1 157 8 123 8 137 8 14 8 68 8 254 64 51 27 129 27 53 64 101 125 141 27 42 125 197 125 52
|
|
|
|
Exif.Iop.InteroperabilityIndex Ascii 4 R98
|
|
|
|
Exif.Iop.InteroperabilityVersion Undefined 4 48 49 48 48
|
|
|
|
Exif.Thumbnail.Compression Short 1 JPEG
|
|
|
|
Exif.Thumbnail.Make Ascii 5 SONY
|
|
|
|
Exif.Thumbnail.Model Ascii 7 DSC-W7
|
|
|
|
Exif.Thumbnail.Orientation Short 1 top, left
|
|
|
|
Exif.Thumbnail.XResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.YResolution Rational 1 72
|
|
|
|
Exif.Thumbnail.ResolutionUnit Short 1 inch
|
|
|
|
Exif.Thumbnail.DateTime Ascii 20 2005:05:27 17:19:34
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormat Long 1 0
|
|
|
|
Exif.Thumbnail.JPEGInterchangeFormatLength Long 1 15605
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
|
|
|
|
Extract Exif data --------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
Writing Exif data from 20031214_000043.jpg to ./20031214_000043.exv
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
Writing Exif data from 20000506_020544.jpg to ./20000506_020544.exv
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
Writing Exif data from 20040329_224245.jpg to ./20040329_224245.exv
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
Writing Exif data from 20010405_235039.jpg to ./20010405_235039.exv
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
Writing Exif data from 20030925_201850.jpg to ./20030925_201850.exv
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
Writing Exif data from 20001026_044550.jpg to ./20001026_044550.exv
|
|
|
|
Writing Jpeg comment from 20001026_044550.jpg to ./20001026_044550.exv
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
Writing Exif data from 20030926_111535.jpg to ./20030926_111535.exv
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
Writing Exif data from 20040316_075137.jpg to ./20040316_075137.exv
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
Writing Exif data from 20040208_093744.jpg to ./20040208_093744.exv
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
Writing Exif data from 20050218_212016.jpg to ./20050218_212016.exv
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
Writing Exif data from 20050527_051833.jpg to ./20050527_051833.exv
|
|
|
|
|
|
|
|
Extract Thumbnail --------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
Writing JPEG thumbnail (5448 Bytes) to file ./20031214_000043-thumb.jpg
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
Writing JPEG thumbnail (7829 Bytes) to file ./20000506_020544-thumb.jpg
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
Writing JPEG thumbnail (8930 Bytes) to file ./20040329_224245-thumb.jpg
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
Writing JPEG thumbnail (4662 Bytes) to file ./20010405_235039-thumb.jpg
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
Writing JPEG thumbnail (9728 Bytes) to file ./20030925_201850-thumb.jpg
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
Writing TIFF thumbnail (20916 Bytes) to file ./20001026_044550-thumb.tif
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
Writing JPEG thumbnail (9573 Bytes) to file ./20030926_111535-thumb.jpg
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
Writing JPEG thumbnail (11998 Bytes) to file ./20040316_075137-thumb.jpg
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
Writing JPEG thumbnail (7306 Bytes) to file ./20040208_093744-thumb.jpg
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
Writing JPEG thumbnail (10308 Bytes) to file ./20050218_212016-thumb.jpg
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
Writing JPEG thumbnail (15605 Bytes) to file ./20050527_051833-thumb.jpg
|
|
|
|
exiv2-empty.exv: No Exif data found in the file
|
|
|
|
|
|
|
|
Compare image data and extracted data ------------------------------------
|
|
|
|
1,2c1,2
|
|
|
|
< File 1/12: exiv2-empty.jpg
|
|
|
|
< File 2/12: 20031214_000043.jpg
|
|
|
|
---
|
|
|
|
> File 1/12: exiv2-empty.exv
|
|
|
|
> File 2/12: 20031214_000043.exv
|
|
|
|
125c125
|
|
|
|
< File 3/12: 20000506_020544.jpg
|
|
|
|
---
|
|
|
|
> File 3/12: 20000506_020544.exv
|
|
|
|
184c184
|
|
|
|
< File 4/12: 20040329_224245.jpg
|
|
|
|
---
|
|
|
|
> File 4/12: 20040329_224245.exv
|
|
|
|
288c288
|
|
|
|
< File 5/12: 20010405_235039.jpg
|
|
|
|
---
|
|
|
|
> File 5/12: 20010405_235039.exv
|
|
|
|
342c342
|
|
|
|
< File 6/12: 20030925_201850.jpg
|
|
|
|
---
|
|
|
|
> File 6/12: 20030925_201850.exv
|
|
|
|
491c491
|
|
|
|
< File 7/12: 20001026_044550.jpg
|
|
|
|
---
|
|
|
|
> File 7/12: 20001026_044550.exv
|
|
|
|
531c531
|
|
|
|
< File 8/12: 20030926_111535.jpg
|
|
|
|
---
|
|
|
|
> File 8/12: 20030926_111535.exv
|
|
|
|
606c606
|
|
|
|
< File 9/12: 20040316_075137.jpg
|
|
|
|
---
|
|
|
|
> File 9/12: 20040316_075137.exv
|
|
|
|
672c672
|
|
|
|
< File 10/12: 20040208_093744.jpg
|
|
|
|
---
|
|
|
|
> File 10/12: 20040208_093744.exv
|
|
|
|
741c741
|
|
|
|
< File 11/12: 20050218_212016.jpg
|
|
|
|
---
|
|
|
|
> File 11/12: 20050218_212016.exv
|
|
|
|
823c823
|
|
|
|
< File 12/12: 20050527_051833.jpg
|
|
|
|
---
|
|
|
|
> File 12/12: 20050527_051833.exv
|
|
|
|
|
|
|
|
Delete Thumbnail ---------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
Erasing 6200 Bytes of thumbnail data
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
Erasing 7923 Bytes of thumbnail data
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
Erasing 9038 Bytes of thumbnail data
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
Erasing 4756 Bytes of thumbnail data
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
Erasing 9858 Bytes of thumbnail data
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
Erasing 20910 Bytes of thumbnail data
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
Erasing 9696 Bytes of thumbnail data
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
Erasing 12104 Bytes of thumbnail data
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
Erasing 7400 Bytes of thumbnail data
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
Erasing 20604 Bytes of thumbnail data
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
Erasing 15781 Bytes of thumbnail data
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
20031214_000043.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
20000506_020544.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
20040329_224245.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
20010405_235039.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
20030925_201850.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
20001026_044550.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
20030926_111535.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
20040316_075137.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
20040208_093744.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
20050218_212016.jpg: Image does not contain an Exif thumbnail
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
20050527_051833.jpg: Image does not contain an Exif thumbnail
|
|
|
|
|
|
|
|
Delete Exif data ---------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
Erasing Jpeg comment from the file
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
Erasing Exif data from the file
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
exiv2-empty.jpg: No Exif data found in the file
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
20031214_000043.jpg: No Exif data found in the file
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
20000506_020544.jpg: No Exif data found in the file
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
20040329_224245.jpg: No Exif data found in the file
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
20010405_235039.jpg: No Exif data found in the file
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
20030925_201850.jpg: No Exif data found in the file
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
20001026_044550.jpg: No Exif data found in the file
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
20030926_111535.jpg: No Exif data found in the file
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
20040316_075137.jpg: No Exif data found in the file
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
20040208_093744.jpg: No Exif data found in the file
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
20050218_212016.jpg: No Exif data found in the file
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
20050527_051833.jpg: No Exif data found in the file
|
|
|
|
|
|
|
|
Insert Exif data ---------------------------------------------------------
|
|
|
|
File 1/12: exiv2-empty.jpg
|
|
|
|
File 2/12: 20031214_000043.jpg
|
|
|
|
Writing Exif data from ./20031214_000043.exv to 20031214_000043.jpg
|
|
|
|
File 3/12: 20000506_020544.jpg
|
|
|
|
Writing Exif data from ./20000506_020544.exv to 20000506_020544.jpg
|
|
|
|
File 4/12: 20040329_224245.jpg
|
|
|
|
Writing Exif data from ./20040329_224245.exv to 20040329_224245.jpg
|
|
|
|
File 5/12: 20010405_235039.jpg
|
|
|
|
Writing Exif data from ./20010405_235039.exv to 20010405_235039.jpg
|
|
|
|
File 6/12: 20030925_201850.jpg
|
|
|
|
Writing Exif data from ./20030925_201850.exv to 20030925_201850.jpg
|
|
|
|
File 7/12: 20001026_044550.jpg
|
|
|
|
Writing Exif data from ./20001026_044550.exv to 20001026_044550.jpg
|
|
|
|
Writing Jpeg comment from ./20001026_044550.exv to 20001026_044550.jpg
|
|
|
|
File 8/12: 20030926_111535.jpg
|
|
|
|
Writing Exif data from ./20030926_111535.exv to 20030926_111535.jpg
|
|
|
|
File 9/12: 20040316_075137.jpg
|
|
|
|
Writing Exif data from ./20040316_075137.exv to 20040316_075137.jpg
|
|
|
|
File 10/12: 20040208_093744.jpg
|
|
|
|
Writing Exif data from ./20040208_093744.exv to 20040208_093744.jpg
|
|
|
|
File 11/12: 20050218_212016.jpg
|
|
|
|
Writing Exif data from ./20050218_212016.exv to 20050218_212016.jpg
|
|
|
|
File 12/12: 20050527_051833.jpg
|
|
|
|
Writing Exif data from ./20050527_051833.exv to 20050527_051833.jpg
|
|
|
|
exiv2-empty.exv: No Exif data found in the file
|
|
|
|
|
|
|
|
Compare original and inserted image data ---------------------------------
|
|
|
|
1,2c1,2
|
|
|
|
< File 1/12: exiv2-empty.jpg
|
|
|
|
< File 2/12: 20031214_000043.jpg
|
|
|
|
---
|
|
|
|
> File 1/12: exiv2-empty.exv
|
|
|
|
> File 2/12: 20031214_000043.exv
|
|
|
|
125c125
|
|
|
|
< File 3/12: 20000506_020544.jpg
|
|
|
|
---
|
|
|
|
> File 3/12: 20000506_020544.exv
|
|
|
|
184c184
|
|
|
|
< File 4/12: 20040329_224245.jpg
|
|
|
|
---
|
|
|
|
> File 4/12: 20040329_224245.exv
|
|
|
|
288c288
|
|
|
|
< File 5/12: 20010405_235039.jpg
|
|
|
|
---
|
|
|
|
> File 5/12: 20010405_235039.exv
|
|
|
|
342c342
|
|
|
|
< File 6/12: 20030925_201850.jpg
|
|
|
|
---
|
|
|
|
> File 6/12: 20030925_201850.exv
|
|
|
|
491c491
|
|
|
|
< File 7/12: 20001026_044550.jpg
|
|
|
|
---
|
|
|
|
> File 7/12: 20001026_044550.exv
|
|
|
|
531c531
|
|
|
|
< File 8/12: 20030926_111535.jpg
|
|
|
|
---
|
|
|
|
> File 8/12: 20030926_111535.exv
|
|
|
|
606c606
|
|
|
|
< File 9/12: 20040316_075137.jpg
|
|
|
|
---
|
|
|
|
> File 9/12: 20040316_075137.exv
|
|
|
|
672c672
|
|
|
|
< File 10/12: 20040208_093744.jpg
|
|
|
|
---
|
|
|
|
> File 10/12: 20040208_093744.exv
|
|
|
|
741c741
|
|
|
|
< File 11/12: 20050218_212016.jpg
|
|
|
|
---
|
|
|
|
> File 11/12: 20050218_212016.exv
|
|
|
|
823c823
|
|
|
|
< File 12/12: 20050527_051833.jpg
|
|
|
|
---
|
|
|
|
> File 12/12: 20050527_051833.exv
|