29 #define ESL_NNNN { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
30 #define ESL_OOOO { EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL }
31 #define ESL_MMMN { EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
32 #define ESL_MMMM { EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY }
33 #define ESL_OMON { EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
34 #define ESL_NNOO { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_OPTIONAL, EXIF_SUPPORT_LEVEL_OPTIONAL }
35 #define ESL_NNMN { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_NOT_RECORDED }
36 #define ESL_NNMM { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY, EXIF_SUPPORT_LEVEL_MANDATORY }
37 #define ESL_NNNM { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_MANDATORY }
38 #define ESL_NNNO { EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_NOT_RECORDED, EXIF_SUPPORT_LEVEL_OPTIONAL }
39 #define ESL_UUUU { EXIF_SUPPORT_LEVEL_UNKNOWN, EXIF_SUPPORT_LEVEL_UNKNOWN, EXIF_SUPPORT_LEVEL_UNKNOWN, EXIF_SUPPORT_LEVEL_UNKNOWN }
40 #define ESL_GPS { ESL_NNNN, ESL_NNNN, ESL_NNNN, ESL_OOOO, ESL_NNNN }
41 #define ESL_UNKNOWN { ESL_UUUU, ESL_UUUU, ESL_UUUU, ESL_UUUU, ESL_UUUU }
63 #ifndef NO_VERBOSE_TAG_STRINGS
65 N_(
"Indicates the version of <GPSInfoIFD>. The version is given "
66 "as 2.0.0.0. This tag is mandatory when <GPSInfo> tag is "
67 "present. (Note: The <GPSVersionID> tag is given in bytes, "
68 "unlike the <ExifVersion> tag. When the version is "
69 "2.0.0.0, the tag value is 02000000.H)."),
ESL_GPS},
71 N_(
"Interoperability Index"),
72 N_(
"Indicates the identification of the Interoperability rule. "
73 "Use \"R98\" for stating ExifR98 Rules. Four bytes used "
74 "including the termination code (NULL). see the separate "
75 "volume of Recommended Exif Interoperability Rules (ExifR98) "
76 "for other tags used for ExifR98."),
79 N_(
"Indicates whether the latitude is north or south latitude. The "
80 "ASCII value 'N' indicates north latitude, and 'S' is south "
83 N_(
"Interoperability Version"),
"",
86 N_(
"Indicates the latitude. The latitude is expressed as three "
87 "RATIONAL values giving the degrees, minutes, and seconds, "
88 "respectively. When degrees, minutes and seconds are expressed, "
89 "the format is dd/1,mm/1,ss/1. When degrees and minutes are used "
90 "and, for example, fractions of minutes are given up to two "
91 "decimal places, the format is dd/1,mmmm/100,0/1."),
94 N_(
"Indicates whether the longitude is east or west longitude. "
95 "ASCII 'E' indicates east longitude, and 'W' is west "
98 N_(
"Indicates the longitude. The longitude is expressed as three "
99 "RATIONAL values giving the degrees, minutes, and seconds, "
100 "respectively. When degrees, minutes and seconds are expressed, "
101 "the format is ddd/1,mm/1,ss/1. When degrees and minutes are "
102 "used and, for example, fractions of minutes are given up to "
103 "two decimal places, the format is ddd/1,mmmm/100,0/1."),
106 N_(
"Indicates the altitude used as the reference altitude. If the "
107 "reference is sea level and the altitude is above sea level, 0 "
108 "is given. If the altitude is below sea level, a value of 1 is given "
109 "and the altitude is indicated as an absolute value in the "
110 "GPSAltitude tag. The reference unit is meters. Note that this tag "
111 "is BYTE type, unlike other reference tags."),
ESL_GPS},
113 N_(
"Indicates the altitude based on the reference in GPSAltitudeRef. "
114 "Altitude is expressed as one RATIONAL value. The reference unit "
117 N_(
"Indicates the time as UTC (Coordinated Universal Time). "
118 "TimeStamp is expressed as three RATIONAL values giving "
119 "the hour, minute, and second."),
ESL_GPS},
121 N_(
"Indicates the GPS satellites used for measurements. This "
122 "tag can be used to describe the number of satellites, their ID "
123 "number, angle of elevation, azimuth, SNR and other information "
124 "in ASCII notation. The format is not specified. If the GPS "
125 "receiver is incapable of taking measurements, value of the tag "
126 "shall be set to NULL."),
ESL_GPS},
128 N_(
"Indicates the status of the GPS receiver when the image is "
129 "recorded. 'A' means measurement is in progress, and 'V' means "
130 "the measurement is Interoperability."),
ESL_GPS},
132 N_(
"Indicates the GPS measurement mode. '2' means "
133 "two-dimensional measurement and '3' means three-dimensional "
134 "measurement is in progress."),
ESL_GPS},
136 N_(
"Indicates the GPS DOP (data degree of precision). An HDOP "
137 "value is written during two-dimensional measurement, and PDOP "
138 "during three-dimensional measurement."),
ESL_GPS},
140 N_(
"Indicates the unit used to express the GPS receiver speed "
141 "of movement. 'K', 'M' and 'N' represent kilometers per hour, "
142 "miles per hour, and knots."),
ESL_GPS},
144 N_(
"Indicates the speed of GPS receiver movement."),
ESL_GPS},
146 N_(
"Indicates the reference for giving the direction of GPS "
147 "receiver movement. 'T' denotes true direction and 'M' is "
148 "magnetic direction."),
ESL_GPS},
150 N_(
"Indicates the direction of GPS receiver movement. The range "
151 "of values is from 0.00 to 359.99."),
ESL_GPS},
153 N_(
"Indicates the reference for giving the direction of the image when it is captured. "
154 "'T' denotes true direction and 'M' is magnetic direction."),
ESL_GPS},
156 N_(
"Indicates the direction of the image when it was captured. The range of values is "
157 "from 0.00 to 359.99."),
ESL_GPS},
159 N_(
"Indicates the geodetic survey data used by the GPS "
160 "receiver. If the survey data is restricted to Japan, the value "
161 "of this tag is 'TOKYO' or 'WGS-84'. If a GPS Info tag is "
162 "recorded, it is strongly recommended that this tag be recorded."),
ESL_GPS},
164 N_(
"Indicates whether the latitude of the destination point is "
165 "north or south latitude. The ASCII value 'N' indicates north "
166 "latitude, and 'S' is south latitude."),
ESL_GPS},
168 N_(
"Indicates the latitude of the destination point. The "
169 "latitude is expressed as three RATIONAL values giving the "
170 "degrees, minutes, and seconds, respectively. If latitude is "
171 "expressed as degrees, minutes and seconds, a typical format "
172 "would be dd/1,mm/1,ss/1. When degrees and minutes are used and, "
173 "for example, fractions of minutes are given up to two decimal "
174 "places, the format would be dd/1,mmmm/100,0/1."),
ESL_GPS},
176 N_(
"Indicates whether the longitude of the destination point is "
177 "east or west longitude. ASCII 'E' indicates east longitude, and "
178 "'W' is west longitude."),
ESL_GPS},
180 N_(
"Indicates the longitude of the destination point. The "
181 "longitude is expressed as three RATIONAL values giving the "
182 "degrees, minutes, and seconds, respectively. If longitude is "
183 "expressed as degrees, minutes and seconds, a typical format "
184 "would be ddd/1,mm/1,ss/1. When degrees and minutes are used "
185 "and, for example, fractions of minutes are given up to two "
186 "decimal places, the format would be ddd/1,mmmm/100,0/1."),
189 N_(
"Indicates the reference used for giving the bearing to "
190 "the destination point. 'T' denotes true direction and 'M' is "
191 "magnetic direction."),
ESL_GPS},
193 N_(
"Indicates the bearing to the destination point. The range "
194 "of values is from 0.00 to 359.99."),
ESL_GPS},
196 N_(
"Indicates the unit used to express the distance to the "
197 "destination point. 'K', 'M' and 'N' represent kilometers, miles "
198 "and nautical miles."),
ESL_GPS},
200 N_(
"Indicates the distance to the destination point."),
ESL_GPS},
202 N_(
"A character string recording the name of the method used "
203 "for location finding. The first byte indicates the character "
204 "code used, and this is followed by the name "
205 "of the method. Since the Type is not ASCII, NULL termination is "
208 N_(
"A character string recording the name of the GPS area. The "
209 "first byte indicates the character code used, "
210 "and this is followed by the name of the GPS area. Since "
211 "the Type is not ASCII, NULL termination is not necessary."),
ESL_GPS},
213 N_(
"A character string recording date and time information "
214 "relative to UTC (Coordinated Universal Time). The format is "
215 "\"YYYY:MM:DD\". The length of the string is 11 bytes including "
218 N_(
"Indicates whether differential correction is applied to the "
221 N_(
"Indicates the horizontal positioning errors in meters. This is "
222 "expressed as one RATIONAL value."),
ESL_GPS},
225 N_(
"New Subfile Type"),
N_(
"A general indication of the kind of data "
226 "contained in this subfile."),
229 N_(
"The number of columns of image data, equal to the number of "
230 "pixels per row. In JPEG compressed data a JPEG marker is "
231 "used instead of this tag."),
234 N_(
"The number of rows of image data. In JPEG compressed data a "
235 "JPEG marker is used instead of this tag."),
238 N_(
"The number of bits per image component. In this standard each "
239 "component of the image is 8 bits, so the value for this "
240 "tag is 8. See also <SamplesPerPixel>. In JPEG compressed data "
241 "a JPEG marker is used instead of this tag."),
244 N_(
"The compression scheme used for the image data. When a "
245 "primary image is JPEG compressed, this designation is "
246 "not necessary and is omitted. When thumbnails use JPEG "
247 "compression, this tag value is set to 6."),
250 N_(
"Photometric Interpretation"),
251 N_(
"The pixel composition. In JPEG compressed data a JPEG "
252 "marker is used instead of this tag."),
260 N_(
"Image Description"),
261 N_(
"A character string giving the title of the image. It may be "
262 "a comment such as \"1988 company picnic\" or "
263 "the like. Two-bytes character codes cannot be used. "
264 "When a 2-bytes code is necessary, the Exif Private tag "
265 "<UserComment> is to be used."),
268 N_(
"The manufacturer of the recording "
269 "equipment. This is the manufacturer of the DSC, scanner, "
270 "video digitizer or other equipment that generated the "
271 "image. When the field is left blank, it is treated as "
275 N_(
"The model name or model number of the equipment. This is the "
276 "model name or number of the DSC, scanner, video digitizer "
277 "or other equipment that generated the image. When the field "
278 "is left blank, it is treated as unknown."),
281 N_(
"For each strip, the byte offset of that strip. It is "
282 "recommended that this be selected so the number of strip "
283 "bytes does not exceed 64 Kbytes. With JPEG compressed "
284 "data this designation is not needed and is omitted. See also "
285 "<RowsPerStrip> and <StripByteCounts>."),
288 N_(
"The image orientation viewed in terms of rows and columns."),
291 N_(
"Samples per Pixel"),
292 N_(
"The number of components per pixel. Since this standard applies "
293 "to RGB and YCbCr images, the value set for this tag is 3. "
294 "In JPEG compressed data a JPEG marker is used instead of this "
298 N_(
"The number of rows per strip. This is the number of rows "
299 "in the image of one strip when an image is divided into "
300 "strips. With JPEG compressed data this designation is not "
301 "needed and is omitted. See also <StripOffsets> and "
302 "<StripByteCounts>."),
305 N_(
"The total number of bytes in each strip. With JPEG compressed "
306 "data this designation is not needed and is omitted."),
309 N_(
"The number of pixels per <ResolutionUnit> in the <ImageWidth> "
310 "direction. When the image resolution is unknown, 72 [dpi] "
314 N_(
"The number of pixels per <ResolutionUnit> in the <ImageLength> "
315 "direction. The same value as <XResolution> is designated."),
318 N_(
"Planar Configuration"),
319 N_(
"Indicates whether pixel components are recorded in a chunky "
320 "or planar format. In JPEG compressed files a JPEG marker "
321 "is used instead of this tag. If this field does not exist, "
322 "the TIFF default of 1 (chunky) is assumed."),
325 N_(
"The unit for measuring <XResolution> and <YResolution>. The same "
326 "unit is used for both <XResolution> and <YResolution>. If "
327 "the image resolution is unknown, 2 (inches) is designated."),
330 N_(
"Transfer Function"),
331 N_(
"A transfer function for the image, described in tabular style. "
332 "Normally this tag is not necessary, since color space is "
333 "specified in the color space information tag (<ColorSpace>)."),
336 N_(
"This tag records the name and version of the software or "
337 "firmware of the camera or image input device used to "
338 "generate the image. The detailed format is not specified, but "
339 "it is recommended that the example shown below be "
340 "followed. When the field is left blank, it is treated as "
344 N_(
"The date and time of image creation. In this standard "
345 "(EXIF-2.1) it is the date and time the file was changed."),
348 N_(
"This tag records the name of the camera owner, photographer or "
349 "image creator. The detailed format is not specified, but it is "
350 "recommended that the information be written as in the example "
351 "below for ease of Interoperability. When the field is "
352 "left blank, it is treated as unknown."),
355 N_(
"The chromaticity of the white point of the image. Normally "
356 "this tag is not necessary, since color space is specified "
357 "in the color space information tag (<ColorSpace>)."),
360 N_(
"Primary Chromaticities"),
361 N_(
"The chromaticity of the three primary colors of the image. "
362 "Normally this tag is not necessary, since color space is "
363 "specified in the color space information tag (<ColorSpace>)."),
367 "to enable TIFF Trees within a TIFF file."),
ESL_UNKNOWN},
374 N_(
"JPEG Interchange Format"),
375 N_(
"The offset to the start byte (SOI) of JPEG compressed "
376 "thumbnail data. This is not used for primary image "
380 "JPEGInterchangeFormatLength",
N_(
"JPEG Interchange Format Length"),
381 N_(
"The number of bytes of JPEG compressed thumbnail data. This "
382 "is not used for primary image JPEG data. JPEG thumbnails "
383 "are not divided but are recorded as a continuous JPEG "
384 "bitstream from SOI to EOI. Appn and COM markers should "
385 "not be recorded. Compressed thumbnails must be recorded in no "
386 "more than 64 Kbytes, including all other data to be "
387 "recorded in APP1."),
390 N_(
"YCbCr Coefficients"),
391 N_(
"The matrix coefficients for transformation from RGB to YCbCr "
392 "image data. No default is given in TIFF; but here the "
393 "value given in \"Color Space Guidelines\", is used "
394 "as the default. The color space is declared in a "
395 "color space information tag, with the default being the value "
396 "that gives the optimal image characteristics "
397 "Interoperability this condition."),
400 N_(
"YCbCr Sub-Sampling"),
401 N_(
"The sampling ratio of chrominance components in relation to the "
402 "luminance component. In JPEG compressed data a JPEG marker "
403 "is used instead of this tag."),
406 N_(
"YCbCr Positioning"),
407 N_(
"The position of chrominance components in relation to the "
408 "luminance component. This field is designated only for "
409 "JPEG compressed data or uncompressed YCbCr data. The TIFF "
410 "default is 1 (centered); but when Y:Cb:Cr = 4:2:2 it is "
411 "recommended in this standard that 2 (co-sited) be used to "
412 "record data, in order to improve the image quality when viewed "
413 "on TV systems. When this field does not exist, the reader shall "
414 "assume the TIFF default. In the case of Y:Cb:Cr = 4:2:0, the "
415 "TIFF default (centered) is recommended. If the reader "
416 "does not have the capability of supporting both kinds of "
417 "<YCbCrPositioning>, it shall follow the TIFF default regardless "
418 "of the value in this field. It is preferable that readers "
419 "be able to support both centered and co-sited positioning."),
422 N_(
"Reference Black/White"),
423 N_(
"The reference black point value and reference white point "
424 "value. No defaults are given in TIFF, but the values "
425 "below are given as defaults here. The color space is declared "
426 "in a color space information tag, with the default "
427 "being the value that gives the optimal image characteristics "
428 "Interoperability these conditions."),
448 N_(
"Indicates the color filter array (CFA) geometric pattern of the "
449 "image sensor when a one-chip color area sensor is used. "
450 "It does not apply to all sensing methods."),
ESL_UNKNOWN},
455 N_(
"Copyright information. In this standard the tag is used to "
456 "indicate both the photographer and editor copyrights. It is "
457 "the copyright notice of the person or organization claiming "
458 "rights to the image. The Interoperability copyright "
459 "statement including date and rights should be written in this "
460 "field; e.g., \"Copyright, John Smith, 19xx. All rights "
461 "reserved.\". In this standard the field records both the "
462 "photographer and editor copyrights, with each recorded in a "
463 "separate part of the statement. When there is a clear "
464 "distinction between the photographer and editor copyrights, "
465 "these are to be written in the order of photographer followed "
466 "by editor copyright, separated by NULL (in this case, "
467 "since the statement also ends with a NULL, there are two NULL "
468 "codes) (see example 1). When only the photographer is given, "
469 "it is terminated by one NULL code (see example 2). When only "
470 "the editor copyright is given, "
471 "the photographer copyright part consists of one space followed "
472 "by a terminating NULL code, then the editor copyright is given "
473 "(see example 3). When the field is left blank, it is treated "
477 N_(
"Exposure time, given in seconds (sec)."),
488 N_(
"A pointer to the Exif IFD. Interoperability, Exif IFD has the "
489 "same structure as that of the IFD specified in TIFF. "
490 "ordinarily, however, it does not contain image data as in "
491 "the case of TIFF."),
497 N_(
"The class of the program used by the camera to set exposure "
498 "when the picture is taken."),
501 N_(
"Spectral Sensitivity"),
502 N_(
"Indicates the spectral sensitivity of each channel of the "
503 "camera used. The tag value is an ASCII string compatible "
504 "with the standard developed by the ASTM Technical Committee."),
507 N_(
"GPS Info IFD Pointer"),
508 N_(
"A pointer to the GPS Info IFD. The "
509 "Interoperability structure of the GPS Info IFD, like that of "
510 "Exif IFD, has no image data."),
513 N_(
"ISO Speed Ratings"),
514 N_(
"Indicates the ISO Speed and ISO Latitude of the camera or "
515 "input device as specified in ISO 12232."),
518 N_(
"Indicates the Opto-Electronic Conversion Function (OECF) "
519 "specified in ISO 14524. <OECF> is the relationship between "
520 "the camera optical input and the image values."),
524 N_(
"Encodes time zone of camera clock relative to GMT."),
527 N_(
"The SensitivityType tag indicates which one of the parameters of "
528 "ISO12232 is the PhotographicSensitivity tag. Although it is an optional "
529 "tag, it should be recorded when a PhotographicSensitivity tag is recorded. "
530 "Value = 4, 5, 6, or 7 may be used in case that the values of plural parameters "
537 N_(
"Recommended Exposure Index"),
545 N_(
"ISO Speed Latitude yyy"),
549 N_(
"ISO Speed Latitude zzz"),
553 N_(
"The version of this standard supported. Nonexistence of this "
554 "field is taken to mean nonconformance to the standard."),
557 N_(
"Date and Time (Original)"),
558 N_(
"The date and time when the original image data was generated. "
559 "For a digital still camera "
560 "the date and time the picture was taken are recorded."),
563 N_(
"Date and Time (Digitized)"),
564 N_(
"The date and time when the image was stored as digital data."),
568 N_(
"A tag used to record the offset from UTC (the time difference from Universal Time Coordinated including daylight saving time) of the time of DateTime tag. The format when recording the offset is \"+|-HH:MM\". The part of \"+|-\" shall be recorded as \"+\" or \"-\". When the offset are unknown, all the character spaces except colons (\":\")should be filled with blank characters, or else the Interoperability field should be filled with blank characters. The character string length is 7 Bytes including NULL for termination. When the field is left blank, it is treated as unknown."),
572 N_(
"A tag used to record the offset from UTC (the time difference from Universal Time Coordinated including daylight saving time) of the time of DateTimeOriginal tag. The format when recording the offset is \"+|-HH:MM\". The part of \"+|-\" shall be recorded as \"+\" or \"-\". When the offset are unknown, all the character spaces except colons (\":\")should be filled with blank characters, or else the Interoperability field should be filled with blank characters. The character string length is 7 Bytes including NULL for termination. When the field is left blank, it is treated as unknown."),
576 N_(
"A tag used to record the offset from UTC (the time difference from Universal Time Coordinated including daylight saving time) of the time of DateTimeDigitized tag. The format when recording the offset is \"+|-HH:MM\". The part of \"+|-\" shall be recorded as \"+\" or \"-\". When the offset are unknown, all the character spaces except colons (\":\")should be filled with blank characters, or else the Interoperability field should be filled with blank characters. The character string length is 7 Bytes including NULL for termination. When the field is left blank, it is treated as unknown."),
579 N_(
"Components Configuration"),
580 N_(
"Information specific to compressed data. The channels of "
581 "each component are arranged in order from the 1st "
582 "component to the 4th. For uncompressed data the data "
583 "arrangement is given in the <PhotometricInterpretation> tag. "
584 "However, since <PhotometricInterpretation> can only "
585 "express the order of Y, Cb and Cr, this tag is provided "
586 "for cases when compressed data uses components other than "
587 "Y, Cb, and Cr and to enable support of other sequences."),
590 N_(
"Compressed Bits per Pixel"),
591 N_(
"Information specific to compressed data. The compression mode "
592 "used for a compressed image is indicated in unit bits "
596 N_(
"Shutter speed. The unit is the APEX (Additive System of "
597 "Photographic Exposure) setting."),
600 N_(
"The lens aperture. The unit is the APEX value."),
603 N_(
"The value of brightness. The unit is the APEX value. "
604 "Ordinarily it is given in the range of -99.99 to 99.99."),
608 N_(
"The exposure bias. The units is the APEX value. Ordinarily "
609 "it is given in the range of -99.99 to 99.99."),
612 N_(
"The smallest F number of the lens. The unit is the APEX value. "
613 "Ordinarily it is given in the range of 00.00 to 99.99, "
614 "but it is not limited to this range."),
617 N_(
"Subject Distance"),
618 N_(
"The distance to the subject, given in meters."),
621 N_(
"The metering mode."),
624 N_(
"The kind of light source."),
627 N_(
"This tag is recorded when an image is taken using a strobe "
631 N_(
"The actual focal length of the lens, in mm. Conversion is not "
632 "made to the focal length of a 35 mm film camera."),
635 N_(
"This tag indicates the location and area of the main subject "
636 "in the overall scene."),
642 N_(
"A tag for manufacturers of Exif writers to record any desired "
643 "information. The contents are up to the manufacturer."),
646 N_(
"A tag for Exif users to write keywords or comments on the image "
647 "besides those in <ImageDescription>, and without the "
648 "character code limitations of the <ImageDescription> tag. The "
649 "character code used in the <UserComment> tag is identified "
650 "based on an ID code in a fixed 8-byte area at the start of "
651 "the tag data area. The unused portion of the area is padded "
652 "with NULL (\"00.h\"). ID codes are assigned by means of "
653 "registration. The designation method and references for each "
654 "character code are defined in the specification. The value of "
655 "CountN is determined based on the 8 bytes in the character code "
656 "area and the number of bytes in the user comment part. Since "
657 "the TYPE is not ASCII, NULL termination is not necessary. "
658 "The ID code for the <UserComment> area may be a Defined code "
659 "such as JIS or ASCII, or may be Undefined. The Undefined name "
660 "is UndefinedText, and the ID code is filled with 8 bytes of all "
661 "\"NULL\" (\"00.H\"). An Exif reader that reads the "
662 "<UserComment> tag must have a function for determining the "
663 "ID code. This function is not required in Exif readers that "
664 "do not use the <UserComment> tag. "
665 "When a <UserComment> area is set aside, it is recommended that "
666 "the ID code be ASCII and that the following user comment "
667 "part be filled with blank characters [20.H]."),
670 N_(
"A tag used to record fractions of seconds for the "
674 N_(
"Sub-second Time (Original)"),
675 N_(
"A tag used to record fractions of seconds for the "
676 "<DateTimeOriginal> tag."),
679 N_(
"Sub-second Time (Digitized)"),
680 N_(
"A tag used to record fractions of seconds for the "
681 "<DateTimeDigitized> tag."),
685 N_(
"A character string giving the title of the image, encoded in "
690 N_(
"A character string containing a comment about the image, encoded "
695 N_(
"A character string containing the name of the image creator, "
696 "encoded in UTF-16LE."),
700 N_(
"A character string containing key words describing the image, "
701 "encoded in UTF-16LE."),
705 N_(
"A character string giving the image subject, encoded in "
709 N_(
"The FlashPix format version supported by a FPXR file."),
712 N_(
"The color space information tag is always "
713 "recorded as the color space specifier. Normally sRGB (=1) "
714 "is used to define the color space based on the PC monitor "
715 "conditions and environment. If a color space other than "
716 "sRGB is used, Uncalibrated (=FFFF.H) is set. Image data "
717 "recorded as Uncalibrated can be treated as sRGB when it is "
718 "converted to FlashPix."),
721 N_(
"Information specific to compressed data. When a "
722 "compressed file is recorded, the valid width of the "
723 "meaningful image must be recorded in this tag, whether or "
724 "not there is padding data or a restart marker. This tag "
725 "should not exist in an uncompressed file."),
728 N_(
"Information specific to compressed data. When a compressed "
729 "file is recorded, the valid height of the meaningful image "
730 "must be recorded in this tag, whether or not there is padding "
731 "data or a restart marker. This tag should not exist in an "
732 "uncompressed file. "
733 "Since data padding is unnecessary in the vertical direction, "
734 "the number of lines recorded in this valid image height tag "
735 "will in fact be the same as that recorded in the SOF."),
738 N_(
"Related Sound File"),
739 N_(
"This tag is used to record the name of an audio file related "
740 "to the image data. The only relational information "
741 "recorded here is the Exif audio file name and extension (an "
742 "ASCII string consisting of 8 characters + '.' + 3 "
743 "characters). The path is not recorded. Stipulations on audio "
744 "and file naming conventions are defined in the specification. "
745 "When using this tag, audio files must be recorded in "
746 "conformance to the Exif audio format. Writers are also allowed "
747 "to store the data such as Audio within APP2 as FlashPix "
748 "extension stream data. "
749 "The mapping of Exif image files and audio files is done "
750 "in any of three ways, [1], [2] and [3]. If multiple files "
751 "are mapped to one file as in [2] or [3], the above "
752 "format is used to record just one audio file name. If "
753 "there are multiple audio files, the first recorded file is "
754 "given. In the case of [3], for example, for the "
755 "Exif image file \"DSC00001.JPG\" only \"SND00001.WAV\" is "
756 "given as the related Exif audio file. When there are three "
757 "Exif audio files \"SND00001.WAV\", \"SND00002.WAV\" and "
758 "\"SND00003.WAV\", the Exif image file name for each of them, "
759 "\"DSC00001.JPG\", is indicated. By combining multiple "
760 "relational information, a variety of playback possibilities "
761 "can be supported. The method of using relational information "
762 "is left to the implementation on the playback side. Since this "
763 "information is an ASCII character string, it is terminated by "
764 "NULL. When this tag is used to map audio files, the relation "
765 "of the audio file to image data must also be indicated on the "
769 N_(
"Interoperability IFD Pointer"),
770 N_(
"Interoperability IFD is composed of tags which stores the "
771 "information to ensure the Interoperability and pointed "
772 "by the following tag located in Exif IFD. "
773 "The Interoperability structure of Interoperability IFD is "
774 "the same as TIFF defined IFD structure "
775 "but does not contain the "
776 "image data characteristically compared with normal TIFF "
780 N_(
"Indicates the strobe energy at the time the image is "
781 "captured, as measured in Beam Candle Power Seconds (BCPS)."),
784 N_(
"Spatial Frequency Response"),
785 N_(
"This tag records the camera or input device spatial frequency "
786 "table and SFR values in the direction of image width, "
787 "image height, and diagonal direction, as specified in ISO "
791 N_(
"Focal Plane X-Resolution"),
792 N_(
"Indicates the number of pixels in the image width (X) direction "
793 "per <FocalPlaneResolutionUnit> on the camera focal plane."),
796 N_(
"Focal Plane Y-Resolution"),
797 N_(
"Indicates the number of pixels in the image height (V) direction "
798 "per <FocalPlaneResolutionUnit> on the camera focal plane."),
801 N_(
"Focal Plane Resolution Unit"),
802 N_(
"Indicates the unit for measuring <FocalPlaneXResolution> and "
803 "<FocalPlaneYResolution>. This value is the same as the "
804 "<ResolutionUnit>."),
807 N_(
"Subject Location"),
808 N_(
"Indicates the location of the main subject in the scene. The "
809 "value of this tag represents the pixel at the center of the "
810 "main subject relative to the left edge, prior to rotation "
811 "processing as per the <Rotation> tag. The first value "
812 "indicates the X column number and the second indicates "
813 "the Y row number."),
816 N_(
"Indicates the exposure index selected on the camera or "
817 "input device at the time the image is captured."),
820 N_(
"Indicates the image sensor type on the camera or input "
824 N_(
"Indicates the image source. If a DSC recorded the image, "
825 "the tag value of this tag always be set to 3, indicating "
826 "that the image was recorded on a DSC."),
829 N_(
"Indicates the type of scene. If a DSC recorded the image, "
830 "this tag value must always be set to 1, indicating that the "
831 "image was directly photographed."),
835 N_(
"Indicates the color filter array (CFA) geometric pattern of the "
836 "image sensor when a one-chip color area sensor is used. "
837 "It does not apply to all sensing methods."),
840 N_(
"This tag indicates the use of special processing on image "
841 "data, such as rendering geared to output. When special "
842 "processing is performed, the reader is expected to disable "
843 "or minimize any further processing."),
846 N_(
"This tag indicates the exposure mode set when the image was "
847 "shot. In auto-bracketing mode, the camera shoots a series of "
848 "frames of the same scene at different exposure settings."),
851 N_(
"This tag indicates the white balance mode set when the image "
855 N_(
"Digital Zoom Ratio"),
856 N_(
"This tag indicates the digital zoom ratio when the image was "
857 "shot. If the numerator of the recorded value is 0, this "
858 "indicates that digital zoom was not used."),
861 N_(
"Focal Length in 35mm Film"),
862 N_(
"This tag indicates the equivalent focal length assuming a "
863 "35mm film camera, in mm. A value of 0 means the focal "
864 "length is unknown. Note that this tag differs from the "
868 N_(
"Scene Capture Type"),
869 N_(
"This tag indicates the type of scene that was shot. It can "
870 "also be used to record the mode in which the image was "
871 "shot. Note that this differs from the scene type "
875 N_(
"This tag indicates the degree of overall image gain "
879 N_(
"This tag indicates the direction of contrast processing "
880 "applied by the camera when the image was shot."),
883 N_(
"This tag indicates the direction of saturation processing "
884 "applied by the camera when the image was shot."),
887 N_(
"This tag indicates the direction of sharpness processing "
888 "applied by the camera when the image was shot."),
891 N_(
"Device Setting Description"),
892 N_(
"This tag indicates information on the picture-taking "
893 "conditions of a particular camera model. The tag is used "
894 "only to indicate the picture-taking conditions in the "
898 N_(
"Subject Distance Range"),
899 N_(
"This tag indicates the distance to the subject."),
902 N_(
"This tag indicates an identifier assigned uniquely to "
903 "each image. It is recorded as an ASCII string equivalent "
904 "to hexadecimal notation and 128-bit fixed length."),
908 N_(
"This tag indicates the name of the camera owner, "
909 "photographer or image creator."),
913 N_(
"This tag indicates the serial number of the body of the camera"),
917 N_(
"This tag indicates minimum focal length, "
918 "maximum focal length, minimum F number in the "
919 "minimum focal length, and minimum F number in "
920 "the maximum focal length."),
924 N_(
"This tag indicates the lens manufacturer."),
928 N_(
"This tag indicates the lens' model name and model number."),
932 N_(
"This tag indicates the serial number of the interchangeable lens."),
936 N_(
"This tag indicates whether this image was composed from multiple images"),
940 N_(
"This tag indicates how many images are included and used in the composition of this image"),
944 N_(
"This tag indicates the exposure times of the source images of this image"),
948 N_(
"Indicates the value of coefficient gamma."),
952 N_(
"Related to Epson's PRINT Image Matching technology"),
956 N_(
"This tag reserves space that can be reclaimed later when "
957 "additional metadata are added. New metadata can be written "
958 "in place by replacing this tag with a smaller data element "
959 "and using the reclaimed space to store the new or expanded "
1032 ((ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_UNCOMPRESSED_CHUNKY] != EXIF_SUPPORT_LEVEL_NOT_RECORDED) || \
1033 (ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_UNCOMPRESSED_PLANAR] != EXIF_SUPPORT_LEVEL_NOT_RECORDED) || \
1034 (ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_UNCOMPRESSED_YCC] != EXIF_SUPPORT_LEVEL_NOT_RECORDED) || \
1035 (ExifTagTable[i].esl[ifd][EXIF_DATA_TYPE_COMPRESSED] != EXIF_SUPPORT_LEVEL_NOT_RECORDED))
1137 const char *result = func(
tag, ifds[i]);
1138 if (result != NULL) {
1142 return (
const char *) NULL;
1170 unsigned int result=0;
1172 if (!
name)
return 0;
ExifDataType
Represents the type of image data to which the EXIF data applies.
ExifIfd
Possible EXIF Image File Directories.
@ EXIF_IFD_INTEROPERABILITY
@ EXIF_IFD_COUNT
Not a real value, just (max_value + 1).
const char * exif_tag_get_name(ExifTag tag)
static ExifSupportLevel get_support_level_in_ifd(ExifTag tag, ExifIfd ifd, ExifDataType t)
Return the support level of a tag in the given IFD with the given data type.
static int match_tag(const void *tag, const void *entry)
Compares the tag with that in entry.
static const struct TagEntry ExifTagTable[]
ExifTag exif_tag_table_get_tag(unsigned int n)
static int exif_tag_table_first(ExifTag tag)
Finds the first entry in the EXIF tag table with the given tag number using a binary search.
const char * exif_tag_table_get_name(unsigned int n)
const char * exif_tag_get_title(ExifTag tag)
ExifTag exif_tag_from_name(const char *name)
Return the tag ID given its unique textual name.
const char *(* get_stuff_func)(ExifTag tag, ExifIfd ifd)
const char * exif_tag_get_name_in_ifd(ExifTag tag, ExifIfd ifd)
Return a textual name of the given tag when found in the given IFD.
unsigned int exif_tag_table_count(void)
Return the number of entries in the EXIF tag table, including the terminating NULL entry.
ExifSupportLevel exif_tag_get_support_level_in_ifd(ExifTag tag, ExifIfd ifd, ExifDataType t)
Return whether the given tag is mandatory or not in the given IFD and data type according to the EXIF...
static ExifSupportLevel get_support_level_any_type(ExifTag tag, ExifIfd ifd)
Return the support level of a tag in the given IFD, regardless of the data type.
const char * exif_tag_get_title_in_ifd(ExifTag tag, ExifIfd ifd)
Return a textual title of the given tag when found in the given IFD.
static const char * exif_tag_get_stuff(ExifTag tag, get_stuff_func func)
const char * exif_tag_get_description(ExifTag tag)
const char * exif_tag_get_description_in_ifd(ExifTag tag, ExifIfd ifd)
Return a verbose textual description of the given tag when found in the given IFD.
#define EXIF_TAG_GPS_LONGITUDE
#define EXIF_TAG_GPS_DEST_LATITUDE
#define EXIF_TAG_GPS_PROCESSING_METHOD
@ EXIF_TAG_ROWS_PER_STRIP
@ EXIF_TAG_DATE_TIME_ORIGINAL
@ EXIF_TAG_BODY_SERIAL_NUMBER
@ EXIF_TAG_LENS_SERIAL_NUMBER
@ EXIF_TAG_LENS_SPECIFICATION
@ EXIF_TAG_SUBJECT_LOCATION
@ EXIF_TAG_ISO_SPEED_RATINGS
@ EXIF_TAG_ISO_SPEEDLatitudeYYY
@ EXIF_TAG_EXIF_IFD_POINTER
@ EXIF_TAG_INTEROPERABILITY_VERSION
@ EXIF_TAG_DEVICE_SETTING_DESCRIPTION
@ EXIF_TAG_SPATIAL_FREQUENCY_RESPONSE
@ EXIF_TAG_OFFSET_TIME_DIGITIZED
@ EXIF_TAG_RELATED_IMAGE_FILE_FORMAT
@ EXIF_TAG_MAX_APERTURE_VALUE
@ EXIF_TAG_PLANAR_CONFIGURATION
@ EXIF_TAG_RESOLUTION_UNIT
@ EXIF_TAG_NEW_SUBFILE_TYPE
@ EXIF_TAG_BITS_PER_SAMPLE
@ EXIF_TAG_STANDARD_OUTPUT_SENSITIVITY
@ EXIF_TAG_SUBJECT_DISTANCE
@ EXIF_TAG_GPS_INFO_IFD_POINTER
@ EXIF_TAG_FOCAL_PLANE_RESOLUTION_UNIT
@ EXIF_TAG_APERTURE_VALUE
@ EXIF_TAG_IMAGE_DESCRIPTION
@ EXIF_TAG_STRIP_BYTE_COUNTS
@ EXIF_TAG_INTEROPERABILITY_IFD_POINTER
@ EXIF_TAG_FLASH_PIX_VERSION
@ EXIF_TAG_DIGITAL_ZOOM_RATIO
@ EXIF_TAG_SOURCE_IMAGE_NUMBER_OF_COMPOSITE_IMAGE
@ EXIF_TAG_JPEG_INTERCHANGE_FORMAT
@ EXIF_TAG_COMPOSITE_IMAGE
@ EXIF_TAG_COMPONENTS_CONFIGURATION
@ EXIF_TAG_SPECTRAL_SENSITIVITY
@ EXIF_TAG_YCBCR_COEFFICIENTS
@ EXIF_TAG_OFFSET_TIME_ORIGINAL
@ EXIF_TAG_ISO_SPEEDLatitudeZZZ
@ EXIF_TAG_JPEG_INTERCHANGE_FORMAT_LENGTH
@ EXIF_TAG_SHUTTER_SPEED_VALUE
@ EXIF_TAG_PIXEL_Y_DIMENSION
@ EXIF_TAG_TIME_ZONE_OFFSET
@ EXIF_TAG_PIXEL_X_DIMENSION
@ EXIF_TAG_RELATED_IMAGE_LENGTH
@ EXIF_TAG_TIFF_EP_STANDARD_ID
@ EXIF_TAG_TRANSFER_FUNCTION
@ EXIF_TAG_CAMERA_OWNER_NAME
@ EXIF_TAG_YCBCR_POSITIONING
@ EXIF_TAG_NEW_CFA_PATTERN
@ EXIF_TAG_EXPOSURE_PROGRAM
@ EXIF_TAG_PHOTOMETRIC_INTERPRETATION
@ EXIF_TAG_EXPOSURE_INDEX
@ EXIF_TAG_RELATED_SOUND_FILE
@ EXIF_TAG_YCBCR_SUB_SAMPLING
@ EXIF_TAG_SOURCE_EXPOSURE_TIMES_OF_COMPOSITE_IMAGE
@ EXIF_TAG_RELATED_IMAGE_WIDTH
@ EXIF_TAG_CFA_REPEAT_PATTERN_DIM
@ EXIF_TAG_SCENE_CAPTURE_TYPE
@ EXIF_TAG_SAMPLES_PER_PIXEL
@ EXIF_TAG_EXPOSURE_BIAS_VALUE
@ EXIF_TAG_SENSITIVITY_TYPE
@ EXIF_TAG_SUBJECT_DISTANCE_RANGE
@ EXIF_TAG_CUSTOM_RENDERED
@ EXIF_TAG_REFERENCE_BLACK_WHITE
@ EXIF_TAG_RECOMMENDED_EXPOSURE_INDEX
@ EXIF_TAG_DATE_TIME_DIGITIZED
@ EXIF_TAG_PRINT_IMAGE_MATCHING
@ EXIF_TAG_IMAGE_UNIQUE_ID
@ EXIF_TAG_BRIGHTNESS_VALUE
@ EXIF_TAG_SENSING_METHOD
@ EXIF_TAG_SUB_SEC_TIME_DIGITIZED
@ EXIF_TAG_FOCAL_LENGTH_IN_35MM_FILM
@ EXIF_TAG_FOCAL_PLANE_X_RESOLUTION
@ EXIF_TAG_COMPRESSED_BITS_PER_PIXEL
@ EXIF_TAG_SUB_SEC_TIME_ORIGINAL
@ EXIF_TAG_TRANSFER_RANGE
@ EXIF_TAG_PRIMARY_CHROMATICITIES
@ EXIF_TAG_IMAGE_RESOURCES
@ EXIF_TAG_INTER_COLOR_PROFILE
@ EXIF_TAG_FOCAL_PLANE_Y_RESOLUTION
@ EXIF_TAG_INTEROPERABILITY_INDEX
#define EXIF_TAG_GPS_TRACK_REF
#define EXIF_TAG_GPS_DEST_DISTANCE_REF
#define EXIF_TAG_GPS_MAP_DATUM
#define EXIF_TAG_GPS_TIME_STAMP
#define EXIF_TAG_GPS_LONGITUDE_REF
#define EXIF_TAG_GPS_SPEED_REF
#define EXIF_TAG_GPS_VERSION_ID
#define EXIF_TAG_GPS_IMG_DIRECTION
#define EXIF_TAG_GPS_DEST_LONGITUDE
#define EXIF_TAG_GPS_AREA_INFORMATION
#define EXIF_TAG_GPS_DATE_STAMP
#define EXIF_TAG_GPS_H_POSITIONING_ERROR
#define EXIF_TAG_GPS_ALTITUDE
#define EXIF_TAG_GPS_DEST_BEARING
#define EXIF_TAG_GPS_DEST_BEARING_REF
#define EXIF_TAG_GPS_DIFFERENTIAL
#define EXIF_TAG_GPS_DEST_DISTANCE
#define EXIF_TAG_GPS_DEST_LATITUDE_REF
#define EXIF_TAG_GPS_LATITUDE_REF
#define EXIF_TAG_GPS_LATITUDE
#define EXIF_TAG_GPS_IMG_DIRECTION_REF
#define EXIF_TAG_GPS_TRACK
ExifSupportLevel
What level of support a tag enjoys in the EXIF standard.
@ EXIF_SUPPORT_LEVEL_UNKNOWN
The meaning of this tag is unknown.
@ EXIF_SUPPORT_LEVEL_NOT_RECORDED
This tag is not allowed in the given IFD.
#define EXIF_TAG_GPS_MEASURE_MODE
#define EXIF_TAG_GPS_SPEED
#define EXIF_TAG_GPS_ALTITUDE_REF
#define EXIF_TAG_GPS_DEST_LONGITUDE_REF
#define EXIF_TAG_GPS_SATELLITES
#define EXIF_TAG_GPS_STATUS
#define bindtextdomain(Domain, Directory)
Table giving information about each EXIF tag.
ExifSupportLevel esl[EXIF_IFD_COUNT][EXIF_DATA_TYPE_COUNT]
indexed by the types [ExifIfd][ExifDataType]