ニンテンドーDSiで撮影した写真(ファイル名: HNI_0004.JPG)
以下の3つのソフトでこの写真のEXIF情報を出力してみた。
・ViX
・Mozilla Firefox の Exif Viewer
・jhead
ViX によるEXIF情報出力
メーカー,Nintendo
機種,NintendoDS
横解像度,72.0
縦解像度,72.0
解像度単位,dpi
作成ソフト,JANH
日時,2009/07/18 17:25:02
Exifバージョン,0220
撮影日時,2009/07/18 17:25:02
デジタル化日時,2009/07/18 17:25:02
FlashPix バージョン,0010
色空間情報,sRGB
Ref. K_OKADA's WebPage
Firefox の Exif Viewer によるEXIF情報出力
Firefox の Exif Viewer による EXIF情報の出力結果。
Exif IFD0
* Camera Make = Nintendo
* Camera Model = NintendoDS
* X-Resolution = 72/1 = 72
* Y-Resolution = 72/1 = 72
* X/Y-Resolution Unit = inch (2)
* Software/Firmware Version = JANH
* Last Modified Date/Time = 2009:07:18 17:25:02
* Y/Cb/Cr Positioning (Subsampling) = co-sited / datum point (2)
Exif Sub IFD
* Exif Version = 0220
* Original Date/Time = 2009:07:18 17:25:02
* Digitization Date/Time = 2009:07:18 17:25:02
* Components Configuration = 0x01,0x02,0x03,0x00 / YCbCr
* Maker Note = 0x00,0x02,0x10,0x00,0x00,0x07,0x00,0x00,0x00,0x1c,0x00,0x00,0x01,0x7e,0x10,0x01,0x00,0x07,0x00,0x00,0x00,0x08,0x00,0x00,0x01,0x9a,0x00,0x00,0x00,0x00,0xcc,0x2b,0x19,0x12,0xcd,0x22,0xd2,0xd7,0xfd,0x08,0x79,0xf9,0xb6,0x4c,0x1b,0xb8,0x51,0x25,0xeb,0x4a,0x13,0xb7,0xf9,0x50,0xe6,0x26,0xda,0xee,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00
* FlashPix Version = 0100
* Colour Space = sRGB (1)
* Image Width = 640 pixels
* Image Height = 480 pixels
Exif IFD1
* Compression = JPEG compression (6)
* X-Resolution = 72/1 = 72
* Y-Resolution = 72/1 = 72
* X/Y-Resolution Unit = inch (2)
Exif Interoperability IFD
* Interoperability Index = R98
* Interoperability Version = 0100
* Related Image File Format = JPEG Exif Ver 2.2
Ref. Exif Viewer :: Firefox Add-ons
jheadのインストール
OS: Debian GNU/Linux etch
# apt-cache search jhead
jhead - manipulate the non-image part of Exif compliant JPEG files
# apt-get install jhead
(中略)
# apt-cache show jhead
Package: jhead
(中略)
Description: manipulate the non-image part of Exif compliant JPEG files
jhead is a command line driven utility for extracting digital camera settings
from the Exif format files used by many digital cameras. It handles the
various confusing ways these can be expressed, and displays them as F-stop,
shutter speed, etc. It is also able to reduce the size of digital camera JPEGs
without loss of information, by deleting integral thumbnails that digital
cameras put into the Exif header.
.
Upstream is: http://www.sentex.net/~mwandel/jhead/
jheadの実行結果その1
$ jhead HNI_0004.JPG
File name : HNI_0004.JPG
File size : 61520 bytes
File date : 2009:07:18 22:26:52
Camera make : Nintendo
Camera model : NintendoDS
Date/Time : 2009:07:18 17:25:02
Resolution : 640 x 480
jheadの実行結果その2
-v オプションで詳細なEXIF情報を出力する。
$ jhead -v HNI_0004.JPG
Exif header 6758 bytes long
Exif section in Motorola order
(dir has 9 entries)
Make = "Nintendo"
Model = "NintendoDS"
XResolution = 72/1
YResolution = 72/1
ResolutionUnit = 2
Software = "JANH"
DateTime = "2009:07:18 17:25:02"
YCbCrPositioning = 2
ExifOffset = 186
Exif Dir:(dir has 10 entries)
ExifVersion = "0220"
DateTimeOriginal = "2009:07:18 17:25:02"
DateTimeDigitized = "2009:07:18 17:25:02"
ComponentsConfiguration = "?"
Maker note: 00 02 10 00 00 07 00 00 00 1c 00... (66 bytes)
FlashPixVersion = "0100"
ColorSpace = 1
ExifImageWidth = 640
ExifImageLength = 480
InteroperabilityOffset = 418
Interop Dir:(dir has 3 entries)
InteropIndex = "R98"
InteropVersion = "0100"
Unknown Tag 1000 Value = "JPEG Exif Ver 2.2"
Continued directory (dir has 6 entries)
Compression = 6
XResolution = 72/1
YResolution = 72/1
ResolutionUnit = 2
ThumbnailOffset = 572
ThumbnailLength = 6178
Thumbnail size: 6178 bytes
JPEG image is 640w * 480h, 3 color components, 8 bits per sample
Jpeg section marker 0xdb size 132
Jpeg section marker 0xc4 size 418
File name : HNI_0004.JPG
File size : 61520 bytes
File date : 2009:07:18 22:26:52
Camera make : Nintendo
Camera model : NintendoDS
Date/Time : 2009:07:18 17:25:02
Resolution : 640 x 480
tags: zlashdot Zura NintendoDS Photo
Posted by NI-Lab. (@nilab)