exiftoolr 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.travis.yml +3 -2
- data/README.md +29 -17
- data/Rakefile +14 -2
- data/exiftoolr.gemspec +24 -20
- data/lib/exiftoolr.rb +6 -6
- data/lib/exiftoolr/parser.rb +63 -0
- data/lib/exiftoolr/result.rb +2 -47
- data/lib/exiftoolr/version.rb +1 -1
- data/test/Canon 20D.jpg.yaml +201 -199
- data/test/Droid X.jpg.yaml +74 -72
- data/test/IMG_2452.jpg +0 -0
- data/test/IMG_2452.jpg.yaml +211 -0
- data/test/exiftoolr_test.rb +87 -0
- data/test/faces.jpg.yaml +281 -264
- data/test/iPhone 4S.jpg.yaml +68 -66
- data/test/parser_test.rb +58 -0
- data/test/test_helper.rb +14 -0
- metadata +84 -4
- data/test/test_exiftoolr.rb +0 -82
data/test/faces.jpg.yaml
CHANGED
@@ -1,301 +1,318 @@
|
|
1
|
-
---
|
2
|
-
:
|
3
|
-
:
|
4
|
-
:
|
5
|
-
:
|
6
|
-
:fov: 68.3 deg
|
7
|
-
:self_timer2: 0
|
1
|
+
---
|
2
|
+
:source_file: /Users/mrm/Dropbox/code/exiftoolr/test/faces.jpg
|
3
|
+
:exif_tool_version: 9.31
|
4
|
+
:file_name: faces.jpg
|
5
|
+
:directory: /Users/mrm/Dropbox/code/exiftoolr/test
|
8
6
|
:file_size: 3.8 MB
|
9
|
-
:
|
10
|
-
:
|
11
|
-
:
|
12
|
-
:
|
13
|
-
:
|
7
|
+
:file_modify_date: 2013-07-14 06:00:41.000000000 +00:00
|
8
|
+
:file_access_date: 2013-07-14 20:25:41.000000000 +00:00
|
9
|
+
:file_inode_change_date: 2013-07-14 06:01:42.000000000 +00:00
|
10
|
+
:file_permissions: rw-r--r--
|
11
|
+
:file_type: JPEG
|
12
|
+
:mime_type: image/jpeg
|
13
|
+
:exif_byte_order: Little-endian (Intel, II)
|
14
|
+
:make: Canon
|
14
15
|
:model: Canon EOS 20D
|
15
|
-
:
|
16
|
+
:orientation: Horizontal (normal)
|
17
|
+
:x_resolution: 72
|
18
|
+
:y_resolution: 72
|
19
|
+
:resolution_unit: inches
|
20
|
+
:software: Picasa
|
21
|
+
:modify_date: 2012-02-15 22:58:07.000000000 +00:00
|
22
|
+
:y_cb_cr_positioning: Co-sited
|
23
|
+
:exposure_time: !ruby/object:Rational
|
24
|
+
denominator: 4000
|
25
|
+
numerator: 1
|
26
|
+
:f_number: 4.0
|
27
|
+
:exposure_program: Not Defined
|
28
|
+
:iso: 400
|
29
|
+
:exif_version: '0221'
|
30
|
+
:date_time_original: 2005-11-26 14:20:34.000000000 +00:00
|
31
|
+
:create_date: 2005-11-26 14:20:34.000000000 +00:00
|
32
|
+
:components_configuration: Y, Cb, Cr, -
|
33
|
+
:shutter_speed_value: !ruby/object:Rational
|
34
|
+
denominator: 4000
|
35
|
+
numerator: 1
|
16
36
|
:aperture_value: 4.0
|
17
|
-
:
|
18
|
-
:
|
19
|
-
:
|
37
|
+
:flash: Off, Did not fire
|
38
|
+
:focal_length: 17.0 mm
|
39
|
+
:macro_mode: Normal
|
40
|
+
:self_timer: 'Off'
|
41
|
+
:quality: Fine
|
42
|
+
:canon_flash_mode: 'Off'
|
43
|
+
:continuous_drive: Single
|
44
|
+
:focus_mode: One-shot AF
|
45
|
+
:record_mode: JPEG
|
46
|
+
:canon_image_size: Large
|
47
|
+
:easy_mode: Manual
|
48
|
+
:digital_zoom: None
|
49
|
+
:contrast: Normal
|
50
|
+
:saturation: Normal
|
51
|
+
:sharpness: 0
|
52
|
+
:metering_mode: Center-weighted average
|
20
53
|
:focus_range: Not Known
|
54
|
+
:canon_exposure_mode: Depth-of-field AE
|
55
|
+
:lens_type: Unknown (-1)
|
56
|
+
:max_focal_length: 40 mm
|
57
|
+
:min_focal_length: 17 mm
|
58
|
+
:focal_units: 1/mm
|
59
|
+
:flash_activity: 0
|
60
|
+
:flash_bits: (none)
|
61
|
+
:focus_continuous: Single
|
62
|
+
:zoom_source_width: 0
|
21
63
|
:zoom_target_width: 0
|
22
|
-
:
|
23
|
-
:
|
24
|
-
:focal_plane_x_size: 23.04 mm
|
25
|
-
:saturation: Normal
|
26
|
-
:quality: Fine
|
64
|
+
:photo_effect: 'Off'
|
65
|
+
:manual_flash_output: n/a
|
27
66
|
:focal_type: Zoom
|
28
|
-
:
|
67
|
+
:focal_plane_x_size: 23.04 mm
|
68
|
+
:focal_plane_y_size: 15.37 mm
|
69
|
+
:auto_iso: 100
|
70
|
+
:base_iso: 400
|
71
|
+
:measured_ev: 14.12
|
72
|
+
:target_aperture: 4
|
73
|
+
:target_exposure_time: !ruby/object:Rational
|
74
|
+
denominator: 4008
|
75
|
+
numerator: 1
|
76
|
+
:exposure_compensation: 0
|
77
|
+
:white_balance: Auto
|
78
|
+
:slow_shutter: None
|
29
79
|
:sequence_number: 0
|
30
|
-
:
|
31
|
-
:
|
32
|
-
:
|
33
|
-
:
|
34
|
-
:
|
35
|
-
:blue_trc: (Binary data 14 bytes)
|
36
|
-
:color_temp_custom1: 2694
|
37
|
-
:compression: JPEG (old-style)
|
38
|
-
:exif_tool_version: 8.59
|
39
|
-
:focal_plane_resolution_unit: inches
|
40
|
-
:sensor_left_border: 84
|
41
|
-
:sensor_red_level: 0
|
42
|
-
:wb_rggb_levels_custom1: 1096 1023 1023 2793
|
43
|
-
:photo_effect: "Off"
|
44
|
-
:af_area_x_positions: 8 -555 571 -931 8 947 -555 571 8
|
45
|
-
:profile_version: 2.2.0
|
80
|
+
:optical_zoom_code: n/a
|
81
|
+
:flash_guide_number: 0
|
82
|
+
:flash_exposure_comp: +2/3
|
83
|
+
:auto_exposure_bracketing: 'Off'
|
84
|
+
:aeb_bracket_value: 0
|
46
85
|
:control_mode: Camera Local Control
|
47
|
-
:
|
48
|
-
:
|
49
|
-
:
|
50
|
-
:
|
51
|
-
:
|
52
|
-
:
|
53
|
-
:
|
54
|
-
:
|
55
|
-
:
|
56
|
-
:
|
57
|
-
:
|
58
|
-
:
|
59
|
-
:
|
86
|
+
:measured_ev2: 14.125
|
87
|
+
:bulb_duration: 0
|
88
|
+
:camera_type: EOS Mid-range
|
89
|
+
:auto_rotate: None
|
90
|
+
:nd_filter: n/a
|
91
|
+
:self_timer2: 0
|
92
|
+
:canon_image_type: Canon EOS 20D
|
93
|
+
:canon_firmware_version: Firmware 2.0.3
|
94
|
+
:owner_name: unknown
|
95
|
+
:serial_number: 0720413239
|
96
|
+
:set_function_when_shooting: Change quality
|
97
|
+
:long_exposure_noise_reduction: 'On'
|
98
|
+
:flash_sync_speed_av: Auto
|
99
|
+
:shutter-ae_lock: AF/AE lock
|
100
|
+
:af_assist_beam: Emits
|
101
|
+
:exposure_level_increments: 1/3 Stop
|
102
|
+
:flash_firing: Fires
|
103
|
+
:iso_expansion: 'Off'
|
104
|
+
:aeb_sequence_auto_cancel: 0,-,+/Enabled
|
105
|
+
:superimposed_display: 'On'
|
106
|
+
:menu_button_display_position: Previous (top if power off)
|
107
|
+
:mirror_lockup: Disable
|
108
|
+
:af_point_selection_method: Normal
|
109
|
+
:ettlii: Evaluative
|
110
|
+
:shutter_curtain_sync: 1st-curtain sync
|
60
111
|
:safety_shift_in_av_or_tv: Enable
|
61
|
-
:
|
62
|
-
:
|
63
|
-
:
|
112
|
+
:lens_af_stop_button: ONE SHOT <-> AI SERVO
|
113
|
+
:add_original_decision_data: 'On'
|
114
|
+
:canon_model_id: EOS 20D
|
115
|
+
:num_af_points: 9
|
116
|
+
:valid_af_points: 9
|
117
|
+
:canon_image_width: 3504
|
118
|
+
:canon_image_height: 2336
|
119
|
+
:af_image_width: 3504
|
120
|
+
:af_image_height: 2336
|
121
|
+
:af_area_width: 78
|
122
|
+
:af_area_height: 78
|
123
|
+
:af_area_x_positions: 8 -555 571 -931 8 947 -555 571 8
|
124
|
+
:af_area_y_positions: 504 270 270 4 4 4 -262 -262 -496
|
125
|
+
:af_points_in_focus: 0,1,2,3,4,5,6,7,8
|
126
|
+
:thumbnail_image_valid_area: 0 159 7 112
|
64
127
|
:serial_number_format: Format 2
|
65
|
-
:
|
66
|
-
:
|
128
|
+
:original_decision_data_offset: 3968887
|
129
|
+
:file_number: 326-2647
|
130
|
+
:bracket_mode: 'Off'
|
131
|
+
:bracket_value: 0
|
132
|
+
:bracket_shot_number: 0
|
133
|
+
:long_exposure_noise_reduction2: 'Off'
|
134
|
+
:wb_bracket_mode: 'Off'
|
135
|
+
:wb_bracket_value_ab: 0
|
136
|
+
:wb_bracket_value_gm: 0
|
137
|
+
:filter_effect: None
|
138
|
+
:toning_effect: None
|
139
|
+
:tone_curve: Standard
|
140
|
+
:sharpness_frequency: n/a
|
141
|
+
:sensor_red_level: 0
|
142
|
+
:sensor_blue_level: 0
|
143
|
+
:white_balance_red: 0
|
67
144
|
:white_balance_blue: 0
|
68
|
-
:
|
69
|
-
:
|
70
|
-
:
|
71
|
-
:
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
:
|
145
|
+
:color_temperature: 4300
|
146
|
+
:picture_style: None
|
147
|
+
:digital_gain: 0
|
148
|
+
:wb_shift_ab: 0
|
149
|
+
:wb_shift_gm: 0
|
150
|
+
:measured_rggb: 641 1024 1024 660
|
151
|
+
:vrd_offset: 0
|
152
|
+
:sensor_width: 3596
|
153
|
+
:sensor_height: 2360
|
154
|
+
:sensor_left_border: 84
|
78
155
|
:sensor_top_border: 19
|
79
|
-
:
|
80
|
-
:
|
81
|
-
:
|
82
|
-
:
|
83
|
-
:
|
84
|
-
:
|
85
|
-
:
|
86
|
-
:
|
87
|
-
:
|
88
|
-
:
|
156
|
+
:sensor_right_border: 3587
|
157
|
+
:sensor_bottom_border: 2354
|
158
|
+
:black_mask_left_border: 0
|
159
|
+
:black_mask_top_border: 0
|
160
|
+
:black_mask_right_border: 0
|
161
|
+
:black_mask_bottom_border: 0
|
162
|
+
:wb_rggb_levels_as_shot: 1822 1015 1015 1709
|
163
|
+
:color_temp_as_shot: 4599
|
164
|
+
:wb_rggb_levels_auto: 1822 1023 1023 1709
|
165
|
+
:color_temp_auto: 4599
|
166
|
+
:wb_rggb_levels_daylight: 1933 1023 1023 1607
|
167
|
+
:color_temp_daylight: 5200
|
168
|
+
:wb_rggb_levels_shade: 2215 1023 1023 1341
|
169
|
+
:color_temp_shade: 7000
|
170
|
+
:wb_rggb_levels_cloudy: 2087 1023 1023 1459
|
171
|
+
:color_temp_cloudy: 6000
|
172
|
+
:wb_rggb_levels_tungsten: 1382 1023 1023 2574
|
173
|
+
:color_temp_tungsten: 3203
|
174
|
+
:wb_rggb_levels_fluorescent: 1743 1023 1023 2205
|
175
|
+
:color_temp_fluorescent: 3961
|
176
|
+
:wb_rggb_levels_flash: 2112 1023 1023 1414
|
177
|
+
:color_temp_flash: 6303
|
178
|
+
:wb_rggb_levels_custom1: 1096 1023 1023 2793
|
179
|
+
:color_temp_custom1: 2694
|
180
|
+
:wb_rggb_levels_custom2: 1734 1023 1023 1901
|
181
|
+
:color_temp_custom2: 4301
|
182
|
+
:color_tone: Normal
|
183
|
+
:user_comment: ''
|
184
|
+
:flashpix_version: '0100'
|
185
|
+
:color_space: sRGB
|
186
|
+
:exif_image_width: 3504
|
187
|
+
:exif_image_height: 2336
|
188
|
+
:interop_index: R98 - DCF basic file (sRGB)
|
189
|
+
:interop_version: '0100'
|
190
|
+
:focal_plane_x_resolution: 3959.322034
|
191
|
+
:focal_plane_y_resolution: 3959.322034
|
192
|
+
:focal_plane_resolution_unit: inches
|
193
|
+
:custom_rendered: Normal
|
194
|
+
:exposure_mode: Auto
|
195
|
+
:scene_capture_type: Standard
|
196
|
+
:compression: JPEG (old-style)
|
197
|
+
:thumbnail_offset: 4036
|
198
|
+
:thumbnail_length: 12170
|
199
|
+
:xmp_toolkit: XMP Core 5.1.2
|
200
|
+
:region_applied_to_dimensions_w: 3504
|
201
|
+
:region_applied_to_dimensions_h: 2336
|
202
|
+
:region_applied_to_dimensions_unit: pixel
|
203
|
+
:region_name:
|
204
|
+
- Matthew McEachen
|
205
|
+
- Karen McEachen
|
206
|
+
- Ruth McEachen
|
207
|
+
- James McEachen
|
208
|
+
- Jamie McEachen
|
209
|
+
:region_type:
|
210
|
+
- Face
|
211
|
+
- Face
|
212
|
+
- Face
|
213
|
+
- Face
|
214
|
+
- Face
|
215
|
+
:region_area_x:
|
89
216
|
- 0.549658
|
90
217
|
- 0.858162
|
91
218
|
- 0.730736
|
92
219
|
- 0.453196
|
93
220
|
- 0.118579
|
94
|
-
:
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
:
|
101
|
-
:focal_plane_y_resolution: 3959.322034
|
102
|
-
:hyperfocal_distance: 3.76 m
|
103
|
-
:lens_id: Unknown 17-40mm
|
104
|
-
:target_aperture: 4
|
105
|
-
:color_temp_cloudy: 6000
|
106
|
-
:wb_rggb_levels_auto: 1822 1023 1023 1709
|
107
|
-
:envelope_record_version: 4
|
108
|
-
:shutter_speed: !ruby/object:Rational
|
109
|
-
denominator: 4000
|
110
|
-
numerator: 1
|
111
|
-
:color_space_data: "RGB "
|
112
|
-
:af_image_height: 2336
|
113
|
-
:zoom_source_width: 0
|
114
|
-
:exposure_compensation: 0
|
115
|
-
:long_exposure_noise_reduction: "On"
|
116
|
-
:light_value: 14.0
|
117
|
-
:region_applied_to_dimensions_unit: pixel
|
118
|
-
:manual_flash_output: n/a
|
119
|
-
:y_resolution: 72
|
120
|
-
:white_balance: Auto
|
121
|
-
:flash_exposure_comp: "+2/3"
|
122
|
-
:superimposed_display: "On"
|
123
|
-
:date_time_original: 2005-11-26 14:20:34 -08:00
|
124
|
-
:wb_rggb_levels_cloudy: 2087 1023 1023 1459
|
125
|
-
:region_applied_to_dimensions_h: 2336
|
126
|
-
:interop_version: "0100"
|
127
|
-
:flash_bits: (none)
|
128
|
-
:shutter_speed_value: !ruby/object:Rational
|
129
|
-
denominator: 4000
|
130
|
-
numerator: 1
|
131
|
-
:source_file: test/faces.jpg
|
132
|
-
:file_type: JPEG
|
133
|
-
:file_name: faces.jpg
|
134
|
-
:iptc_digest: b443520a10119da99c2550175e6d0efb
|
135
|
-
:filter_effect: None
|
136
|
-
:sensor_right_border: 3587
|
137
|
-
:canon_exposure_mode: Depth-of-field AE
|
138
|
-
:profile_description_ml: Camera RGB Profile
|
139
|
-
:resolution_unit: inches
|
140
|
-
:region_area_w:
|
221
|
+
:region_area_y:
|
222
|
+
- 0.248716
|
223
|
+
- 0.486301
|
224
|
+
- 0.243365
|
225
|
+
- 0.360873
|
226
|
+
- 0.466182
|
227
|
+
:region_area_w:
|
141
228
|
- 0.0667808
|
142
229
|
- 0.103881
|
143
230
|
- 0.0687785
|
144
231
|
- 0.0753424
|
145
232
|
- 0.11387
|
146
|
-
:
|
147
|
-
:digital_zoom: None
|
148
|
-
:y_cb_cr_positioning: Co-sited
|
149
|
-
:exif_image_width: 3504
|
150
|
-
:af_points_in_focus: 0,1,2,3,4,5,6,7,8
|
151
|
-
:color_temp_shade: 7000
|
152
|
-
:sensor_blue_level: 0
|
153
|
-
:canon_image_type: Canon EOS 20D
|
154
|
-
:region_applied_to_dimensions_w: 3504
|
155
|
-
:num_af_points: 9
|
156
|
-
:exif_version: "0221"
|
157
|
-
:y_cb_cr_sub_sampling: YCbCr4:2:2 (2 1)
|
158
|
-
:color_temp_tungsten: 3203
|
159
|
-
:aeb_sequence_auto_cancel: 0,-,+/Enabled
|
160
|
-
:metering_mode: Center-weighted average
|
161
|
-
:thumbnail_length: 12170
|
162
|
-
:green_matrix_column: 0.35332 0.67441 0.09042
|
163
|
-
:scale_factor35efl: 1.6
|
164
|
-
:image_size: 3504x2336
|
165
|
-
:measured_ev2: 14.125
|
166
|
-
:focus_continuous: Single
|
167
|
-
:primary_platform: Apple Computer Inc.
|
168
|
-
:lens_af_stop_button: ONE SHOT <-> AI SERVO
|
169
|
-
:media_white_point: 0.95047 1 1.0891
|
170
|
-
:image_height: 2336
|
171
|
-
:file_permissions: rw-r--r--
|
172
|
-
:lens: 17.0 - 40.0 mm
|
173
|
-
:add_original_decision_data: "On"
|
174
|
-
:profile_class: Input Device Profile
|
175
|
-
:flash: Off, Did not fire
|
176
|
-
:digital_gain: 0
|
177
|
-
:thumbnail_image: (Binary data 12170 bytes)
|
178
|
-
:exif_image_height: 2336
|
179
|
-
:iso_expansion: "Off"
|
180
|
-
:red_matrix_column: 0.45427 0.24263 0.01482
|
181
|
-
:macro_mode: Normal
|
182
|
-
:aperture: 4.0
|
183
|
-
:color_temp_as_shot: 4599
|
184
|
-
:rendering_intent: Perceptual
|
185
|
-
:directory: test
|
186
|
-
:wb_rggb_levels_flash: 2112 1023 1023 1414
|
187
|
-
:mirror_lockup: Disable
|
188
|
-
:menu_button_display_position: Previous (top if power off)
|
189
|
-
:profile_copyright: Copyright 2003 Apple Computer Inc., all rights reserved.
|
190
|
-
:easy_mode: Manual
|
191
|
-
:auto_exposure_bracketing: "Off"
|
192
|
-
:color_temp_flash: 6303
|
193
|
-
:sensor_height: 2360
|
194
|
-
:auto_iso: 100
|
195
|
-
:nd_filter: n/a
|
196
|
-
:set_function_when_shooting: Change quality
|
197
|
-
:green_trc: (Binary data 14 bytes)
|
198
|
-
:vrd_offset: 0
|
199
|
-
:exposure_level_increments: "1/3 Stop"
|
200
|
-
:wb_bracket_value_gm: 0
|
201
|
-
:region_area_h:
|
233
|
+
:region_area_h:
|
202
234
|
- 0.119007
|
203
235
|
- 0.1875
|
204
236
|
- 0.12286
|
205
237
|
- 0.101884
|
206
238
|
- 0.189212
|
207
|
-
:
|
208
|
-
:orientation: Horizontal (normal)
|
209
|
-
:exposure_time: !ruby/object:Rational
|
210
|
-
denominator: 4000
|
211
|
-
numerator: 1
|
212
|
-
:components_configuration: Y, Cb, Cr, -
|
213
|
-
:color_temp_daylight: 5200
|
214
|
-
:region_area_unit:
|
239
|
+
:region_area_unit:
|
215
240
|
- normalized
|
216
241
|
- normalized
|
217
242
|
- normalized
|
218
243
|
- normalized
|
219
244
|
- normalized
|
220
|
-
:
|
221
|
-
:
|
222
|
-
:
|
223
|
-
:
|
224
|
-
:
|
225
|
-
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
- Jamie McEachen
|
230
|
-
:focal_length: 17.0 mm
|
245
|
+
:profile_cmm_type: appl
|
246
|
+
:profile_version: 2.2.0
|
247
|
+
:profile_class: Input Device Profile
|
248
|
+
:color_space_data: 'RGB '
|
249
|
+
:profile_connection_space: 'XYZ '
|
250
|
+
:profile_date_time: 2003-07-01 00:00:00.000000000 +00:00
|
251
|
+
:profile_file_signature: acsp
|
252
|
+
:primary_platform: Apple Computer Inc.
|
253
|
+
:cmm_flags: Not Embedded, Independent
|
231
254
|
:device_manufacturer: appl
|
232
|
-
:
|
233
|
-
:
|
234
|
-
:
|
235
|
-
:
|
236
|
-
:bulb_duration: 0
|
237
|
-
:color_temp_fluorescent: 3961
|
238
|
-
:bracket_shot_number: 0
|
239
|
-
:picture_style: None
|
240
|
-
:bits_per_sample: 8
|
241
|
-
:region_type:
|
242
|
-
- Face
|
243
|
-
- Face
|
244
|
-
- Face
|
245
|
-
- Face
|
246
|
-
- Face
|
247
|
-
:canon_firmware_version: Firmware 2.0.3
|
248
|
-
:sharpness: 0
|
249
|
-
:file_number: 326-2647
|
250
|
-
:modify_date: 2012-02-15 22:58:07 -08:00
|
251
|
-
:self_timer: "Off"
|
252
|
-
:encoding_process: Baseline DCT, Huffman coding
|
253
|
-
:color_temp_auto: 4599
|
255
|
+
:device_model: ''
|
256
|
+
:device_attributes: Reflective, Glossy, Positive, Color
|
257
|
+
:rendering_intent: Perceptual
|
258
|
+
:connection_space_illuminant: 0.9642 1 0.82491
|
254
259
|
:profile_creator: appl
|
255
|
-
:
|
256
|
-
:
|
257
|
-
:
|
258
|
-
:
|
259
|
-
:
|
260
|
-
:
|
261
|
-
|
262
|
-
:
|
263
|
-
:
|
264
|
-
|
265
|
-
numerator: 1
|
266
|
-
:auto_rotate: None
|
267
|
-
:bracket_mode: "Off"
|
268
|
-
:valid_af_points: 9
|
269
|
-
:scene_capture_type: Standard
|
270
|
-
:exposure_mode: Auto
|
271
|
-
:tone_curve: Standard
|
272
|
-
:chromatic_adaptation: 1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508 0.75165
|
273
|
-
:long_focal: 40 mm
|
274
|
-
:file_modify_date: 2012-02-19 21:49:48 -08:00
|
275
|
-
:flash_sync_speed_av: Auto
|
276
|
-
:profile_connection_space: "XYZ "
|
277
|
-
:wb_rggb_levels_daylight: 1933 1023 1023 1607
|
278
|
-
:black_mask_right_border: 0
|
279
|
-
:camera_type: EOS Mid-range
|
280
|
-
:record_mode: JPEG
|
281
|
-
:interop_index: R98 - DCF basic file (sRGB)
|
282
|
-
:profile_date_time: 2003-07-01 00:00:00 -07:00
|
283
|
-
:base_iso: 400
|
284
|
-
:focal_plane_x_resolution: 3959.322034
|
285
|
-
:flashpix_version: "0100"
|
286
|
-
:canon_image_height: 2336
|
260
|
+
:profile_id: 0
|
261
|
+
:red_matrix_column: 0.45427 0.24263 0.01482
|
262
|
+
:green_matrix_column: 0.35332 0.67441 0.09042
|
263
|
+
:blue_matrix_column: 0.15662 0.08336 0.71953
|
264
|
+
:media_white_point: 0.95047 1 1.0891
|
265
|
+
:chromatic_adaptation: 1.04788 0.02292 -0.0502 0.02957 0.99049 -0.01706 -0.00923 0.01508
|
266
|
+
0.75165
|
267
|
+
:red_trc: (Binary data 14 bytes)
|
268
|
+
:green_trc: (Binary data 14 bytes)
|
269
|
+
:blue_trc: (Binary data 14 bytes)
|
287
270
|
:profile_description: Camera RGB Profile
|
288
|
-
:
|
289
|
-
:
|
290
|
-
:
|
291
|
-
:
|
292
|
-
:
|
271
|
+
:profile_copyright: Copyright 2003 Apple Computer Inc., all rights reserved.
|
272
|
+
:profile_description_ml: Camera RGB Profile
|
273
|
+
:profile_description_ml-es-es: Perfil RGB para Cámara
|
274
|
+
:profile_description_ml-da-dk: RGB-beskrivelse til Kamera
|
275
|
+
:profile_description_ml-de-de: RGB-Profil für Kameras
|
276
|
+
:profile_description_ml-fi-fi: Kameran RGB-profiili
|
277
|
+
:profile_description_ml-fr-fu: Profil RVB de l’appareil-photo
|
278
|
+
:profile_description_ml-it-it: Profilo RGB Fotocamera
|
279
|
+
:profile_description_ml-nl-nl: RGB-profiel Camera
|
280
|
+
:profile_description_ml-no-no: RGB-kameraprofil
|
281
|
+
:profile_description_ml-pt-br: Perfil RGB de Câmera
|
282
|
+
:profile_description_ml-sv-se: RGB-profil för Kamera
|
283
|
+
:profile_description_ml-ja-jp: カメラ RGB プロファイル
|
284
|
+
:profile_description_ml-ko-kr: 카메라 RGB 프로파일
|
285
|
+
:profile_description_ml-zh-tw: 數位相機 RGB 色彩描述
|
286
|
+
:profile_description_ml-zh-cn: 相机 RGB 描述文件
|
287
|
+
:current_iptc_digest: b443520a10119da99c2550175e6d0efb
|
288
|
+
:envelope_record_version: 4
|
289
|
+
:coded_character_set: UTF8
|
290
|
+
:application_record_version: 4
|
291
|
+
:iptc_digest: b443520a10119da99c2550175e6d0efb
|
293
292
|
:image_width: 3504
|
294
|
-
:
|
295
|
-
:
|
296
|
-
:
|
297
|
-
:
|
298
|
-
:
|
293
|
+
:image_height: 2336
|
294
|
+
:encoding_process: Baseline DCT, Huffman coding
|
295
|
+
:bits_per_sample: 8
|
296
|
+
:color_components: 3
|
297
|
+
:y_cb_cr_sub_sampling: YCbCr4:2:2 (2 1)
|
298
|
+
:aperture: 4.0
|
299
|
+
:drive_mode: Single-frame Shooting
|
300
|
+
:image_size: 3504x2336
|
301
|
+
:lens: 17.0 - 40.0 mm
|
302
|
+
:lens_id: Unknown 17-40mm
|
303
|
+
:warning: Invalid original decision data
|
304
|
+
:scale_factor35efl: 1.6
|
305
|
+
:shooting_mode: Depth-of-field AE
|
306
|
+
:shutter_speed: !ruby/object:Rational
|
307
|
+
denominator: 4000
|
308
|
+
numerator: 1
|
309
|
+
:thumbnail_image: (Binary data 12170 bytes)
|
310
|
+
:wb_rggb_levels: 1822 1015 1015 1709
|
311
|
+
:blue_balance: 1.683744
|
299
312
|
:circle_of_confusion: 0.019 mm
|
300
|
-
:
|
301
|
-
:
|
313
|
+
:fov: 66.9 deg
|
314
|
+
:focal_length35efl: '17.0 mm (35 mm equivalent: 27.2 mm)'
|
315
|
+
:hyperfocal_distance: 3.85 m
|
316
|
+
:lens35efl: '17.0 - 40.0 mm (35 mm equivalent: 27.2 - 64.1 mm)'
|
317
|
+
:light_value: 14.0
|
318
|
+
:red_balance: 1.795074
|