~ubuntu-branches/ubuntu/precise/exiv2/precise

« back to all changes in this revision

Viewing changes to doc/html/tags-exif.html

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-12-07 18:40:10 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20061207184010-0ouu8v0dr8nznob9
Tags: 0.12-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!--*- sgml -*-->
2
2
<html>
3
3
<head>
4
 
  <title>Exiv2 - Exif and Iptc metadata manipulation library and tools</title>
 
4
  <title>Exiv2 - Exif and IPTC metadata library and tools</title>
5
5
  <meta name="Author" content="Andreas Huggel">
6
 
  <meta name="Description" content="Open source Exif and Iptc metadata library and tools with Exif MakerNote and read/write support">
 
6
  <meta name="Description" content="Open source Exif and IPTC metadata library and tools with Exif MakerNote and read/write support">
7
7
  <meta name="Keywords" content="exif, iptc, metadata, makernote, manipulation, manipulate, read and write, write, change, update, jpeg, jpg, ifd, image file directory, thumbnail, thumbnails, tag, tags, canon, fujifilm, sigma/foveon, nikon, open source, opensource, huggel, andreas, andreas huggel">
8
 
  <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 
8
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
9
9
  <link type="text/css" rel="stylesheet" href="../include/default.css">
10
10
  <link type="text/css" rel="stylesheet" href="../include/sortabletable.css">
11
11
  <link type="text/css" rel="stylesheet" href="doxygen.css">
49
49
    <li><a href="tags-panasonic.html"><span>Panasonic</span></a></li> 
50
50
    <li><a href="tags-sigma.html"><span>Sigma/Foveon</span></a></li> 
51
51
    <li><a href="tags-sony.html"><span>Sony</span></a></li> 
52
 
    <li><a href="tags-iptc.html"><span>Iptc&nbsp;datasets</span></a></li>
 
52
    <li><a href="tags-iptc.html"><span>IPTC&nbsp;datasets</span></a></li>
53
53
  </ul>
54
54
</div>
55
55
 
93
93
<td>IFD0</td>
94
94
<td>Exif.Image.ImageWidth</td>
95
95
<td>Long</td>
96
 
<td>Image width</td>
 
96
<td>The number of columns of image data, equal to the number of pixels per row. In JPEG compressed data a JPEG marker is used instead of this tag.</td>
97
97
</tr>
98
98
<tr class="OddRow">
99
99
<td>0x0101</td>
101
101
<td>IFD0</td>
102
102
<td>Exif.Image.ImageLength</td>
103
103
<td>Long</td>
104
 
<td>Image height</td>
 
104
<td>The number of rows of image data. In JPEG compressed data a JPEG marker is used instead of this tag.</td>
105
105
</tr>
106
106
<tr class="EvenRow">
107
107
<td>0x0102</td>
109
109
<td>IFD0</td>
110
110
<td>Exif.Image.BitsPerSample</td>
111
111
<td>Short</td>
112
 
<td>Number of bits per component</td>
 
112
<td>The number of bits per image component. In this standard each component of the image is 8 bits, so the value for this tag is 8. See also &lt;SamplesPerPixel&gt;. In JPEG compressed data a JPEG marker is used instead of this tag.</td>
113
113
</tr>
114
114
<tr class="OddRow">
115
115
<td>0x0103</td>
117
117
<td>IFD0</td>
118
118
<td>Exif.Image.Compression</td>
119
119
<td>Short</td>
120
 
<td>Compression scheme</td>
 
120
<td>The compression scheme used for the image data. When a primary image is JPEG compressed, this designation is not necessary and is omitted. When thumbnails use JPEG compression, this tag value is set to 6.</td>
121
121
</tr>
122
122
<tr class="EvenRow">
123
123
<td>0x0106</td>
125
125
<td>IFD0</td>
126
126
<td>Exif.Image.PhotometricInterpretation</td>
127
127
<td>Short</td>
128
 
<td>Pixel composition</td>
 
128
<td>The pixel composition. In JPEG compressed data a JPEG marker is used instead of this tag.</td>
129
129
</tr>
130
130
<tr class="OddRow">
131
131
<td>0x010a</td>
149
149
<td>IFD0</td>
150
150
<td>Exif.Image.ImageDescription</td>
151
151
<td>Ascii</td>
152
 
<td>Image title</td>
 
152
<td>A character string giving the title of the image. It may be a comment such as "1988 company picnic" or the like. Two-bytes character codes cannot be used. When a 2-bytes code is necessary, the Exif Private tag &lt;UserComment&gt; is to be used.</td>
153
153
</tr>
154
154
<tr class="EvenRow">
155
155
<td>0x010f</td>
157
157
<td>IFD0</td>
158
158
<td>Exif.Image.Make</td>
159
159
<td>Ascii</td>
160
 
<td>Manufacturer of image input equipment</td>
 
160
<td>The manufacturer of the recording equipment. This is the manufacturer of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.</td>
161
161
</tr>
162
162
<tr class="OddRow">
163
163
<td>0x0110</td>
165
165
<td>IFD0</td>
166
166
<td>Exif.Image.Model</td>
167
167
<td>Ascii</td>
168
 
<td>Model of image input equipment</td>
 
168
<td>The model name or model number of the equipment. This is the model name or number of the DSC, scanner, video digitizer or other equipment that generated the image. When the field is left blank, it is treated as unknown.</td>
169
169
</tr>
170
170
<tr class="EvenRow">
171
171
<td>0x0111</td>
173
173
<td>IFD0</td>
174
174
<td>Exif.Image.StripOffsets</td>
175
175
<td>Long</td>
176
 
<td>Image data location</td>
 
176
<td>For each strip, the byte offset of that strip. It is recommended that this be selected so the number of strip bytes does not exceed 64 Kbytes. With JPEG compressed data this designation is not needed and is omitted. See also &lt;RowsPerStrip&gt; and &lt;StripByteCounts&gt;.</td>
177
177
</tr>
178
178
<tr class="OddRow">
179
179
<td>0x0112</td>
181
181
<td>IFD0</td>
182
182
<td>Exif.Image.Orientation</td>
183
183
<td>Short</td>
184
 
<td>Orientation of image</td>
 
184
<td>The image orientation viewed in terms of rows and columns.</td>
185
185
</tr>
186
186
<tr class="EvenRow">
187
187
<td>0x0115</td>
189
189
<td>IFD0</td>
190
190
<td>Exif.Image.SamplesPerPixel</td>
191
191
<td>Short</td>
192
 
<td>Number of components</td>
 
192
<td>The number of components per pixel. Since this standard applies to RGB and YCbCr images, the value set for this tag is 3. In JPEG compressed data a JPEG marker is used instead of this tag.</td>
193
193
</tr>
194
194
<tr class="OddRow">
195
195
<td>0x0116</td>
197
197
<td>IFD0</td>
198
198
<td>Exif.Image.RowsPerStrip</td>
199
199
<td>Long</td>
200
 
<td>Number of rows per strip</td>
 
200
<td>The number of rows per strip. This is the number of rows in the image of one strip when an image is divided into strips. With JPEG compressed data this designation is not needed and is omitted. See also &lt;StripOffsets&gt; and &lt;StripByteCounts&gt;.</td>
201
201
</tr>
202
202
<tr class="EvenRow">
203
203
<td>0x0117</td>
205
205
<td>IFD0</td>
206
206
<td>Exif.Image.StripByteCounts</td>
207
207
<td>Long</td>
208
 
<td>Bytes per compressed strip</td>
 
208
<td>The total number of bytes in each strip. With JPEG compressed data this designation is not needed and is omitted.</td>
209
209
</tr>
210
210
<tr class="OddRow">
211
211
<td>0x011a</td>
213
213
<td>IFD0</td>
214
214
<td>Exif.Image.XResolution</td>
215
215
<td>Rational</td>
216
 
<td>Image resolution in width direction</td>
 
216
<td>The number of pixels per &lt;ResolutionUnit&gt; in the &lt;ImageWidth&gt; direction. When the image resolution is unknown, 72 [dpi] is designated.</td>
217
217
</tr>
218
218
<tr class="EvenRow">
219
219
<td>0x011b</td>
221
221
<td>IFD0</td>
222
222
<td>Exif.Image.YResolution</td>
223
223
<td>Rational</td>
224
 
<td>Image resolution in height direction</td>
 
224
<td>The number of pixels per &lt;ResolutionUnit&gt; in the &lt;ImageLength&gt; direction. The same value as &lt;XResolution&gt; is designated.</td>
225
225
</tr>
226
226
<tr class="OddRow">
227
227
<td>0x011c</td>
229
229
<td>IFD0</td>
230
230
<td>Exif.Image.PlanarConfiguration</td>
231
231
<td>Short</td>
232
 
<td>Image data arrangement</td>
 
232
<td>Indicates whether pixel components are recorded in a chunky or planar format. In JPEG compressed files a JPEG marker is used instead of this tag. If this field does not exist, the TIFF default of 1 (chunky) is assumed.</td>
233
233
</tr>
234
234
<tr class="EvenRow">
235
235
<td>0x0128</td>
237
237
<td>IFD0</td>
238
238
<td>Exif.Image.ResolutionUnit</td>
239
239
<td>Short</td>
240
 
<td>Unit of X and Y resolution</td>
 
240
<td>The unit for measuring &lt;XResolution&gt; and &lt;YResolution&gt;. The same unit is used for both &lt;XResolution&gt; and &lt;YResolution&gt;. If the image resolution is unknown, 2 (inches) is designated.</td>
241
241
</tr>
242
242
<tr class="OddRow">
243
243
<td>0x012d</td>
245
245
<td>IFD0</td>
246
246
<td>Exif.Image.TransferFunction</td>
247
247
<td>Short</td>
248
 
<td>Transfer function</td>
 
248
<td>A transfer function for the image, described in tabular style. Normally this tag is not necessary, since color space is specified in the color space information tag (&lt;ColorSpace&gt;).</td>
249
249
</tr>
250
250
<tr class="EvenRow">
251
251
<td>0x0131</td>
253
253
<td>IFD0</td>
254
254
<td>Exif.Image.Software</td>
255
255
<td>Ascii</td>
256
 
<td>Software used</td>
 
256
<td>This tag records the name and version of the software or firmware of the camera or image input device used to generate the image. The detailed format is not specified, but it is recommended that the example shown below be followed. When the field is left blank, it is treated as unknown.</td>
257
257
</tr>
258
258
<tr class="OddRow">
259
259
<td>0x0132</td>
261
261
<td>IFD0</td>
262
262
<td>Exif.Image.DateTime</td>
263
263
<td>Ascii</td>
264
 
<td>File change date and time</td>
 
264
<td>The date and time of image creation. In Exif standard, it is the date and time the file was changed.</td>
265
265
</tr>
266
266
<tr class="EvenRow">
267
267
<td>0x013b</td>
269
269
<td>IFD0</td>
270
270
<td>Exif.Image.Artist</td>
271
271
<td>Ascii</td>
272
 
<td>Person who created the image</td>
 
272
<td>This tag records the name of the camera owner, photographer or image creator. The detailed format is not specified, but it is recommended that the information be written as in the example below for ease of Interoperability. When the field is left blank, it is treated as unknown.</td>
273
273
</tr>
274
274
<tr class="OddRow">
275
275
<td>0x013e</td>
277
277
<td>IFD0</td>
278
278
<td>Exif.Image.WhitePoint</td>
279
279
<td>Rational</td>
280
 
<td>White point chromaticity</td>
 
280
<td>The chromaticity of the white point of the image. Normally this tag is not necessary, since color space is specified in the colorspace information tag (&lt;ColorSpace&gt;).</td>
281
281
</tr>
282
282
<tr class="EvenRow">
283
283
<td>0x013f</td>
285
285
<td>IFD0</td>
286
286
<td>Exif.Image.PrimaryChromaticities</td>
287
287
<td>Rational</td>
288
 
<td>Chromaticities of primaries</td>
 
288
<td>The chromaticity of the three primary colors of the image. Normally this tag is not necessary, since colorspace is specified in the colorspace information tag (&lt;ColorSpace&gt;).</td>
289
289
</tr>
290
290
<tr class="OddRow">
291
291
<td>0x014a</td>
317
317
<td>IFD0</td>
318
318
<td>Exif.Image.JPEGInterchangeFormat</td>
319
319
<td>Long</td>
320
 
<td>Offset to JPEG SOI</td>
 
320
<td>The offset to the start byte (SOI) of JPEG compressed thumbnail data. This is not used for primary image JPEG data.</td>
321
321
</tr>
322
322
<tr class="OddRow">
323
323
<td>0x0202</td>
325
325
<td>IFD0</td>
326
326
<td>Exif.Image.JPEGInterchangeFormatLength</td>
327
327
<td>Long</td>
328
 
<td>Bytes of JPEG data</td>
 
328
<td>The number of bytes of JPEG compressed thumbnail data. This is not used for primary image JPEG data. JPEG thumbnails are not divided but are recorded as a continuous JPEG bitstream from SOI to EOI. Appn and COM markers should not be recorded. Compressed thumbnails must be recorded in no more than 64 Kbytes, including all other data to be recorded in APP1.</td>
329
329
</tr>
330
330
<tr class="EvenRow">
331
331
<td>0x0211</td>
333
333
<td>IFD0</td>
334
334
<td>Exif.Image.YCbCrCoefficients</td>
335
335
<td>Rational</td>
336
 
<td>Color space transformation matrix coefficients</td>
 
336
<td>The matrix coefficients for transformation from RGB to YCbCr image data. No default is given in TIFF; but here the value given in Appendix E, "Color Space Guidelines", is used as the default. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability this condition.</td>
337
337
</tr>
338
338
<tr class="OddRow">
339
339
<td>0x0212</td>
341
341
<td>IFD0</td>
342
342
<td>Exif.Image.YCbCrSubSampling</td>
343
343
<td>Short</td>
344
 
<td>Subsampling ratio of Y to C</td>
 
344
<td>The sampling ratio of chrominance components in relation to the luminance component. In JPEG compressed data a JPEG marker is used instead of this tag.</td>
345
345
</tr>
346
346
<tr class="EvenRow">
347
347
<td>0x0213</td>
349
349
<td>IFD0</td>
350
350
<td>Exif.Image.YCbCrPositioning</td>
351
351
<td>Short</td>
352
 
<td>Y and C positioning</td>
 
352
<td>The position of chrominance components in relation to the luminance component. This field is designated only for JPEG compressed data or uncompressed YCbCr data. The TIFF default is 1 (centered); but when Y:Cb:Cr = 4:2:2 it is recommended in this standard that 2 (co-sited) be used to record data, in order to improve the image quality when viewed on TV systems. When this field does not exist, the reader shall assume the TIFF default. In the case of Y:Cb:Cr = 4:2:0, the TIFF default (centered) is recommended. If the reader does not have the capability of supporting both kinds of &lt;YCbCrPositioning&gt;, it shall follow the TIFF default regardless of the value in this field. It is preferable that readers be able to support both centered and co-sited positioning.</td>
353
353
</tr>
354
354
<tr class="OddRow">
355
355
<td>0x0214</td>
357
357
<td>IFD0</td>
358
358
<td>Exif.Image.ReferenceBlackWhite</td>
359
359
<td>Rational</td>
360
 
<td>Pair of black and white reference values</td>
 
360
<td>The reference black point value and reference white point value. No defaults are given in TIFF, but the values below are given as defaults here. The color space is declared in a color space information tag, with the default being the value that gives the optimal image characteristics Interoperability these conditions.</td>
361
361
</tr>
362
362
<tr class="EvenRow">
363
363
<td>0x02bc</td>
405
405
<td>IFD0</td>
406
406
<td>Exif.Image.Copyright</td>
407
407
<td>Ascii</td>
408
 
<td>Copyright holder</td>
 
408
<td>Copyright information. In this standard the tag is used to indicate both the photographer and editor copyrights. It is the copyright notice of the person or organization claiming rights to the image. The Interoperability copyright statement including date and rights should be written in this field; e.g., "Copyright, John Smith, 19xx. All rights reserved.". In this standard the field records both the photographer and editor copyrights, with each recorded in a separate part of the statement. When the field is left blank, it is treated as unknown.</td>
409
409
</tr>
410
410
<tr class="EvenRow">
411
411
<td>0x8649</td>
421
421
<td>IFD0</td>
422
422
<td>Exif.Image.ExifTag</td>
423
423
<td>Long</td>
424
 
<td>Exif IFD Pointer</td>
 
424
<td>A pointer to the Exif IFD. Interoperability, Exif IFD has the same structure as that of the IFD specified in TIFF. ordinarily, however, it does not contain image data as in the case of TIFF.</td>
425
425
</tr>
426
426
<tr class="EvenRow">
427
427
<td>0x8773</td>
437
437
<td>IFD0</td>
438
438
<td>Exif.Image.GPSTag</td>
439
439
<td>Long</td>
440
 
<td>GPSInfo IFD Pointer</td>
 
440
<td>A pointer to the GPS Info IFD. The Interoperability structure of the GPS Info IFD, like that of Exif IFD, has no image data.</td>
441
441
</tr>
442
442
<tr class="EvenRow">
443
443
<td>0x9216</td>
453
453
<td>Exif</td>
454
454
<td>Exif.Photo.ExposureTime</td>
455
455
<td>Rational</td>
456
 
<td>Exposure time</td>
 
456
<td>Exposure time, given in seconds (sec).</td>
457
457
</tr>
458
458
<tr class="EvenRow">
459
459
<td>0x829d</td>
461
461
<td>Exif</td>
462
462
<td>Exif.Photo.FNumber</td>
463
463
<td>Rational</td>
464
 
<td>F number</td>
 
464
<td>The F number.</td>
465
465
</tr>
466
466
<tr class="OddRow">
467
467
<td>0x8822</td>
469
469
<td>Exif</td>
470
470
<td>Exif.Photo.ExposureProgram</td>
471
471
<td>Short</td>
472
 
<td>Exposure program</td>
 
472
<td>The class of the program used by the camera to set exposure when the picture is taken.</td>
473
473
</tr>
474
474
<tr class="EvenRow">
475
475
<td>0x8824</td>
477
477
<td>Exif</td>
478
478
<td>Exif.Photo.SpectralSensitivity</td>
479
479
<td>Ascii</td>
480
 
<td>Spectral sensitivity</td>
 
480
<td>Indicates the spectral sensitivity of each channel of the camera used. The tag value is an ASCII string compatible with the standard developed by the ASTM Technical Committee.</td>
481
481
</tr>
482
482
<tr class="OddRow">
483
483
<td>0x8827</td>
485
485
<td>Exif</td>
486
486
<td>Exif.Photo.ISOSpeedRatings</td>
487
487
<td>Short</td>
488
 
<td>ISO speed ratings</td>
 
488
<td>Indicates the ISO Speed and ISO Latitude of the camera or input device as specified in ISO 12232.</td>
489
489
</tr>
490
490
<tr class="EvenRow">
491
491
<td>0x8828</td>
493
493
<td>Exif</td>
494
494
<td>Exif.Photo.OECF</td>
495
495
<td>Undefined</td>
496
 
<td>Optoelectric coefficient</td>
 
496
<td>Indicates the Opto-Electoric Conversion Function (OECF) specified in ISO 14524. &lt;OECF&gt; is the relationship between the camera optical input and the image values.</td>
497
497
</tr>
498
498
<tr class="OddRow">
499
499
<td>0x9000</td>
501
501
<td>Exif</td>
502
502
<td>Exif.Photo.ExifVersion</td>
503
503
<td>Undefined</td>
504
 
<td>Exif Version</td>
 
504
<td>The version of this standard supported. Nonexistence of this field is taken to mean nonconformance to the standard.</td>
505
505
</tr>
506
506
<tr class="EvenRow">
507
507
<td>0x9003</td>
509
509
<td>Exif</td>
510
510
<td>Exif.Photo.DateTimeOriginal</td>
511
511
<td>Ascii</td>
512
 
<td>Date and time original image was generated</td>
 
512
<td>The date and time when the original image data was generated. For a digital still camera the date and time the picture was taken are recorded.</td>
513
513
</tr>
514
514
<tr class="OddRow">
515
515
<td>0x9004</td>
517
517
<td>Exif</td>
518
518
<td>Exif.Photo.DateTimeDigitized</td>
519
519
<td>Ascii</td>
520
 
<td>Date and time image was made digital data</td>
 
520
<td>The date and time when the image was stored as digital data.</td>
521
521
</tr>
522
522
<tr class="EvenRow">
523
523
<td>0x9101</td>
525
525
<td>Exif</td>
526
526
<td>Exif.Photo.ComponentsConfiguration</td>
527
527
<td>Undefined</td>
528
 
<td>Meaning of each component</td>
 
528
<td>Information specific to compressed data. The channels of each component are arranged in order from the 1st component to the 4th. For uncompressed data the data arrangement is given in the &lt;PhotometricInterpretation&gt; tag. However, since &lt;PhotometricInterpretation&gt; can only express the order of Y, Cb and Cr, this tag is provided for cases when compressed data uses components other than Y, Cb, and Cr and to enable support of other sequences.</td>
529
529
</tr>
530
530
<tr class="OddRow">
531
531
<td>0x9102</td>
533
533
<td>Exif</td>
534
534
<td>Exif.Photo.CompressedBitsPerPixel</td>
535
535
<td>Rational</td>
536
 
<td>Image compression mode</td>
 
536
<td>Information specific to compressed data. The compression mode used for a compressed image is indicated in unit bits per pixel.</td>
537
537
</tr>
538
538
<tr class="EvenRow">
539
539
<td>0x9201</td>
541
541
<td>Exif</td>
542
542
<td>Exif.Photo.ShutterSpeedValue</td>
543
543
<td>SRational</td>
544
 
<td>Shutter speed</td>
 
544
<td>Shutter speed. The unit is the APEX (Additive System of Photographic Exposure) setting.</td>
545
545
</tr>
546
546
<tr class="OddRow">
547
547
<td>0x9202</td>
549
549
<td>Exif</td>
550
550
<td>Exif.Photo.ApertureValue</td>
551
551
<td>Rational</td>
552
 
<td>Aperture</td>
 
552
<td>The lens aperture. The unit is the APEX value.</td>
553
553
</tr>
554
554
<tr class="EvenRow">
555
555
<td>0x9203</td>
557
557
<td>Exif</td>
558
558
<td>Exif.Photo.BrightnessValue</td>
559
559
<td>SRational</td>
560
 
<td>Brightness</td>
 
560
<td>The value of brightness. The unit is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.</td>
561
561
</tr>
562
562
<tr class="OddRow">
563
563
<td>0x9204</td>
565
565
<td>Exif</td>
566
566
<td>Exif.Photo.ExposureBiasValue</td>
567
567
<td>SRational</td>
568
 
<td>Exposure bias</td>
 
568
<td>The exposure bias. The units is the APEX value. Ordinarily it is given in the range of -99.99 to 99.99.</td>
569
569
</tr>
570
570
<tr class="EvenRow">
571
571
<td>0x9205</td>
573
573
<td>Exif</td>
574
574
<td>Exif.Photo.MaxApertureValue</td>
575
575
<td>Rational</td>
576
 
<td>Maximum lens aperture</td>
 
576
<td>The smallest F number of the lens. The unit is the APEX value. Ordinarily it is given in the range of 00.00 to 99.99, but it is not limited to this range.</td>
577
577
</tr>
578
578
<tr class="OddRow">
579
579
<td>0x9206</td>
581
581
<td>Exif</td>
582
582
<td>Exif.Photo.SubjectDistance</td>
583
583
<td>Rational</td>
584
 
<td>Subject distance</td>
 
584
<td>The distance to the subject, given in meters.</td>
585
585
</tr>
586
586
<tr class="EvenRow">
587
587
<td>0x9207</td>
589
589
<td>Exif</td>
590
590
<td>Exif.Photo.MeteringMode</td>
591
591
<td>Short</td>
592
 
<td>Metering mode</td>
 
592
<td>The metering mode.</td>
593
593
</tr>
594
594
<tr class="OddRow">
595
595
<td>0x9208</td>
597
597
<td>Exif</td>
598
598
<td>Exif.Photo.LightSource</td>
599
599
<td>Short</td>
600
 
<td>Light source</td>
 
600
<td>The kind of light source.</td>
601
601
</tr>
602
602
<tr class="EvenRow">
603
603
<td>0x9209</td>
605
605
<td>Exif</td>
606
606
<td>Exif.Photo.Flash</td>
607
607
<td>Short</td>
608
 
<td>Flash</td>
 
608
<td>This tag is recorded when an image is taken using a strobe light (flash).</td>
609
609
</tr>
610
610
<tr class="OddRow">
611
611
<td>0x920a</td>
613
613
<td>Exif</td>
614
614
<td>Exif.Photo.FocalLength</td>
615
615
<td>Rational</td>
616
 
<td>Lens focal length</td>
 
616
<td>The actual focal length of the lens, in mm. Conversion is not made to the focal length of a 35 mm film camera.</td>
617
617
</tr>
618
618
<tr class="EvenRow">
619
619
<td>0x9214</td>
621
621
<td>Exif</td>
622
622
<td>Exif.Photo.SubjectArea</td>
623
623
<td>Short</td>
624
 
<td>Subject area</td>
 
624
<td>This tag indicates the location and area of the main subject in the overall scene.</td>
625
625
</tr>
626
626
<tr class="OddRow">
627
627
<td>0x927c</td>
629
629
<td>Exif</td>
630
630
<td>Exif.Photo.MakerNote</td>
631
631
<td>Undefined</td>
632
 
<td>Manufacturer notes</td>
 
632
<td>A tag for manufacturers of Exif writers to record any desired information. The contents are up to the manufacturer.</td>
633
633
</tr>
634
634
<tr class="EvenRow">
635
635
<td>0x9286</td>
637
637
<td>Exif</td>
638
638
<td>Exif.Photo.UserComment</td>
639
639
<td>Comment</td>
640
 
<td>User comments</td>
 
640
<td>A tag for Exif users to write keywords or comments on the image besides those in &lt;ImageDescription&gt;, and without the character code limitations of the &lt;ImageDescription&gt; tag.</td>
641
641
</tr>
642
642
<tr class="OddRow">
643
643
<td>0x9290</td>
645
645
<td>Exif</td>
646
646
<td>Exif.Photo.SubSecTime</td>
647
647
<td>Ascii</td>
648
 
<td>DateTime subseconds</td>
 
648
<td>A tag used to record fractions of seconds for the &lt;DateTime&gt; tag.</td>
649
649
</tr>
650
650
<tr class="EvenRow">
651
651
<td>0x9291</td>
653
653
<td>Exif</td>
654
654
<td>Exif.Photo.SubSecTimeOriginal</td>
655
655
<td>Ascii</td>
656
 
<td>DateTimeOriginal subseconds</td>
 
656
<td>A tag used to record fractions of seconds for the &lt;DateTimeOriginal&gt; tag.</td>
657
657
</tr>
658
658
<tr class="OddRow">
659
659
<td>0x9292</td>
661
661
<td>Exif</td>
662
662
<td>Exif.Photo.SubSecTimeDigitized</td>
663
663
<td>Ascii</td>
664
 
<td>DateTimeDigitized subseconds</td>
 
664
<td>A tag used to record fractions of seconds for the &lt;DateTimeDigitized&gt; tag.</td>
665
665
</tr>
666
666
<tr class="EvenRow">
667
667
<td>0xa000</td>
669
669
<td>Exif</td>
670
670
<td>Exif.Photo.FlashpixVersion</td>
671
671
<td>Undefined</td>
672
 
<td>Supported Flashpix version</td>
 
672
<td>The FlashPix format version supported by a FPXR file.</td>
673
673
</tr>
674
674
<tr class="OddRow">
675
675
<td>0xa001</td>
677
677
<td>Exif</td>
678
678
<td>Exif.Photo.ColorSpace</td>
679
679
<td>Short</td>
680
 
<td>Color space information</td>
 
680
<td>The color space information tag is always recorded as the color space specifier. Normally sRGB (=1) is used to define the color space based on the PC monitor conditions and environment. If a color space other than sRGB is used, Uncalibrated (=FFFF.H) is set. Image data recorded as Uncalibrated can be treated as sRGB when it is converted to FlashPix.</td>
681
681
</tr>
682
682
<tr class="EvenRow">
683
683
<td>0xa002</td>
685
685
<td>Exif</td>
686
686
<td>Exif.Photo.PixelXDimension</td>
687
687
<td>Long</td>
688
 
<td>Valid image width</td>
 
688
<td>Information specific to compressed data. When a compressed file is recorded, the valid width of the meaningful image must be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file.</td>
689
689
</tr>
690
690
<tr class="OddRow">
691
691
<td>0xa003</td>
693
693
<td>Exif</td>
694
694
<td>Exif.Photo.PixelYDimension</td>
695
695
<td>Long</td>
696
 
<td>Valid image height</td>
 
696
<td>Information specific to compressed data. When a compressed file is recorded, the valid height of the meaningful image must be recorded in this tag, whether or not there is padding data or a restart marker. This tag should not exist in an uncompressed file. Since data padding is unnecessary in the vertical direction, the number of lines recorded in this valid image height tag will in fact be the same as that recorded in the SOF.</td>
697
697
</tr>
698
698
<tr class="EvenRow">
699
699
<td>0xa004</td>
701
701
<td>Exif</td>
702
702
<td>Exif.Photo.RelatedSoundFile</td>
703
703
<td>Ascii</td>
704
 
<td>Related audio file</td>
 
704
<td>This tag is used to record the name of an audio file related to the image data. The only relational information recorded here is the Exif audio file name and extension (an ASCII string consisting of 8 characters + '.' + 3 characters). The path is not recorded.</td>
705
705
</tr>
706
706
<tr class="OddRow">
707
707
<td>0xa005</td>
709
709
<td>Exif</td>
710
710
<td>Exif.Photo.InteroperabilityTag</td>
711
711
<td>Long</td>
712
 
<td>Interoperability IFD Pointer</td>
 
712
<td>Interoperability IFD is composed of tags which stores the information to ensure the Interoperability and pointed by the following tag located in Exif IFD. The Interoperability structure of Interoperability IFD is the same as TIFF defined IFD structure but does not contain the image data characteristically compared with normal TIFF IFD.</td>
713
713
</tr>
714
714
<tr class="EvenRow">
715
715
<td>0xa20b</td>
717
717
<td>Exif</td>
718
718
<td>Exif.Photo.FlashEnergy</td>
719
719
<td>Rational</td>
720
 
<td>Flash energy</td>
 
720
<td>Indicates the strobe energy at the time the image is captured, as measured in Beam Candle Power Seconds (BCPS).</td>
721
721
</tr>
722
722
<tr class="OddRow">
723
723
<td>0xa20c</td>
725
725
<td>Exif</td>
726
726
<td>Exif.Photo.SpatialFrequencyResponse</td>
727
727
<td>Undefined</td>
728
 
<td>Spatial frequency response</td>
 
728
<td>This tag records the camera or input device spatial frequency table and SFR values in the direction of image width, image height, and diagonal direction, as specified in ISO 12233.</td>
729
729
</tr>
730
730
<tr class="EvenRow">
731
731
<td>0xa20e</td>
733
733
<td>Exif</td>
734
734
<td>Exif.Photo.FocalPlaneXResolution</td>
735
735
<td>Rational</td>
736
 
<td>Focal plane X resolution</td>
 
736
<td>Indicates the number of pixels in the image width (X) direction per &lt;FocalPlaneResolutionUnit&gt; on the camera focal plane.</td>
737
737
</tr>
738
738
<tr class="OddRow">
739
739
<td>0xa20f</td>
741
741
<td>Exif</td>
742
742
<td>Exif.Photo.FocalPlaneYResolution</td>
743
743
<td>Rational</td>
744
 
<td>Focal plane Y resolution</td>
 
744
<td>Indicates the number of pixels in the image height (V) direction per &lt;FocalPlaneResolutionUnit&gt; on the camera focal plane.</td>
745
745
</tr>
746
746
<tr class="EvenRow">
747
747
<td>0xa210</td>
749
749
<td>Exif</td>
750
750
<td>Exif.Photo.FocalPlaneResolutionUnit</td>
751
751
<td>Short</td>
752
 
<td>Focal plane resolution unit</td>
 
752
<td>Indicates the unit for measuring &lt;FocalPlaneXResolution&gt; and &lt;FocalPlaneYResolution&gt;. This value is the same as the &lt;ResolutionUnit&gt;.</td>
753
753
</tr>
754
754
<tr class="OddRow">
755
755
<td>0xa214</td>
757
757
<td>Exif</td>
758
758
<td>Exif.Photo.SubjectLocation</td>
759
759
<td>Short</td>
760
 
<td>Subject location</td>
 
760
<td>Indicates the location of the main subject in the scene. The value of this tag represents the pixel at the center of the main subject relative to the left edge, prior to rotation processing as per the &lt;Rotation&gt; tag. The first value indicates the X column number and second indicates the Y row number.</td>
761
761
</tr>
762
762
<tr class="EvenRow">
763
763
<td>0xa215</td>
765
765
<td>Exif</td>
766
766
<td>Exif.Photo.ExposureIndex</td>
767
767
<td>Rational</td>
768
 
<td>Exposure index</td>
 
768
<td>Indicates the exposure index selected on the camera or input device at the time the image is captured.</td>
769
769
</tr>
770
770
<tr class="OddRow">
771
771
<td>0xa217</td>
773
773
<td>Exif</td>
774
774
<td>Exif.Photo.SensingMethod</td>
775
775
<td>Short</td>
776
 
<td>Sensing method</td>
 
776
<td>Indicates the image sensor type on the camera or input device.</td>
777
777
</tr>
778
778
<tr class="EvenRow">
779
779
<td>0xa300</td>
781
781
<td>Exif</td>
782
782
<td>Exif.Photo.FileSource</td>
783
783
<td>Undefined</td>
784
 
<td>File source</td>
 
784
<td>Indicates the image source. If a DSC recorded the image, this tag value of this tag always be set to 3, indicating that the image was recorded on a DSC.</td>
785
785
</tr>
786
786
<tr class="OddRow">
787
787
<td>0xa301</td>
789
789
<td>Exif</td>
790
790
<td>Exif.Photo.SceneType</td>
791
791
<td>Undefined</td>
792
 
<td>Scene type</td>
 
792
<td>Indicates the type of scene. If a DSC recorded the image, this tag value must always be set to 1, indicating that the image was directly photographed.</td>
793
793
</tr>
794
794
<tr class="EvenRow">
795
795
<td>0xa302</td>
797
797
<td>Exif</td>
798
798
<td>Exif.Photo.CFAPattern</td>
799
799
<td>Undefined</td>
800
 
<td>CFA pattern</td>
 
800
<td>Indicates the color filter array (CFA) geometric pattern of the image sensor when a one-chip color area sensor is used. It does not apply to all sensing methods.</td>
801
801
</tr>
802
802
<tr class="OddRow">
803
803
<td>0xa401</td>
805
805
<td>Exif</td>
806
806
<td>Exif.Photo.CustomRendered</td>
807
807
<td>Short</td>
808
 
<td>Custom image processing</td>
 
808
<td>This tag indicates the use of special processing on image data, such as rendering geared to output. When special processing is performed, the reader is expected to disable or minimize any further processing.</td>
809
809
</tr>
810
810
<tr class="EvenRow">
811
811
<td>0xa402</td>
813
813
<td>Exif</td>
814
814
<td>Exif.Photo.ExposureMode</td>
815
815
<td>Short</td>
816
 
<td>Exposure mode</td>
 
816
<td>This tag indicates the exposure mode set when the image was shot. In auto-bracketing mode, the camera shoots a series of frames of the same scene at different exposure settings.</td>
817
817
</tr>
818
818
<tr class="OddRow">
819
819
<td>0xa403</td>
821
821
<td>Exif</td>
822
822
<td>Exif.Photo.WhiteBalance</td>
823
823
<td>Short</td>
824
 
<td>White balance</td>
 
824
<td>This tag indicates the white balance mode set when the image was shot.</td>
825
825
</tr>
826
826
<tr class="EvenRow">
827
827
<td>0xa404</td>
829
829
<td>Exif</td>
830
830
<td>Exif.Photo.DigitalZoomRatio</td>
831
831
<td>Rational</td>
832
 
<td>Digital zoom ratio</td>
 
832
<td>This tag indicates the digital zoom ratio when the image was shot. If the numerator of the recorded value is 0, this indicates that digital zoom was not used.</td>
833
833
</tr>
834
834
<tr class="OddRow">
835
835
<td>0xa405</td>
837
837
<td>Exif</td>
838
838
<td>Exif.Photo.FocalLengthIn35mmFilm</td>
839
839
<td>Short</td>
840
 
<td>Focal length in 35 mm film</td>
 
840
<td>This tag indicates the equivalent focal length assuming a 35mm film camera, in mm. A value of 0 means the focal length is unknown. Note that this tag differs from the &lt;FocalLength&gt; tag.</td>
841
841
</tr>
842
842
<tr class="EvenRow">
843
843
<td>0xa406</td>
845
845
<td>Exif</td>
846
846
<td>Exif.Photo.SceneCaptureType</td>
847
847
<td>Short</td>
848
 
<td>Scene capture type</td>
 
848
<td>This tag indicates the type of scene that was shot. It can also be used to record the mode in which the image was shot. Note that this differs from the &lt;SceneType&gt; tag.</td>
849
849
</tr>
850
850
<tr class="OddRow">
851
851
<td>0xa407</td>
852
852
<td>41991</td>
853
853
<td>Exif</td>
854
854
<td>Exif.Photo.GainControl</td>
855
 
<td>Rational</td>
856
 
<td>Gain control</td>
 
855
<td>Short</td>
 
856
<td>This tag indicates the degree of overall image gain adjustment.</td>
857
857
</tr>
858
858
<tr class="EvenRow">
859
859
<td>0xa408</td>
861
861
<td>Exif</td>
862
862
<td>Exif.Photo.Contrast</td>
863
863
<td>Short</td>
864
 
<td>Contrast</td>
 
864
<td>This tag indicates the direction of contrast processing applied by the camera when the image was shot.</td>
865
865
</tr>
866
866
<tr class="OddRow">
867
867
<td>0xa409</td>
869
869
<td>Exif</td>
870
870
<td>Exif.Photo.Saturation</td>
871
871
<td>Short</td>
872
 
<td>Saturation</td>
 
872
<td>This tag indicates the direction of saturation processing applied by the camera when the image was shot.</td>
873
873
</tr>
874
874
<tr class="EvenRow">
875
875
<td>0xa40a</td>
877
877
<td>Exif</td>
878
878
<td>Exif.Photo.Sharpness</td>
879
879
<td>Short</td>
880
 
<td>Sharpness</td>
 
880
<td>This tag indicates the direction of sharpness processing applied by the camera when the image was shot.</td>
881
881
</tr>
882
882
<tr class="OddRow">
883
883
<td>0xa40b</td>
885
885
<td>Exif</td>
886
886
<td>Exif.Photo.DeviceSettingDescription</td>
887
887
<td>Undefined</td>
888
 
<td>Device settings description</td>
 
888
<td>This tag indicates information on the picture-taking conditions of a particular camera model. The tag is used only to indicate the picture-taking conditions in the reader.</td>
889
889
</tr>
890
890
<tr class="EvenRow">
891
891
<td>0xa40c</td>
893
893
<td>Exif</td>
894
894
<td>Exif.Photo.SubjectDistanceRange</td>
895
895
<td>Short</td>
896
 
<td>Subject distance range</td>
 
896
<td>This tag indicates the distance to the subject.</td>
897
897
</tr>
898
898
<tr class="OddRow">
899
899
<td>0xa420</td>
901
901
<td>Exif</td>
902
902
<td>Exif.Photo.ImageUniqueID</td>
903
903
<td>Ascii</td>
904
 
<td>Unique image ID</td>
 
904
<td>This tag indicates an identifier assigned uniquely to each image. It is recorded as an ASCII string equivalent to hexadecimal notation and 128-bit fixed length.</td>
905
905
</tr>
906
906
<tr class="EvenRow">
907
907
<td>0x0001</td>
909
909
<td>Iop</td>
910
910
<td>Exif.Iop.InteroperabilityIndex</td>
911
911
<td>Ascii</td>
912
 
<td>Interoperability Identification</td>
 
912
<td>Indicates the identification of the Interoperability rule. Use "R98" for stating ExifR98 Rules. Four bytes used including the termination code (NULL). see the separate volume of Recommended Exif Interoperability Rules (ExifR98) for other tags used for ExifR98.</td>
913
913
</tr>
914
914
<tr class="OddRow">
915
915
<td>0x0002</td>
949
949
<td>GPSInfo</td>
950
950
<td>Exif.GPSInfo.GPSVersionID</td>
951
951
<td>Byte</td>
952
 
<td>GPS tag version</td>
 
952
<td>Indicates the version of &lt;GPSInfoIFD&gt;. The version is given as 2.0.0.0. This tag is mandatory when &lt;GPSInfo&gt; tag is present. (Note: The &lt;GPSVersionID&gt; tag is given in bytes, unlike the &lt;ExifVersion&gt; tag. When the version is 2.0.0.0, the tag value is 02000000.H).</td>
953
953
</tr>
954
954
<tr class="EvenRow">
955
955
<td>0x0001</td>
957
957
<td>GPSInfo</td>
958
958
<td>Exif.GPSInfo.GPSLatitudeRef</td>
959
959
<td>Ascii</td>
960
 
<td>North or South Latitude</td>
 
960
<td>Indicates whether the latitude is north or south latitude. The ASCII value 'N' indicates north latitude, and 'S' is south latitude.</td>
961
961
</tr>
962
962
<tr class="OddRow">
963
963
<td>0x0002</td>
965
965
<td>GPSInfo</td>
966
966
<td>Exif.GPSInfo.GPSLatitude</td>
967
967
<td>Rational</td>
968
 
<td>Latitude</td>
 
968
<td>Indicates the latitude. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. When degrees, minutes and seconds are expressed, the format is dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format is dd/1,mmmm/100,0/1.</td>
969
969
</tr>
970
970
<tr class="EvenRow">
971
971
<td>0x0003</td>
973
973
<td>GPSInfo</td>
974
974
<td>Exif.GPSInfo.GPSLongitudeRef</td>
975
975
<td>Ascii</td>
976
 
<td>East or West Longitude</td>
 
976
<td>Indicates whether the longitude is east or west longitude. ASCII 'E' indicates east longitude, and 'W' is west longitude.</td>
977
977
</tr>
978
978
<tr class="OddRow">
979
979
<td>0x0004</td>
981
981
<td>GPSInfo</td>
982
982
<td>Exif.GPSInfo.GPSLongitude</td>
983
983
<td>Rational</td>
984
 
<td>Longitude</td>
 
984
<td>Indicates the longitude. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. When degrees, minutes and seconds are expressed, the format is ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format is ddd/1,mmmm/100,0/1.</td>
985
985
</tr>
986
986
<tr class="EvenRow">
987
987
<td>0x0005</td>
989
989
<td>GPSInfo</td>
990
990
<td>Exif.GPSInfo.GPSAltitudeRef</td>
991
991
<td>Byte</td>
992
 
<td>Altitude reference</td>
 
992
<td>Indicates the altitude used as the reference altitude. If the reference is sea level and the altitude is above sea level, 0 is given. If the altitude is below sea level, a value of 1 is given and the altitude is indicated as an absolute value in the GSPAltitude tag. The reference unit is meters. Note that this tag is BYTE type, unlike other reference tags.</td>
993
993
</tr>
994
994
<tr class="OddRow">
995
995
<td>0x0006</td>
997
997
<td>GPSInfo</td>
998
998
<td>Exif.GPSInfo.GPSAltitude</td>
999
999
<td>Rational</td>
1000
 
<td>Altitude</td>
 
1000
<td>Indicates the altitude based on the reference in GPSAltitudeRef. Altitude is expressed as one RATIONAL value. The reference unit is meters.</td>
1001
1001
</tr>
1002
1002
<tr class="EvenRow">
1003
1003
<td>0x0007</td>
1005
1005
<td>GPSInfo</td>
1006
1006
<td>Exif.GPSInfo.GPSTimeStamp</td>
1007
1007
<td>Rational</td>
1008
 
<td>GPS time (atomic clock)</td>
 
1008
<td>Indicates the time as UTC (Coordinated Universal Time). &lt;TimeStamp&gt; is expressed as three RATIONAL values giving the hour, minute, and second (atomic clock).</td>
1009
1009
</tr>
1010
1010
<tr class="OddRow">
1011
1011
<td>0x0008</td>
1013
1013
<td>GPSInfo</td>
1014
1014
<td>Exif.GPSInfo.GPSSatellites</td>
1015
1015
<td>Ascii</td>
1016
 
<td>GPS satellites used for measurement</td>
 
1016
<td>Indicates the GPS satellites used for measurements. This tag can be used to describe the number of satellites, their ID number, angle of elevation, azimuth, SNR and other information in ASCII notation. The format is not specified. If the GPS receiver is incapable of taking measurements, value of the tag is set to NULL.</td>
1017
1017
</tr>
1018
1018
<tr class="EvenRow">
1019
1019
<td>0x0009</td>
1021
1021
<td>GPSInfo</td>
1022
1022
<td>Exif.GPSInfo.GPSStatus</td>
1023
1023
<td>Ascii</td>
1024
 
<td>GPS receiver status</td>
 
1024
<td>Indicates the status of the GPS receiver when the image is recorded. "A" means measurement is in progress, and "V" means the measurement is Interoperability.</td>
1025
1025
</tr>
1026
1026
<tr class="OddRow">
1027
1027
<td>0x000a</td>
1029
1029
<td>GPSInfo</td>
1030
1030
<td>Exif.GPSInfo.GPSMeasureMode</td>
1031
1031
<td>Ascii</td>
1032
 
<td>GPS measurement mode</td>
 
1032
<td>Indicates the GPS measurement mode. "2" means two-dimensional measurement and "3" means three-dimensional measurement is in progress.</td>
1033
1033
</tr>
1034
1034
<tr class="EvenRow">
1035
1035
<td>0x000b</td>
1037
1037
<td>GPSInfo</td>
1038
1038
<td>Exif.GPSInfo.GPSDOP</td>
1039
1039
<td>Rational</td>
1040
 
<td>Measurement precision</td>
 
1040
<td>Indicates the GPS DOP (data degree of precision). An HDOP value is written during two-dimensional measurement, and PDOP during three-dimensional measurement.</td>
1041
1041
</tr>
1042
1042
<tr class="OddRow">
1043
1043
<td>0x000c</td>
1045
1045
<td>GPSInfo</td>
1046
1046
<td>Exif.GPSInfo.GPSSpeedRef</td>
1047
1047
<td>Ascii</td>
1048
 
<td>Speed unit</td>
 
1048
<td>Indicates the unit used to express the GPS receiver speed of movement. "K" "M" and "N" represents kilometers per hour, miles per hour, and knots.</td>
1049
1049
</tr>
1050
1050
<tr class="EvenRow">
1051
1051
<td>0x000d</td>
1053
1053
<td>GPSInfo</td>
1054
1054
<td>Exif.GPSInfo.GPSSpeed</td>
1055
1055
<td>Rational</td>
1056
 
<td>Speed of GPS receiver</td>
 
1056
<td>Indicates the speed of GPS receiver movement.</td>
1057
1057
</tr>
1058
1058
<tr class="OddRow">
1059
1059
<td>0x000e</td>
1061
1061
<td>GPSInfo</td>
1062
1062
<td>Exif.GPSInfo.GPSTrackRef</td>
1063
1063
<td>Ascii</td>
1064
 
<td>Reference for direction of movement</td>
 
1064
<td>Indicates the reference for giving the direction of GPS receiver movement. "T" denotes true direction and "M" is magnetic direction.</td>
1065
1065
</tr>
1066
1066
<tr class="EvenRow">
1067
1067
<td>0x000f</td>
1069
1069
<td>GPSInfo</td>
1070
1070
<td>Exif.GPSInfo.GPSTrack</td>
1071
1071
<td>Rational</td>
1072
 
<td>Direction of movement</td>
 
1072
<td>Indicates the direction of GPS receiver movement. The range of values is from 0.00 to 359.99.</td>
1073
1073
</tr>
1074
1074
<tr class="OddRow">
1075
1075
<td>0x0010</td>
1077
1077
<td>GPSInfo</td>
1078
1078
<td>Exif.GPSInfo.GPSImgDirectionRef</td>
1079
1079
<td>Ascii</td>
1080
 
<td>Reference for direction of image</td>
 
1080
<td>Indicates the reference for giving the direction of the image when it is captured. "T" denotes true direction and "M" is magnetic direction.</td>
1081
1081
</tr>
1082
1082
<tr class="EvenRow">
1083
1083
<td>0x0011</td>
1085
1085
<td>GPSInfo</td>
1086
1086
<td>Exif.GPSInfo.GPSImgDirection</td>
1087
1087
<td>Rational</td>
1088
 
<td>Direction of image</td>
 
1088
<td>Indicates the direction of the image when it was captured. The range of values is from 0.00 to 359.99.</td>
1089
1089
</tr>
1090
1090
<tr class="OddRow">
1091
1091
<td>0x0012</td>
1093
1093
<td>GPSInfo</td>
1094
1094
<td>Exif.GPSInfo.GPSMapDatum</td>
1095
1095
<td>Ascii</td>
1096
 
<td>Geodetic survey data used</td>
 
1096
<td>Indicates the geodetic survey data used by the GPS receiver. If the survey data is restricted to Japan, the value of this tag is "TOKYO" or "WGS-84".</td>
1097
1097
</tr>
1098
1098
<tr class="EvenRow">
1099
1099
<td>0x0013</td>
1101
1101
<td>GPSInfo</td>
1102
1102
<td>Exif.GPSInfo.GPSDestLatitudeRef</td>
1103
1103
<td>Ascii</td>
1104
 
<td>Reference for latitude of destination</td>
 
1104
<td>Indicates whether the latitude of the destination point is north or south latitude. The ASCII value "N" indicates north latitude, and "S" is south latitude.</td>
1105
1105
</tr>
1106
1106
<tr class="OddRow">
1107
1107
<td>0x0014</td>
1109
1109
<td>GPSInfo</td>
1110
1110
<td>Exif.GPSInfo.GPSDestLatitude</td>
1111
1111
<td>Rational</td>
1112
 
<td>Latitude of destination</td>
 
1112
<td>Indicates the latitude of the destination point. The latitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If latitude is expressed as degrees, minutes and seconds, a typical format would be dd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be dd/1,mmmm/100,0/1.</td>
1113
1113
</tr>
1114
1114
<tr class="EvenRow">
1115
1115
<td>0x0015</td>
1117
1117
<td>GPSInfo</td>
1118
1118
<td>Exif.GPSInfo.GPSDestLongitudeRef</td>
1119
1119
<td>Ascii</td>
1120
 
<td>Reference for longitude of destination</td>
 
1120
<td>Indicates whether the longitude of the destination point is east or west longitude. ASCII "E" indicates east longitude, and "W" is west longitude.</td>
1121
1121
</tr>
1122
1122
<tr class="OddRow">
1123
1123
<td>0x0016</td>
1125
1125
<td>GPSInfo</td>
1126
1126
<td>Exif.GPSInfo.GPSDestLongitude</td>
1127
1127
<td>Rational</td>
1128
 
<td>Longitude of destination</td>
 
1128
<td>Indicates the longitude of the destination point. The longitude is expressed as three RATIONAL values giving the degrees, minutes, and seconds, respectively. If longitude is expressed as degrees, minutes and seconds, a typical format would be ddd/1,mm/1,ss/1. When degrees and minutes are used and, for example, fractions of minutes are given up to two decimal places, the format would be ddd/1,mmmm/100,0/1.</td>
1129
1129
</tr>
1130
1130
<tr class="EvenRow">
1131
1131
<td>0x0017</td>
1133
1133
<td>GPSInfo</td>
1134
1134
<td>Exif.GPSInfo.GPSDestBearingRef</td>
1135
1135
<td>Ascii</td>
1136
 
<td>Reference for bearing of destination</td>
 
1136
<td>Indicates the reference used for giving the bearing to the destination point. "T" denotes true direction and "M" is magnetic direction.</td>
1137
1137
</tr>
1138
1138
<tr class="OddRow">
1139
1139
<td>0x0018</td>
1141
1141
<td>GPSInfo</td>
1142
1142
<td>Exif.GPSInfo.GPSDestBearing</td>
1143
1143
<td>Rational</td>
1144
 
<td>Bearing of destination</td>
 
1144
<td>Indicates the bearing to the destination point. The range of values is from 0.00 to 359.99.</td>
1145
1145
</tr>
1146
1146
<tr class="EvenRow">
1147
1147
<td>0x0019</td>
1149
1149
<td>GPSInfo</td>
1150
1150
<td>Exif.GPSInfo.GPSDestDistanceRef</td>
1151
1151
<td>Ascii</td>
1152
 
<td>Reference for distance to destination</td>
 
1152
<td>Indicates the unit used to express the distance to the destination point. "K", "M" and "N" represent kilometers, miles and knots.</td>
1153
1153
</tr>
1154
1154
<tr class="OddRow">
1155
1155
<td>0x001a</td>
1157
1157
<td>GPSInfo</td>
1158
1158
<td>Exif.GPSInfo.GPSDestDistance</td>
1159
1159
<td>Rational</td>
1160
 
<td>Distance to destination</td>
 
1160
<td>Indicates the distance to the destination point.</td>
1161
1161
</tr>
1162
1162
<tr class="EvenRow">
1163
1163
<td>0x001b</td>
1165
1165
<td>GPSInfo</td>
1166
1166
<td>Exif.GPSInfo.GPSProcessingMethod</td>
1167
1167
<td>Undefined</td>
1168
 
<td>Name of GPS processing method</td>
 
1168
<td>A character string recording the name of the method used for location finding. The first byte indicates the character code used, and this is followed by the name of the method.</td>
1169
1169
</tr>
1170
1170
<tr class="OddRow">
1171
1171
<td>0x001c</td>
1173
1173
<td>GPSInfo</td>
1174
1174
<td>Exif.GPSInfo.GPSAreaInformation</td>
1175
1175
<td>Undefined</td>
1176
 
<td>Name of GPS area</td>
 
1176
<td>A character string recording the name of the GPS area. The first byte indicates the character code used, and this is followed by the name of the GPS area.</td>
1177
1177
</tr>
1178
1178
<tr class="EvenRow">
1179
1179
<td>0x001d</td>
1181
1181
<td>GPSInfo</td>
1182
1182
<td>Exif.GPSInfo.GPSDateStamp</td>
1183
1183
<td>Ascii</td>
1184
 
<td>GPS date</td>
 
1184
<td>A character string recording date and time information relative to UTC (Coordinated Universal Time). The format is "YYYY:MM:DD.".</td>
1185
1185
</tr>
1186
1186
<tr class="OddRow">
1187
1187
<td>0x001e</td>
1189
1189
<td>GPSInfo</td>
1190
1190
<td>Exif.GPSInfo.GPSDifferential</td>
1191
1191
<td>Short</td>
1192
 
<td>GPS differential correction</td>
 
1192
<td>Indicates whether differential correction is applied to the GPS receiver.</td>
1193
1193
</tr>
1194
1194
</tbody>
1195
1195
</table><script type="text/javascript">