【写真】FUJIFILM のカメラで撮影した写真の Exif(主にフィルムシミュレーション)
去年の写真の振り返りをしていたとき,昔自作したツールで写真を整理していました.
富士フイルム (FUJIFILM) のカメラで撮影した写真の中で,比較的新しいフィルムシミュレーションのメタデータが取得できずに困っていたので,久しぶりに Exif を細かく見ていました.
その時の備忘録です.
Exif のフィルムシミュレーション情報を探して
過去作成した自作したツールで,手元の画像(FUJIFILM の撮って出し or ボディ内現像 JPEG)からフィルムシミュレーション情報を抜き出していました.
すると,最近のフィルムシミュレーションでは値が取れないことがわかりました.
フィルムシミュレーションは,TAG ID
が 0x1401
にあることはこれまでの経験でわかっていたので,フィルムシミュレーションが既知の画像をつかって,こういうテーブルを作成し,画像を整理していました.
フィルムシミュレーションの Exif 上の値の対応表
その他のメタデータも取得したいなぁとインターネットを漁っていると,
ExifTool Forum: FujiFilm X Series Color Chrome FX Blue
というフォーラムでの議論を見つけました.
なるほどね,こうやって有志が様々なメーカーのデータを解析し,ExifTool を更新しているのかぁ.などと思っていたら,そういえば自作ツールで参照している ExifTool のバージョンが 10.40 と,latest である 12.70 からだいぶ古いことに気づきました.
ということで ExifTool を更新すると,難なく上記のフィルムシミュレーションの値も普通に取得できました.
ツールをビルド中に, ExifTool のソースコードを眺めていました.
すると下で示すように,フィルムシミュレーションは FilmMode
として定義されていました.
なるほど,カメラ本体で確認できるようなパラメタはすべて定義されていますね.ありがたい.
たとえば ここ (FacePositions) などをみると,顔検出で検出したすべての顔(の範囲)の座標が配列で格納されいてる,ということもわかりますね.
06 | 0x000 => 'F0/Standard (Provia)' , |
07 | 0x100 => 'F1/Studio Portrait' , |
08 | 0x110 => 'F1a/Studio Portrait Enhanced Saturation' , |
09 | 0x120 => 'F1b/Studio Portrait Smooth Skin Tone (Astia)' , |
10 | 0x130 => 'F1c/Studio Portrait Increased Sharpness' , |
11 | 0x200 => 'F2/Fujichrome (Velvia)' , |
12 | 0x300 => 'F3/Studio Portrait Ex' , |
14 | 0x500 => 'Pro Neg. Std' , |
15 | 0x501 => 'Pro Neg. Hi' , |
16 | 0x600 => 'Classic Chrome' , |
18 | 0x800 => 'Classic Negative' , |
19 | 0x900 => 'Bleach Bypass' , |
20 | 0xa00 => 'Nostalgic Neg' , |
ExifTool のフィルムシミュレーションを定義する部分のソースコード(該当コード)
FUJIFILM の撮って出しと Adobe Lightroom Classic での現像 JPEG の Exif
概要
より詳細な Tag Groups ごとの Exif の値「Exif 取得スクリプトと, Exif Tag Groups ごとの値」で記載しますが,ここではさっと Exif の一覧を載せておきます.
個人的に気になるポイントは次です.
・ | フィルムシミュレーションは撮って出しでも Lightroom 現像でも, key と value のセットが違うが取得はできそう(適切な変換が必須).
FUJIFILM の撮って出し: FilmMode
Lightroom での現像: CameraProfile |
・ | 撮って出しとボディ内現像はImageGeneration で区別ができそう.
FUJIFILM の撮って出し: Original Image
ボディ内現像: Re-developed from RAW |
・ | 以下の値は使い方次第ではかなり有効活用できそう.
FocusPixel : フォーカスポイントの座標
FocusWarning : フォーカス状態
HyperfocalDistance : 過焦点距離
FacePositions : 顔検出時の検出した顔位置(配列) |
FUJIFILM の撮って出し or ボディ内現像
ボディ内現像した以下の画像とその Exif です.
X-T5, XF10-24mmF4 R OIS WR, 10mm, 1/1100, F4.0, ISO 125, EV0, Velvia
001 | AF-CPriority : Release |
002 | AF-CSetting : Set 1 (multi-purpose) |
003 | AF-CSpeedTrackingSensitivity : 0 |
004 | AF-CTrackingSensitivity : 2 |
005 | AF-CZoneAreaSwitching : Auto |
006 | AF-SPriority : Release |
007 | AFAreaMode : Single Point |
013 | Artist : MeltingRabbit |
014 | Artist (1) : MeltingRabbit |
019 | CameraElevationAngle : -4.1 |
020 | CircleOfConfusion : 0.020 mm |
022 | ColorChromeEffect : Off |
023 | ColorChromeFXBlue : Strong |
026 | ComponentsConfiguration : Y, Cb, Cr, - |
027 | CompositeImage : Not a Composite Image |
028 | CompressedBitsPerPixel : 4.8 |
029 | Compression : JPEG (old-style) |
031 | Copyright : MeltingRabbit |
032 | CreateDate : 2023:06:03 14:22:04 |
034 | CustomRendered : Normal |
035 | DateTimeOriginal : 2023:06:03 14:22:04 |
036 | DevelopmentDynamicRange : 100 |
040 | DynamicRange : Standard |
041 | DynamicRangeSetting : Manual |
042 | EncodingProcess : Baseline DCT, Huffman coding |
043 | ExifByteOrder : Little-endian (Intel, II) |
044 | ExifImageHeight : 5152 |
046 | ExifToolVersion : 12.70 |
048 | ExposureCompensation : 0 |
051 | ExposureProgram : Aperture-priority AE |
053 | ExposureWarning : Good |
057 | FileAccessDate : 2024:01:03 01:08:43+09:00 |
058 | FileInodeChangeDate : 2024:01:03 01:08:43+09:00 |
059 | FileModifyDate : 2023:06:04 19:32:30+09:00 |
060 | FileName : DSCF5465.JPG |
061 | FilePermissions : -rwxrw-r-- |
063 | FileSource : Digital Camera |
065 | FileTypeExtension : jpg |
066 | FilmMode : F2/Fujichrome (Velvia) |
069 | FlashpixVersion : 0100 |
070 | FlickerReduction : Off (0x0003) |
072 | FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) |
073 | FocalLengthIn35mmFormat : 15 mm |
074 | FocalPlaneResolutionUnit : cm |
075 | FocalPlaneXResolution : 3289 |
076 | FocalPlaneYResolution : 3289 |
079 | FocusPixel : 3863 3114 |
081 | FujiFlashMode : Not Attached |
083 | FujiModel2 : X-T5_0100 |
084 | GPSAltitude : 1577 m Above Sea Level |
085 | GPSAltitude (1) : 1577 m |
086 | GPSAltitudeRef : Above Sea Level |
087 | GPSDateStamp : 2023:06:03 |
088 | GPSDateTime : 2023:06:03 05:22:03Z |
089 | GPSLatitude : 35 deg 22' 24.64" N |
090 | GPSLatitude (1) : 35 deg 22' 24.64" |
091 | GPSLatitudeRef : North |
092 | GPSLongitude : 133 deg 32' 4.97" E |
093 | GPSLongitude (1) : 133 deg 32' 4.97" |
094 | GPSLongitudeRef : East |
096 | GPSPosition : 35 deg 22 ' 24.64" N, 133 deg 32' 4.97" E |
099 | GPSTimeStamp : 05:22:03 |
100 | GPSVersionID : 2.3.0.0 |
101 | GrainEffectRoughness : Off |
103 | HighlightTone : +1 (medium hard) |
104 | HyperfocalDistance : 1.25 m |
107 | ImageGeneration : Re-developed from RAW |
110 | ImageStabilization : OIS Lens; On (mode 1, continuous); 0 |
112 | InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 |
113 | InteropIndex : R98 - DCF basic file (sRGB) |
115 | LensID : XF10-24mm F4 R OIS WR |
116 | LensInfo : 10-24mm f/4 |
118 | LensModel : XF10-24mmF4 R OIS WR |
119 | LensModulationOptimizer : On |
120 | LensSerialNumber : 0DA00449 |
125 | MaxApertureAtMaxFocal : 4 |
126 | MaxApertureAtMinFocal : 4 |
127 | MaxApertureValue : 4.0 |
130 | MeteringMode : Multi-segment |
133 | ModifyDate : 2023:06:04 19:32:29 |
134 | NoiseReduction : 0 (normal) |
137 | OffsetTimeDigitized : +09:00 |
138 | OffsetTimeOriginal : +09:00 |
139 | Orientation : Horizontal (normal) |
140 | Orientation (1) : Horizontal (normal) |
141 | PictureMode : Aperture-priority AE |
143 | PreviewImage : SCALAR(0x1922df8) |
144 | PreviewImageHeight : 480 |
145 | PreviewImageSize : 640x480 |
146 | PreviewImageWidth : 640 |
150 | ResolutionUnit : inches |
151 | ResolutionUnit (1) : inches |
153 | Saturation : 0 (normal) |
154 | ScaleFactor35efl : 1.5 |
155 | SceneCaptureType : Standard |
156 | SceneType : Directly photographed |
157 | SensingMethod : One-chip color area |
158 | SensitivityType : Standard Output Sensitivity |
160 | SerialNumber : 2D011957 |
161 | ShadowTone : 0 (normal) |
163 | Sharpness (1) : +2 (hard) |
165 | ShutterSpeedValue : 1/1144 |
166 | ShutterType : Electronic Front Curtain |
168 | Software : Digital Camera X-T5 Ver2.00 |
169 | SubSecCreateDate : 2023:06:03 14:22:04+09:00 |
170 | SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 |
171 | SubSecModifyDate : 2023:06:04 19:32:29+09:00 |
172 | SubjectDistanceRange : Unknown |
173 | ThumbnailImage : SCALAR(0xfcf160) |
174 | ThumbnailLength : 8341 |
175 | ThumbnailOffset : 4256 |
179 | WhiteBalance (1) : Auto |
180 | WhiteBalanceFineTune : Red +0, Blue +0 |
183 | YCbCrPositioning : Co-sited |
184 | YCbCrPositioning (1) : Co-sited |
185 | YCbCrSubSampling : YCbCr4:2:2 (2 1) |
Adobe Lightroom Classic での現像
Adobe Lightroom Classic で現像した以下の画像とその Exif です.
X-T5, XF33mmF1.4 R LM WR, 33mm, 1/50, F1.4, ISO 500, EV-0.33, Pro Neg. Hi
001 | APP14Flags0 : [14], Encoded with Blend=1 downsampling |
006 | ApplicationRecordVersion : 4 |
007 | Artist : MeltingRabbit |
012 | BlueMatrixColumn : 0.14307 0.06061 0.7141 |
014 | BlueTRC : SCALAR(0x233feb8) |
015 | BrightnessValue : -0.79 |
016 | By-line : MeltingRabbit |
017 | CMMFlags : Not Embedded, Independent |
018 | CameraElevationAngle : -4.4 |
019 | CameraProfile : Camera Pro Neg Hi |
020 | CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 |
021 | CameraProfilesApertureValue : 0.970854 |
022 | CameraProfilesAuthor : Adobe |
023 | CameraProfilesAutoScale : False |
024 | CameraProfilesCameraPrettyName : Fujifilm X-T5 |
025 | CameraProfilesCameraRawProfile : True |
026 | CameraProfilesFocalLength : 33 |
027 | CameraProfilesFocusDistance : 10000 |
028 | CameraProfilesLens : XF33mmF1.4 R LM WR |
029 | CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR |
030 | CameraProfilesMake : FUJIFILM |
031 | CameraProfilesModel : X-T5 |
032 | CameraProfilesPerspectiveModelImageXCenter : 0.501812 |
033 | CameraProfilesPerspectiveModelImageYCenter : 0.514752 |
034 | CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 |
035 | CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 |
036 | CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 |
037 | CameraProfilesPerspectiveModelScaleFactor : 0.982285 |
038 | CameraProfilesPerspectiveModelVersion : 2 |
039 | CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 |
040 | CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 |
041 | CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 |
042 | CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 |
043 | CameraProfilesProfileName : Camera Settings |
044 | CameraProfilesSensorFormatFactor : 1.539063 |
045 | CameraProfilesUniqueCameraModel : Fujifilm X-T5 |
046 | CircleOfConfusion : 0.020 mm |
050 | CodedCharacterSet : UTF8 |
052 | ColorGradeBlending : 50 |
053 | ColorGradeGlobalHue : 0 |
054 | ColorGradeGlobalLum : 0 |
055 | ColorGradeGlobalSat : 0 |
056 | ColorGradeHighlightLum : 0 |
057 | ColorGradeMidtoneHue : 0 |
058 | ColorGradeMidtoneLum : 0 |
059 | ColorGradeMidtoneSat : 0 |
060 | ColorGradeShadowLum : 0 |
061 | ColorNoiseReduction : 8 |
062 | ColorNoiseReductionDetail : 50 |
063 | ColorNoiseReductionSmoothness : 50 |
066 | ColorTemperature : 3050 |
067 | ColorTransform : YCbCr |
068 | Compression : JPEG (old-style) |
069 | ConnectionSpaceIlluminant : 0.9642 1 0.82491 |
071 | ConvertToGrayscale : False |
072 | Copyright : MeltingRabbit |
073 | CopyrightNotice : MeltingRabbit |
075 | Country-PrimaryLocationCode : AE |
076 | Country-PrimaryLocationName : アラブ首長国連邦 |
078 | CreateDate : 2023:12:06 20:38:18 |
079 | CreateDate (1) : 2023:12:06 20:38:18+04:00 |
080 | Creator : MeltingRabbit |
081 | CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
084 | CropConstrainToWarp : 0 |
088 | CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
089 | CustomRendered : Normal |
090 | DCTEncodeVersion : 100 |
091 | DateCreated : 2023:12:06 20:38:18+04:00 |
092 | DateCreated (1) : 2023:12:06 |
093 | DateTimeCreated : 2023:12:06 20:38:18+04:00 |
094 | DateTimeOriginal : 2023:12:06 20:38:18 |
095 | DefringeGreenAmount : 0 |
096 | DefringeGreenHueHi : 60 |
097 | DefringeGreenHueLo : 40 |
098 | DefringePurpleAmount : 0 |
099 | DefringePurpleHueHi : 70 |
100 | DefringePurpleHueLo : 30 |
102 | DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
103 | DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
104 | DeviceAttributes : Reflective, Glossy, Positive, Color |
105 | DeviceManufacturer : Hewlett-Packard |
108 | DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB |
109 | DigitalCreationDate : 2023:12:06 |
110 | DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 |
111 | DigitalCreationTime : 20:38:18+04:00 |
113 | DisplayedUnitsX : inches |
114 | DisplayedUnitsY : inches |
115 | DistortionCorrectionAlreadyApplied : True |
116 | DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc |
117 | EncodingProcess : Baseline DCT, Huffman coding |
118 | ExifByteOrder : Little-endian (Intel, II) |
119 | ExifToolVersion : 12.70 |
122 | ExposureCompensation : +0.33 |
124 | ExposureProgram : Aperture-priority AE |
128 | FileAccessDate : 2024:01:03 13:24:01+09:00 |
129 | FileInodeChangeDate : 2024:01:03 13:24:01+09:00 |
130 | FileModifyDate : 2024:01:02 16:22:08+09:00 |
131 | FileName : DSCF9340_lr.jpg |
132 | FilePermissions : -rwxrw-r-- |
134 | FileSource : Digital Camera |
136 | FileTypeExtension : jpg |
139 | FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) |
140 | FocalLengthIn35mmFormat : 50 mm |
141 | FocalPlaneResolutionUnit : cm |
142 | FocalPlaneXResolution : 3303.855743 |
143 | FocalPlaneYResolution : 3303.855743 |
145 | FujiRatingAlreadyApplied : True |
146 | GPSAltitude : 31 m Below Sea Level |
147 | GPSAltitude (1) : 31 m |
148 | GPSAltitudeRef : Below Sea Level |
149 | GPSDateStamp : 2023:12:06 |
150 | GPSDateTime : 2023:12:06 16:38:14Z |
151 | GPSLatitude : 25 deg 7' 1.11" N |
152 | GPSLatitude (1) : 25 deg 7' 1.11" |
153 | GPSLatitudeRef : North |
154 | GPSLongitude : 55 deg 11' 40.21" E |
155 | GPSLongitude (1) : 55 deg 11' 40.21" |
156 | GPSLongitudeRef : East |
158 | GPSPosition : 25 deg 7 ' 1.11" N, 55 deg 11' 40.21" E |
161 | GPSTimeStamp : 16:38:14 |
162 | GPSVersionID : 2.3.0.0 |
165 | GreenMatrixColumn : 0.38515 0.71687 0.09708 |
167 | GreenTRC : SCALAR(0x23313f0) |
171 | HistoryAction : derived, saved |
173 | HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
174 | HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location |
175 | HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
176 | HistoryWhen : 2024:01:02 16:22:07+09:00 |
179 | HueAdjustmentGreen : 0 |
180 | HueAdjustmentMagenta : 0 |
181 | HueAdjustmentOrange : 0 |
182 | HueAdjustmentPurple : 0 |
184 | HueAdjustmentYellow : 0 |
185 | HyperfocalDistance : 39.23 m |
186 | IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
191 | InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
192 | LateralChromaticAberrationCorrectionAlreadyApplied : True |
193 | Lens : XF33mmF1.4 R LM WR |
194 | LensID : XF33mm F1.4 R LM WR |
196 | LensInfo (1) : 33mm f/1.4 |
198 | LensManualDistortionAmount : 0 |
199 | LensModel : XF33mmF1.4 R LM WR |
200 | LensModel (1) : XF33mmF1.4 R LM WR |
201 | LensProfileDigest : 0D18641C090112947D6EDE319D3014BC |
202 | LensProfileDistortionScale : 100 |
204 | LensProfileIsEmbedded : True |
205 | LensProfileName : Camera Settings |
206 | LensProfileSetup : LensDefaults |
207 | LensProfileVignettingScale : 100 |
208 | LensSerialNumber : 3DA01450 |
209 | LensSerialNumber (1) : 3DA01450 |
212 | Luminance : 76.03647 80 87.12462 |
213 | LuminanceAdjustmentAqua : 0 |
214 | LuminanceAdjustmentBlue : 0 |
215 | LuminanceAdjustmentGreen : 0 |
216 | LuminanceAdjustmentMagenta : 0 |
217 | LuminanceAdjustmentOrange : 0 |
218 | LuminanceAdjustmentPurple : 0 |
219 | LuminanceAdjustmentRed : 0 |
220 | LuminanceAdjustmentYellow : 0 |
221 | LuminanceNoiseReductionContrast : 0 |
222 | LuminanceNoiseReductionDetail : 50 |
223 | LuminanceSmoothing : 5 |
226 | MaxApertureValue : 1.4 |
227 | MeasurementBacking : 0 0 0 |
228 | MeasurementFlare : 0.999% |
229 | MeasurementGeometry : Unknown |
230 | MeasurementIlluminant : D65 |
231 | MeasurementObserver : CIE 1931 |
232 | MediaBlackPoint : 0 0 0 |
233 | MediaWhitePoint : 0.95045 1 1.08905 |
235 | MetadataDate : 2024:01:02 16:22:07+09:00 |
236 | MeteringMode : Multi-segment |
238 | ModifyDate : 2024:01:02 16:22:07 |
239 | ModifyDate (1) : 2024:01:02 16:22:07+09:00 |
241 | OffsetTimeDigitized : +04:00 |
242 | OffsetTimeOriginal : +04:00 |
243 | OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
244 | OverrideLookVignette : False |
246 | ParametricHighlightSplit : 75 |
247 | ParametricHighlights : 0 |
249 | ParametricMidtoneSplit : 50 |
250 | ParametricShadowSplit : 25 |
253 | PerspectiveHorizontal : 0 |
254 | PerspectiveRotate : 0.0 |
255 | PerspectiveScale : 100 |
256 | PerspectiveUpright : Off |
257 | PerspectiveVertical : 0 |
260 | PhotoshopThumbnail : SCALAR(0x1b5c638) |
261 | PostCropVignetteAmount : 0 |
262 | PreservedFileName : DSCF9340.RAF |
263 | PrimaryPlatform : Microsoft Corporation |
265 | ProfileCMMType : Linotronic |
266 | ProfileClass : Display Device Profile |
267 | ProfileConnectionSpace : XYZ |
268 | ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company |
269 | ProfileCreator : Hewlett-Packard |
270 | ProfileDateTime : 1998:02:09 06:49:00 |
271 | ProfileDescription : sRGB IEC61966-2.1 |
272 | ProfileFileSignature : acsp |
274 | ProfileVersion : 2.1.0 |
275 | Province-State : ドバイ首長国 |
277 | RawFileName : DSCF9340.RAF |
279 | RedMatrixColumn : 0.43607 0.22249 0.01392 |
281 | RedTRC : SCALAR(0x2332858) |
282 | RenderingIntent : Perceptual |
283 | ResolutionUnit : inches |
284 | ResolutionUnit (1) : inches |
285 | Rights : MeltingRabbit |
287 | SaturationAdjustmentAqua : 0 |
288 | SaturationAdjustmentBlue : 0 |
289 | SaturationAdjustmentGreen : 0 |
290 | SaturationAdjustmentMagenta : 0 |
291 | SaturationAdjustmentOrange : 0 |
292 | SaturationAdjustmentPurple : 0 |
293 | SaturationAdjustmentRed : 0 |
294 | SaturationAdjustmentYellow : 0 |
295 | ScaleFactor35efl : 1.5 |
296 | SceneCaptureType : Standard |
297 | SceneType : Directly photographed |
298 | SensingMethod : One-chip color area |
299 | SensitivityType : Standard Output Sensitivity |
300 | SerialNumber : 2D011957 |
301 | SerialNumber (1) : 2D011957 |
305 | SharpenEdgeMasking : 5 |
310 | ShutterSpeedValue : 1/50 |
311 | Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
312 | SplitToningBalance : 0 |
313 | SplitToningHighlightHue : 0 |
314 | SplitToningHighlightSaturation : 0 |
315 | SplitToningShadowHue : 0 |
316 | SplitToningShadowSaturation : 0 |
318 | SubSecCreateDate : 2023:12:06 20:38:18+04:00 |
319 | SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 |
320 | SubSecModifyDate : 2024:01:02 16:22:07+09:00 |
321 | SubjectDistanceRange : Unknown |
322 | Technology : Cathode Ray Tube Display |
324 | ThumbnailImage : SCALAR(0x1aa7630) |
325 | ThumbnailLength : 15104 |
326 | ThumbnailOffset : 1360 |
327 | TimeCreated : 20:38:18+04:00 |
329 | ToneCurveName2012 : Linear |
330 | ToneCurvePV2012 : 0, 0, 255, 255 |
331 | ToneCurvePV2012Blue : 0, 0, 255, 255 |
332 | ToneCurvePV2012Green : 0, 0, 255, 255 |
333 | ToneCurvePV2012Red : 0, 0, 255, 255 |
336 | ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 |
337 | ViewingCondIlluminant : 19.6445 20.3718 16.8089 |
338 | ViewingCondIlluminantType : D50 |
339 | ViewingCondSurround : 3.92889 4.07439 3.36179 |
341 | VignetteCorrectionAlreadyApplied : True |
343 | WhiteBalance (1) : As Shot |
345 | XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 |
349 | YCbCrSubSampling : YCbCr4:4:4 (1 1) |
Exif 取得スクリプトと, Exif Tag Groups ごとの値
概要
Exif は Family > Group > Tag の順番にカテゴライズされています.すべての Family の Group から Tag を取得し,それぞれの Group ごとに和集合をとって出力するスクリプトを書きました.
その コード と,撮って出し,Lightroom での現像 の両方の出力結果を載せておきます.
Lightroom で出力すると,現像パラメタなどで Tag はかなり増えているものの,FujiFilm group や MakerNotes group は消えてしまうことがわかりますね.残しておいてくれても良いのに....
Exif 取得スクリプト
008 | my $IMG_PATH = './DSCF5465.JPG' ; |
010 | my $exif_tool = Image::ExifTool->new; |
011 | $exif_tool ->ExtractInfo( $IMG_PATH ); |
017 | for ( my $family = 0; $family <= $MAX_FAMILY ; $family ++) { |
018 | print "INFO: Get family #$family info ...\n" ; |
019 | my %group_info = %{&GetGroupInfo(\ $exif_tool , $family )}; |
021 | $family_info [ $family ] = \ %group_info ; |
025 | my %unique_group_info ; |
026 | %unique_group_info = %{ $family_info [0]}; |
028 | for ( my $family = 1; $family <= $MAX_FAMILY ; $family ++) { |
029 | print "INFO: Take union of family #$family info ...\n" ; |
030 | my %group_info = %{ $family_info [ $family ]}; |
031 | foreach my $group ( sort { $a cmp $b } keys %group_info ) { |
032 | if ( exists $unique_group_info { $group }) { |
034 | my %temp = %{&GetUnion(\%{ $unique_group_info { $group }}, \%{ $group_info { $group }})}; |
035 | $unique_group_info { $group } = \ %temp ; |
038 | $unique_group_info { $group } = \%{ $group_info { $group }}; |
043 | &PrintGroupInfo(\ %unique_group_info ); |
047 | print "INFO: ALL TAG\n" ; |
049 | foreach my $group ( sort { $a cmp $b } keys %unique_group_info ) { |
050 | %all_tag_info = ( %all_tag_info , %{ $unique_group_info { $group }}); |
052 | foreach ( sort { $a cmp $b } keys %all_tag_info ) { |
053 | print sprintf ( "%-30s" , $_ ). " : $all_tag_info{$_}\n" ; |
060 | my $exif_tool = ${ $_ [0]}; |
065 | my @groups = $exif_tool ->GetGroups( $family ); |
066 | foreach my $group ( @groups ) { |
071 | my $info = $exif_tool ->GetInfo({ "Group$family" => $group }); |
072 | foreach ( $exif_tool ->GetTagList( $info )) { |
074 | $tag_info { $_ } = $ $info { $_ }; |
076 | $group_info { $group } = \ %tag_info ; |
084 | my %group_info = %{ $_ [0]}; |
086 | foreach my $group ( sort { $a cmp $b } keys %group_info ) { |
087 | foreach ( sort { $a cmp $b } keys %{ $group_info { $group } }) { |
088 | print sprintf ( "%-10s" , $group ). " -> " . sprintf ( "%-30s" , $_ ). " : $group_info{$group}{$_}\n" ; |
101 | @all_keys { keys %g0 , keys %g1 } = (); |
104 | foreach my $k ( sort { $a cmp $b } keys %all_keys ) { |
106 | if ( ( exists $g0 { $k }) && ( exists $g1 { $k }) ) { |
107 | if ( $g0 { $k } ne $g1 { $k }) |
109 | print "ERR: MISMATCH at key $k: $g0{$k}, $g1{$k} !!\n" ; |
113 | $g { $k } = ( exists $g0 { $k }) ? $g0 { $k } : $g1 { $k }; |
撮って出しの Exif Tag Groups ごとの値
001 | Author -> Artist : MeltingRabbit |
002 | Author -> Artist (1) : MeltingRabbit |
003 | Author -> Copyright : MeltingRabbit |
004 | Camera -> AF-CPriority : Release |
005 | Camera -> AF-CSetting : Set 1 (multi-purpose) |
006 | Camera -> AF-CSpeedTrackingSensitivity : 0 |
007 | Camera -> AF-CTrackingSensitivity : 2 |
008 | Camera -> AF-CZoneAreaSwitching : Auto |
009 | Camera -> AF-SPriority : Release |
010 | Camera -> AFAreaMode : Single Point |
011 | Camera -> AFAreaPointSize : 4 |
012 | Camera -> AFAreaZoneSize : n/a |
013 | Camera -> AFMode : Single Point |
014 | Camera -> AutoBracketing : Off |
015 | Camera -> BlurWarning : None |
016 | Camera -> CircleOfConfusion : 0.020 mm |
018 | Camera -> ColorChromeEffect : Off |
019 | Camera -> ColorChromeFXBlue : Strong |
020 | Camera -> Contrast : Normal |
021 | Camera -> CropMode : n/a |
022 | Camera -> DevelopmentDynamicRange : 100 |
023 | Camera -> DriveMode : Single |
024 | Camera -> DriveSpeed : n/a |
025 | Camera -> DynamicRange : Standard |
026 | Camera -> DynamicRangeSetting : Manual |
027 | Camera -> ExposureCount : 1 |
028 | Camera -> ExposureMode : Auto |
029 | Camera -> ExposureProgram : Aperture-priority AE |
030 | Camera -> ExposureWarning : Good |
031 | Camera -> FacesDetected : 0 |
032 | Camera -> FilmMode : F2/Fujichrome (Velvia) |
033 | Camera -> Flash : No Flash |
034 | Camera -> FlashExposureComp : 0 |
035 | Camera -> FlickerReduction : Off (0x0003) |
036 | Camera -> FocalLength : 10.0 mm |
037 | Camera -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) |
038 | Camera -> FocalLengthIn35mmFormat : 15 mm |
039 | Camera -> FocalPlaneResolutionUnit : cm |
040 | Camera -> FocalPlaneXResolution : 3289 |
041 | Camera -> FocalPlaneYResolution : 3289 |
042 | Camera -> FocusMode : Auto |
043 | Camera -> FocusMode2 : AF-S |
044 | Camera -> FocusPixel : 3863 3114 |
045 | Camera -> FocusWarning : Good |
046 | Camera -> FujiFlashMode : Not Attached |
047 | Camera -> FujiModel : X-T5_0100 |
048 | Camera -> FujiModel2 : X-T5_0100 |
049 | Camera -> GrainEffectRoughness : Off |
050 | Camera -> GrainEffectSize : Off |
051 | Camera -> HighlightTone : +1 (medium hard) |
052 | Camera -> HyperfocalDistance : 1.25 m |
053 | Camera -> ImageCount : 8999 |
054 | Camera -> ImageGeneration : Re-developed from RAW |
055 | Camera -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 |
056 | Camera -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 |
057 | Camera -> LensID : XF10-24mm F4 R OIS WR |
058 | Camera -> LensModulationOptimizer : On |
059 | Camera -> LightSource : Unknown |
060 | Camera -> Make : FUJIFILM |
061 | Camera -> MaxApertureAtMaxFocal : 4 |
062 | Camera -> MaxApertureAtMinFocal : 4 |
063 | Camera -> MaxApertureValue : 4.0 |
064 | Camera -> MaxFocalLength : 24 |
065 | Camera -> MeteringMode : Multi-segment |
066 | Camera -> MinFocalLength : 10 |
067 | Camera -> Model : X-T5 |
068 | Camera -> NoiseReduction : 0 (normal) |
069 | Camera -> NumFaceElements : 0 |
070 | Camera -> PictureMode : Aperture-priority AE |
072 | Camera -> Quality : FINE |
073 | Camera -> RollAngle : 0 |
074 | Camera -> Saturation : 0 (normal) |
075 | Camera -> ScaleFactor35efl : 1.5 |
076 | Camera -> SceneCaptureType : Standard |
077 | Camera -> SensingMethod : One-chip color area |
078 | Camera -> SequenceNumber : 0 |
079 | Camera -> ShadowTone : 0 (normal) |
080 | Camera -> Sharpness : Hard |
081 | Camera -> Sharpness (1) : +2 (hard) |
082 | Camera -> ShutterType : Electronic Front Curtain |
083 | Camera -> SlowSync : Off |
084 | Camera -> SubjectDistanceRange : Unknown |
085 | Camera -> Version : 0130 |
086 | Camera -> WhiteBalance : Auto |
087 | Camera -> WhiteBalance (1) : Auto |
088 | Camera -> WhiteBalanceFineTune : Red +0, Blue +0 |
089 | Composite -> Aperture : 4.0 |
090 | Composite -> CircleOfConfusion : 0.020 mm |
091 | Composite -> FOV : 100.4 deg |
092 | Composite -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) |
093 | Composite -> GPSAltitude : 1577 m Above Sea Level |
094 | Composite -> GPSDateTime : 2023:06:03 05:22:03Z |
095 | Composite -> GPSLatitude : 35 deg 22' 24.64" N |
096 | Composite -> GPSLongitude : 133 deg 32' 4.97" E |
097 | Composite -> GPSPosition : 35 deg 22 ' 24.64" N, 133 deg 32' 4.97" E |
098 | Composite -> HyperfocalDistance : 1.25 m |
099 | Composite -> ImageSize : 7728x5152 |
100 | Composite -> LensID : XF10-24mm F4 R OIS WR |
101 | Composite -> LightValue : 13.8 |
102 | Composite -> Megapixels : 39.8 |
103 | Composite -> PreviewImageSize : 640x480 |
104 | Composite -> ScaleFactor35efl : 1.5 |
105 | Composite -> ShutterSpeed : 1/1100 |
106 | Composite -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 |
107 | Composite -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 |
108 | Composite -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 |
109 | Copy1 -> Artist (1) : MeltingRabbit |
110 | Copy1 -> GPSAltitude (1) : 1577 m |
111 | Copy1 -> GPSLatitude (1) : 35 deg 22' 24.64" |
112 | Copy1 -> GPSLongitude (1) : 133 deg 32' 4.97" |
113 | Copy1 -> Orientation (1) : Horizontal (normal) |
114 | Copy1 -> ResolutionUnit (1) : inches |
115 | Copy1 -> Sharpness (1) : +2 (hard) |
116 | Copy1 -> WhiteBalance (1) : Auto |
117 | Copy1 -> XResolution (1) : 72 |
118 | Copy1 -> YCbCrPositioning (1) : Co-sited |
119 | Copy1 -> YResolution (1) : 72 |
120 | EXIF -> ApertureValue : 4.0 |
121 | EXIF -> Artist : MeltingRabbit |
122 | EXIF -> Artist (1) : MeltingRabbit |
123 | EXIF -> BrightnessValue : 9.4 |
124 | EXIF -> CameraElevationAngle : -4.1 |
125 | EXIF -> ColorSpace : sRGB |
126 | EXIF -> ComponentsConfiguration : Y, Cb, Cr, - |
127 | EXIF -> CompositeImage : Not a Composite Image |
128 | EXIF -> CompressedBitsPerPixel : 4.8 |
129 | EXIF -> Compression : JPEG (old-style) |
130 | EXIF -> Copyright : MeltingRabbit |
131 | EXIF -> CreateDate : 2023:06:03 14:22:04 |
132 | EXIF -> CustomRendered : Normal |
133 | EXIF -> DateTimeOriginal : 2023:06:03 14:22:04 |
134 | EXIF -> ExifImageHeight : 5152 |
135 | EXIF -> ExifImageWidth : 7728 |
136 | EXIF -> ExifVersion : 0232 |
137 | EXIF -> ExposureCompensation : 0 |
138 | EXIF -> ExposureMode : Auto |
139 | EXIF -> ExposureProgram : Aperture-priority AE |
140 | EXIF -> ExposureTime : 1/1100 |
142 | EXIF -> FileSource : Digital Camera |
143 | EXIF -> Flash : No Flash |
144 | EXIF -> FlashpixVersion : 0100 |
145 | EXIF -> FocalLength : 10.0 mm |
146 | EXIF -> FocalLengthIn35mmFormat : 15 mm |
147 | EXIF -> FocalPlaneResolutionUnit : cm |
148 | EXIF -> FocalPlaneXResolution : 3289 |
149 | EXIF -> FocalPlaneYResolution : 3289 |
150 | EXIF -> GPSAltitude (1) : 1577 m |
151 | EXIF -> GPSAltitudeRef : Above Sea Level |
152 | EXIF -> GPSDateStamp : 2023:06:03 |
153 | EXIF -> GPSLatitude (1) : 35 deg 22' 24.64" |
154 | EXIF -> GPSLatitudeRef : North |
155 | EXIF -> GPSLongitude (1) : 133 deg 32' 4.97" |
156 | EXIF -> GPSLongitudeRef : East |
157 | EXIF -> GPSMapDatum : WGS-84 |
158 | EXIF -> GPSSpeed : 680 |
159 | EXIF -> GPSSpeedRef : km/h |
160 | EXIF -> GPSTimeStamp : 05:22:03 |
161 | EXIF -> GPSVersionID : 2.3.0.0 |
163 | EXIF -> InteropIndex : R98 - DCF basic file (sRGB) |
164 | EXIF -> InteropVersion : 0100 |
165 | EXIF -> LensInfo : 10-24mm f/4 |
166 | EXIF -> LensMake : FUJIFILM |
167 | EXIF -> LensModel : XF10-24mmF4 R OIS WR |
168 | EXIF -> LensSerialNumber : 0DA00449 |
169 | EXIF -> LightSource : Unknown |
170 | EXIF -> Make : FUJIFILM |
171 | EXIF -> MaxApertureValue : 4.0 |
172 | EXIF -> MeteringMode : Multi-segment |
174 | EXIF -> ModifyDate : 2023:06:04 19:32:29 |
175 | EXIF -> OffsetTime : +09:00 |
176 | EXIF -> OffsetTimeDigitized : +09:00 |
177 | EXIF -> OffsetTimeOriginal : +09:00 |
178 | EXIF -> Orientation : Horizontal (normal) |
179 | EXIF -> Orientation (1) : Horizontal (normal) |
180 | EXIF -> ResolutionUnit : inches |
181 | EXIF -> ResolutionUnit (1) : inches |
182 | EXIF -> SceneCaptureType : Standard |
183 | EXIF -> SceneType : Directly photographed |
184 | EXIF -> SensingMethod : One-chip color area |
185 | EXIF -> SensitivityType : Standard Output Sensitivity |
186 | EXIF -> SerialNumber : 2D011957 |
187 | EXIF -> Sharpness : Hard |
188 | EXIF -> ShutterSpeedValue : 1/1144 |
189 | EXIF -> Software : Digital Camera X-T5 Ver2.00 |
190 | EXIF -> SubjectDistanceRange : Unknown |
191 | EXIF -> ThumbnailImage : SCALAR(0xfcf160) |
192 | EXIF -> ThumbnailLength : 8341 |
193 | EXIF -> ThumbnailOffset : 4256 |
195 | EXIF -> WhiteBalance (1) : Auto |
196 | EXIF -> XResolution : 72 |
197 | EXIF -> XResolution (1) : 72 |
198 | EXIF -> YCbCrPositioning : Co-sited |
199 | EXIF -> YCbCrPositioning (1) : Co-sited |
200 | EXIF -> YResolution : 72 |
201 | EXIF -> YResolution (1) : 72 |
202 | ExifIFD -> ApertureValue : 4.0 |
203 | ExifIFD -> BrightnessValue : 9.4 |
204 | ExifIFD -> CameraElevationAngle : -4.1 |
205 | ExifIFD -> ColorSpace : sRGB |
206 | ExifIFD -> ComponentsConfiguration : Y, Cb, Cr, - |
207 | ExifIFD -> CompositeImage : Not a Composite Image |
208 | ExifIFD -> CompressedBitsPerPixel : 4.8 |
209 | ExifIFD -> CreateDate : 2023:06:03 14:22:04 |
210 | ExifIFD -> CustomRendered : Normal |
211 | ExifIFD -> DateTimeOriginal : 2023:06:03 14:22:04 |
212 | ExifIFD -> ExifImageHeight : 5152 |
213 | ExifIFD -> ExifImageWidth : 7728 |
214 | ExifIFD -> ExifVersion : 0232 |
215 | ExifIFD -> ExposureCompensation : 0 |
216 | ExifIFD -> ExposureMode : Auto |
217 | ExifIFD -> ExposureProgram : Aperture-priority AE |
218 | ExifIFD -> ExposureTime : 1/1100 |
219 | ExifIFD -> FNumber : 4.0 |
220 | ExifIFD -> FileSource : Digital Camera |
221 | ExifIFD -> Flash : No Flash |
222 | ExifIFD -> FlashpixVersion : 0100 |
223 | ExifIFD -> FocalLength : 10.0 mm |
224 | ExifIFD -> FocalLengthIn35mmFormat : 15 mm |
225 | ExifIFD -> FocalPlaneResolutionUnit : cm |
226 | ExifIFD -> FocalPlaneXResolution : 3289 |
227 | ExifIFD -> FocalPlaneYResolution : 3289 |
229 | ExifIFD -> LensInfo : 10-24mm f/4 |
230 | ExifIFD -> LensMake : FUJIFILM |
231 | ExifIFD -> LensModel : XF10-24mmF4 R OIS WR |
232 | ExifIFD -> LensSerialNumber : 0DA00449 |
233 | ExifIFD -> LightSource : Unknown |
234 | ExifIFD -> MaxApertureValue : 4.0 |
235 | ExifIFD -> MeteringMode : Multi-segment |
236 | ExifIFD -> OffsetTime : +09:00 |
237 | ExifIFD -> OffsetTimeDigitized : +09:00 |
238 | ExifIFD -> OffsetTimeOriginal : +09:00 |
239 | ExifIFD -> SceneCaptureType : Standard |
240 | ExifIFD -> SceneType : Directly photographed |
241 | ExifIFD -> SensingMethod : One-chip color area |
242 | ExifIFD -> SensitivityType : Standard Output Sensitivity |
243 | ExifIFD -> SerialNumber : 2D011957 |
244 | ExifIFD -> Sharpness : Hard |
245 | ExifIFD -> ShutterSpeedValue : 1/1144 |
246 | ExifIFD -> SubjectDistanceRange : Unknown |
247 | ExifIFD -> UserComment : |
248 | ExifIFD -> WhiteBalance (1) : Auto |
249 | ExifTool -> ExifToolVersion : 12.70 |
250 | File -> BitsPerSample : 8 |
251 | File -> ColorComponents : 3 |
253 | File -> EncodingProcess : Baseline DCT, Huffman coding |
254 | File -> ExifByteOrder : Little-endian (Intel, II) |
255 | File -> FileAccessDate : 2024:01:03 01:08:43+09:00 |
256 | File -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 |
257 | File -> FileModifyDate : 2023:06:04 19:32:30+09:00 |
258 | File -> FileName : DSCF5465.JPG |
259 | File -> FilePermissions : -rwxrw-r-- |
260 | File -> FileSize : 24 MB |
261 | File -> FileType : JPEG |
262 | File -> FileTypeExtension : jpg |
263 | File -> ImageHeight : 5152 |
264 | File -> ImageWidth : 7728 |
265 | File -> MIMEType : image/jpeg |
266 | File -> YCbCrSubSampling : YCbCr4:2:2 (2 1) |
267 | FlashPix -> PreviewImage : SCALAR(0xe5f4a0) |
268 | FlashPix -> PreviewImageHeight : 480 |
269 | FlashPix -> PreviewImageWidth : 640 |
270 | FujiFilm -> AF-CPriority : Release |
271 | FujiFilm -> AF-CSetting : Set 1 (multi-purpose) |
272 | FujiFilm -> AF-CSpeedTrackingSensitivity : 0 |
273 | FujiFilm -> AF-CTrackingSensitivity : 2 |
274 | FujiFilm -> AF-CZoneAreaSwitching : Auto |
275 | FujiFilm -> AF-SPriority : Release |
276 | FujiFilm -> AFAreaMode : Single Point |
277 | FujiFilm -> AFAreaPointSize : 4 |
278 | FujiFilm -> AFAreaZoneSize : n/a |
279 | FujiFilm -> AFMode : Single Point |
280 | FujiFilm -> AutoBracketing : Off |
281 | FujiFilm -> BlurWarning : None |
282 | FujiFilm -> Clarity : 2 |
283 | FujiFilm -> ColorChromeEffect : Off |
284 | FujiFilm -> ColorChromeFXBlue : Strong |
285 | FujiFilm -> Contrast : Normal |
286 | FujiFilm -> CropMode : n/a |
287 | FujiFilm -> DevelopmentDynamicRange : 100 |
288 | FujiFilm -> DriveMode : Single |
289 | FujiFilm -> DriveSpeed : n/a |
290 | FujiFilm -> DynamicRange : Standard |
291 | FujiFilm -> DynamicRangeSetting : Manual |
292 | FujiFilm -> ExposureCount : 1 |
293 | FujiFilm -> ExposureWarning : Good |
294 | FujiFilm -> FacesDetected : 0 |
295 | FujiFilm -> FilmMode : F2/Fujichrome (Velvia) |
296 | FujiFilm -> FlashExposureComp : 0 |
297 | FujiFilm -> FlickerReduction : Off (0x0003) |
298 | FujiFilm -> FocusMode : Auto |
299 | FujiFilm -> FocusMode2 : AF-S |
300 | FujiFilm -> FocusPixel : 3863 3114 |
301 | FujiFilm -> FocusWarning : Good |
302 | FujiFilm -> FujiFlashMode : Not Attached |
303 | FujiFilm -> FujiModel : X-T5_0100 |
304 | FujiFilm -> FujiModel2 : X-T5_0100 |
305 | FujiFilm -> GrainEffectRoughness : Off |
306 | FujiFilm -> GrainEffectSize : Off |
307 | FujiFilm -> HighlightTone : +1 (medium hard) |
308 | FujiFilm -> ImageCount : 8999 |
309 | FujiFilm -> ImageGeneration : Re-developed from RAW |
310 | FujiFilm -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 |
311 | FujiFilm -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 |
312 | FujiFilm -> LensModulationOptimizer : On |
313 | FujiFilm -> MaxApertureAtMaxFocal : 4 |
314 | FujiFilm -> MaxApertureAtMinFocal : 4 |
315 | FujiFilm -> MaxFocalLength : 24 |
316 | FujiFilm -> MinFocalLength : 10 |
317 | FujiFilm -> NoiseReduction : 0 (normal) |
318 | FujiFilm -> NumFaceElements : 0 |
319 | FujiFilm -> PictureMode : Aperture-priority AE |
320 | FujiFilm -> PreAF : Off |
321 | FujiFilm -> Quality : FINE |
322 | FujiFilm -> RollAngle : 0 |
323 | FujiFilm -> Saturation : 0 (normal) |
324 | FujiFilm -> SequenceNumber : 0 |
325 | FujiFilm -> ShadowTone : 0 (normal) |
326 | FujiFilm -> Sharpness (1) : +2 (hard) |
327 | FujiFilm -> ShutterType : Electronic Front Curtain |
328 | FujiFilm -> SlowSync : Off |
329 | FujiFilm -> Version : 0130 |
330 | FujiFilm -> WhiteBalance : Auto |
331 | FujiFilm -> WhiteBalanceFineTune : Red +0, Blue +0 |
332 | GPS -> GPSAltitude (1) : 1577 m |
333 | GPS -> GPSAltitudeRef : Above Sea Level |
334 | GPS -> GPSDateStamp : 2023:06:03 |
335 | GPS -> GPSLatitude (1) : 35 deg 22' 24.64" |
336 | GPS -> GPSLatitudeRef : North |
337 | GPS -> GPSLongitude (1) : 133 deg 32' 4.97" |
338 | GPS -> GPSLongitudeRef : East |
339 | GPS -> GPSMapDatum : WGS-84 |
341 | GPS -> GPSSpeedRef : km/h |
342 | GPS -> GPSTimeStamp : 05:22:03 |
343 | GPS -> GPSVersionID : 2.3.0.0 |
344 | ID-0 -> AF-CSetting : Set 1 (multi-purpose) |
345 | ID-0 -> GPSVersionID : 2.3.0.0 |
346 | ID-0 -> Version : 0130 |
347 | ID-02e1 -> AF-CTrackingSensitivity : 2 |
348 | ID-02e1 -> AF-SPriority : Release |
349 | ID-02e1 -> DriveMode : Single |
350 | ID-02e1 -> FocusMode2 : AF-S |
351 | ID-02e2 -> AF-CPriority : Release |
352 | ID-02e2 -> AF-CSpeedTrackingSensitivity : 0 |
353 | ID-02e2 -> DriveSpeed : n/a |
354 | ID-02e2 -> PreAF : Off |
355 | ID-02e3 -> AF-CZoneAreaSwitching : Auto |
356 | ID-02e3 -> AFAreaMode : Single Point |
357 | ID-02e4 -> AFAreaPointSize : 4 |
358 | ID-02e5 -> AFAreaZoneSize : n/a |
359 | ID-1 -> GPSLatitudeRef : North |
360 | ID-1 -> InteropIndex : R98 - DCF basic file (sRGB) |
361 | ID-12 -> GPSSpeedRef : km/h |
362 | ID-13 -> GPSSpeed : 680 |
363 | ID-13 -> PreviewImageWidth : 640 |
364 | ID-16 -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 |
365 | ID-16640 -> FacesDetected : 0 |
366 | ID-16896 -> NumFaceElements : 0 |
367 | ID-18 -> GPSMapDatum : WGS-84 |
368 | ID-2 -> GPSLatitude (1) : 35 deg 22' 24.64" |
369 | ID-2 -> InteropVersion : 0100 |
370 | ID-23 -> PreviewImageHeight : 480 |
371 | ID-259 -> Compression : JPEG (old-style) |
372 | ID-271 -> Make : FUJIFILM |
373 | ID-272 -> Model : X-T5 |
374 | ID-274 -> Orientation : Horizontal (normal) |
375 | ID-274 -> Orientation (1) : Horizontal (normal) |
376 | ID-282 -> XResolution : 72 |
377 | ID-282 -> XResolution (1) : 72 |
378 | ID-283 -> YResolution : 72 |
379 | ID-283 -> YResolution (1) : 72 |
380 | ID-29 -> GPSDateStamp : 2023:06:03 |
381 | ID-296 -> ResolutionUnit : inches |
382 | ID-296 -> ResolutionUnit (1) : inches |
383 | ID-3 -> GPSLongitudeRef : East |
384 | ID-305 -> Software : Digital Camera X-T5 Ver2.00 |
385 | ID-306 -> ModifyDate : 2023:06:04 19:32:29 |
386 | ID-315 -> Artist : MeltingRabbit |
387 | ID-315 -> Artist (1) : MeltingRabbit |
388 | ID-33432 -> Copyright : MeltingRabbit |
389 | ID-33434 -> ExposureTime : 1/1100 |
390 | ID-33437 -> FNumber : 4.0 |
391 | ID-34850 -> ExposureProgram : Aperture-priority AE |
393 | ID-34864 -> SensitivityType : Standard Output Sensitivity |
394 | ID-36864 -> ExifVersion : 0232 |
395 | ID-36867 -> DateTimeOriginal : 2023:06:03 14:22:04 |
396 | ID-36868 -> CreateDate : 2023:06:03 14:22:04 |
397 | ID-36880 -> OffsetTime : +09:00 |
398 | ID-36881 -> OffsetTimeOriginal : +09:00 |
399 | ID-36882 -> OffsetTimeDigitized : +09:00 |
400 | ID-37121 -> ComponentsConfiguration : Y, Cb, Cr, - |
401 | ID-37122 -> CompressedBitsPerPixel : 4.8 |
402 | ID-37377 -> ShutterSpeedValue : 1/1144 |
403 | ID-37378 -> ApertureValue : 4.0 |
404 | ID-37379 -> BrightnessValue : 9.4 |
405 | ID-37380 -> ExposureCompensation : 0 |
406 | ID-37381 -> MaxApertureValue : 4.0 |
407 | ID-37383 -> MeteringMode : Multi-segment |
408 | ID-37384 -> LightSource : Unknown |
409 | ID-37385 -> Flash : No Flash |
410 | ID-37386 -> FocalLength : 10.0 mm |
411 | ID-37510 -> UserComment : |
412 | ID-37893 -> CameraElevationAngle : -4.1 |
413 | ID-4 -> GPSLongitude (1) : 133 deg 32' 4.97" |
414 | ID-4096 -> Quality : FINE |
415 | ID-40960 -> FlashpixVersion : 0100 |
416 | ID-40961 -> ColorSpace : sRGB |
417 | ID-40962 -> ExifImageWidth : 7728 |
418 | ID-40963 -> ExifImageHeight : 5152 |
419 | ID-4097 -> Sharpness (1) : +2 (hard) |
420 | ID-4098 -> WhiteBalance : Auto |
421 | ID-4099 -> Saturation : 0 (normal) |
422 | ID-4100 -> Contrast : Normal |
423 | ID-4106 -> WhiteBalanceFineTune : Red +0, Blue +0 |
424 | ID-4110 -> NoiseReduction : 0 (normal) |
425 | ID-4111 -> Clarity : 2 |
426 | ID-4112 -> FujiFlashMode : Not Attached |
427 | ID-4113 -> FlashExposureComp : 0 |
428 | ID-4129 -> FocusMode : Auto |
429 | ID-4130 -> AFMode : Single Point |
430 | ID-4131 -> FocusPixel : 3863 3114 |
431 | ID-4144 -> SlowSync : Off |
432 | ID-4145 -> PictureMode : Aperture-priority AE |
433 | ID-4146 -> ExposureCount : 1 |
434 | ID-41486 -> FocalPlaneXResolution : 3289 |
435 | ID-41487 -> FocalPlaneYResolution : 3289 |
436 | ID-41488 -> FocalPlaneResolutionUnit : cm |
437 | ID-41495 -> SensingMethod : One-chip color area |
438 | ID-4160 -> ShadowTone : 0 (normal) |
439 | ID-4161 -> HighlightTone : +1 (medium hard) |
440 | ID-4165 -> LensModulationOptimizer : On |
441 | ID-4167 -> GrainEffectRoughness : Off |
442 | ID-4168 -> ColorChromeEffect : Off |
443 | ID-4172 -> GrainEffectSize : Off |
444 | ID-41728 -> FileSource : Digital Camera |
445 | ID-41729 -> SceneType : Directly photographed |
446 | ID-4173 -> CropMode : n/a |
447 | ID-4174 -> ColorChromeFXBlue : Strong |
448 | ID-4176 -> ShutterType : Electronic Front Curtain |
449 | ID-41985 -> CustomRendered : Normal |
450 | ID-41986 -> ExposureMode : Auto |
451 | ID-41987 -> WhiteBalance (1) : Auto |
452 | ID-41989 -> FocalLengthIn35mmFormat : 15 mm |
453 | ID-41990 -> SceneCaptureType : Standard |
454 | ID-41994 -> Sharpness : Hard |
455 | ID-41996 -> SubjectDistanceRange : Unknown |
456 | ID-42033 -> SerialNumber : 2D011957 |
457 | ID-42034 -> LensInfo : 10-24mm f/4 |
458 | ID-42035 -> LensMake : FUJIFILM |
459 | ID-42036 -> LensModel : XF10-24mmF4 R OIS WR |
460 | ID-42037 -> LensSerialNumber : 0DA00449 |
461 | ID-42080 -> CompositeImage : Not a Composite Image |
462 | ID-4352 -> AutoBracketing : Off |
463 | ID-4353 -> SequenceNumber : 0 |
464 | ID-4864 -> BlurWarning : None |
465 | ID-4865 -> FocusWarning : Good |
466 | ID-4866 -> ExposureWarning : Good |
467 | ID-5 -> GPSAltitudeRef : Above Sea Level |
468 | ID-5120 -> DynamicRange : Standard |
469 | ID-5121 -> FilmMode : F2/Fujichrome (Velvia) |
470 | ID-5122 -> DynamicRangeSetting : Manual |
471 | ID-5123 -> DevelopmentDynamicRange : 100 |
472 | ID-5124 -> MinFocalLength : 10 |
473 | ID-5125 -> MaxFocalLength : 24 |
474 | ID-5126 -> MaxApertureAtMinFocal : 4 |
475 | ID-5127 -> MaxApertureAtMaxFocal : 4 |
476 | ID-513 -> ThumbnailOffset : 4256 |
477 | ID-514 -> ThumbnailLength : 8341 |
478 | ID-5154 -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 |
479 | ID-5174 -> ImageGeneration : Re-developed from RAW |
480 | ID-5176 -> ImageCount : 8999 |
481 | ID-5190 -> FlickerReduction : Off (0x0003) |
482 | ID-5191 -> FujiModel : X-T5_0100 |
483 | ID-5192 -> FujiModel2 : X-T5_0100 |
484 | ID-5197 -> RollAngle : 0 |
485 | ID-531 -> YCbCrPositioning : Co-sited |
486 | ID-531 -> YCbCrPositioning (1) : Co-sited |
487 | ID-6 -> GPSAltitude (1) : 1577 m |
488 | ID-7 -> GPSTimeStamp : 05:22:03 |
489 | ID-BitsPerSample -> BitsPerSample : 8 |
490 | ID-ColorComponents -> ColorComponents : 3 |
491 | ID-Directory -> Directory : . |
492 | ID-EncodingProcess -> EncodingProcess : Baseline DCT, Huffman coding |
493 | ID-Exif-Aperture -> Aperture : 4.0 |
494 | ID-Exif-CircleOfConfusion -> CircleOfConfusion : 0.020 mm |
495 | ID-Exif-FOV -> FOV : 100.4 deg |
496 | ID-Exif-FocalLength35efl -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) |
497 | ID-Exif-GPSPosition -> GPSPosition : 35 deg 22 ' 24.64" N, 133 deg 32' 4.97" E |
498 | ID-Exif-HyperfocalDistance -> HyperfocalDistance : 1.25 m |
499 | ID-Exif-ImageSize -> ImageSize : 7728x5152 |
500 | ID-Exif-LensID-2 -> LensID : XF10-24mm F4 R OIS WR |
501 | ID-Exif-LightValue -> LightValue : 13.8 |
502 | ID-Exif-Megapixels -> Megapixels : 39.8 |
503 | ID-Exif-PreviewImageSize -> PreviewImageSize : 640x480 |
504 | ID-Exif-ScaleFactor35efl -> ScaleFactor35efl : 1.5 |
505 | ID-Exif-ShutterSpeed -> ShutterSpeed : 1/1100 |
506 | ID-Exif-SubSecCreateDate -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 |
507 | ID-Exif-SubSecDateTimeOriginal -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 |
508 | ID-Exif-SubSecModifyDate -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 |
509 | ID-Exif-ThumbnailImage -> ThumbnailImage : SCALAR(0xfcf160) |
510 | ID-ExifByteOrder -> ExifByteOrder : Little-endian (Intel, II) |
511 | ID-ExifToolVersion -> ExifToolVersion : 12.70 |
512 | ID-FileAccessDate -> FileAccessDate : 2024:01:03 01:08:43+09:00 |
513 | ID-FileInodeChangeDate -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 |
514 | ID-FileModifyDate -> FileModifyDate : 2023:06:04 19:32:30+09:00 |
515 | ID-FileName -> FileName : DSCF5465.JPG |
516 | ID-FilePermissions -> FilePermissions : -rwxrw-r-- |
517 | ID-FileSize -> FileSize : 24 MB |
518 | ID-FileType -> FileType : JPEG |
519 | ID-FileTypeExtension -> FileTypeExtension : jpg |
520 | ID-GPS-GPSAltitude -> GPSAltitude : 1577 m Above Sea Level |
521 | ID-GPS-GPSDateTime -> GPSDateTime : 2023:06:03 05:22:03Z |
522 | ID-GPS-GPSLatitude -> GPSLatitude : 35 deg 22' 24.64" N |
523 | ID-GPS-GPSLongitude -> GPSLongitude : 133 deg 32' 4.97" E |
524 | ID-ImageHeight -> ImageHeight : 5152 |
525 | ID-ImageWidth -> ImageWidth : 7728 |
526 | ID-MIMEType -> MIMEType : image/jpeg |
527 | ID-Preview -> PreviewImage : SCALAR(0x1928248) |
528 | ID-PrintIMVersion -> PrintIMVersion : 0250 |
529 | ID-Rating -> Rating : 0 |
530 | ID-YCbCrSubSampling -> YCbCrSubSampling : YCbCr4:2:2 (2 1) |
531 | IFD0 -> Artist : MeltingRabbit |
532 | IFD0 -> Copyright : MeltingRabbit |
533 | IFD0 -> Make : FUJIFILM |
535 | IFD0 -> ModifyDate : 2023:06:04 19:32:29 |
536 | IFD0 -> Orientation : Horizontal (normal) |
537 | IFD0 -> ResolutionUnit : inches |
538 | IFD0 -> Software : Digital Camera X-T5 Ver2.00 |
539 | IFD0 -> XResolution : 72 |
540 | IFD0 -> YCbCrPositioning : Co-sited |
541 | IFD0 -> YResolution : 72 |
542 | IFD1 -> Artist (1) : MeltingRabbit |
543 | IFD1 -> Compression : JPEG (old-style) |
544 | IFD1 -> Orientation (1) : Horizontal (normal) |
545 | IFD1 -> ResolutionUnit (1) : inches |
546 | IFD1 -> ThumbnailImage : SCALAR(0xfcf160) |
547 | IFD1 -> ThumbnailLength : 8341 |
548 | IFD1 -> ThumbnailOffset : 4256 |
549 | IFD1 -> XResolution (1) : 72 |
550 | IFD1 -> YCbCrPositioning (1) : Co-sited |
551 | IFD1 -> YResolution (1) : 72 |
552 | Image -> Aperture : 4.0 |
553 | Image -> ApertureValue : 4.0 |
554 | Image -> BitsPerSample : 8 |
555 | Image -> BrightnessValue : 9.4 |
556 | Image -> CameraElevationAngle : -4.1 |
557 | Image -> ColorComponents : 3 |
558 | Image -> ColorSpace : sRGB |
559 | Image -> ComponentsConfiguration : Y, Cb, Cr, - |
560 | Image -> CompositeImage : Not a Composite Image |
561 | Image -> CompressedBitsPerPixel : 4.8 |
562 | Image -> Compression : JPEG (old-style) |
563 | Image -> CustomRendered : Normal |
564 | Image -> EncodingProcess : Baseline DCT, Huffman coding |
565 | Image -> ExifByteOrder : Little-endian (Intel, II) |
566 | Image -> ExifImageHeight : 5152 |
567 | Image -> ExifImageWidth : 7728 |
568 | Image -> ExifVersion : 0232 |
569 | Image -> ExposureCompensation : 0 |
570 | Image -> ExposureTime : 1/1100 |
571 | Image -> FNumber : 4.0 |
572 | Image -> FOV : 100.4 deg |
573 | Image -> FileSource : Digital Camera |
574 | Image -> FlashpixVersion : 0100 |
576 | Image -> ImageHeight : 5152 |
577 | Image -> ImageSize : 7728x5152 |
578 | Image -> ImageWidth : 7728 |
579 | Image -> InteropIndex : R98 - DCF basic file (sRGB) |
580 | Image -> InteropVersion : 0100 |
581 | Image -> LensInfo : 10-24mm f/4 |
582 | Image -> LensMake : FUJIFILM |
583 | Image -> LensModel : XF10-24mmF4 R OIS WR |
584 | Image -> LensSerialNumber : 0DA00449 |
585 | Image -> LightValue : 13.8 |
586 | Image -> Megapixels : 39.8 |
587 | Image -> Orientation : Horizontal (normal) |
588 | Image -> Orientation (1) : Horizontal (normal) |
589 | Image -> PreviewImageHeight : 480 |
590 | Image -> PreviewImageSize : 640x480 |
591 | Image -> PreviewImageWidth : 640 |
593 | Image -> ResolutionUnit : inches |
594 | Image -> ResolutionUnit (1) : inches |
595 | Image -> SceneType : Directly photographed |
596 | Image -> SensitivityType : Standard Output Sensitivity |
597 | Image -> SerialNumber : 2D011957 |
598 | Image -> ShutterSpeed : 1/1100 |
599 | Image -> ShutterSpeedValue : 1/1144 |
600 | Image -> Software : Digital Camera X-T5 Ver2.00 |
601 | Image -> ThumbnailLength : 8341 |
602 | Image -> ThumbnailOffset : 4256 |
603 | Image -> UserComment : |
604 | Image -> XResolution : 72 |
605 | Image -> XResolution (1) : 72 |
606 | Image -> YCbCrPositioning : Co-sited |
607 | Image -> YCbCrPositioning (1) : Co-sited |
608 | Image -> YCbCrSubSampling : YCbCr4:2:2 (2 1) |
609 | Image -> YResolution : 72 |
610 | Image -> YResolution (1) : 72 |
611 | InteropIFD -> InteropIndex : R98 - DCF basic file (sRGB) |
612 | InteropIFD -> InteropVersion : 0100 |
613 | Location -> GPSAltitude : 1577 m Above Sea Level |
614 | Location -> GPSAltitude (1) : 1577 m |
615 | Location -> GPSAltitudeRef : Above Sea Level |
616 | Location -> GPSLatitude : 35 deg 22' 24.64" N |
617 | Location -> GPSLatitude (1) : 35 deg 22' 24.64" |
618 | Location -> GPSLatitudeRef : North |
619 | Location -> GPSLongitude : 133 deg 32' 4.97" E |
620 | Location -> GPSLongitude (1) : 133 deg 32' 4.97" |
621 | Location -> GPSLongitudeRef : East |
622 | Location -> GPSMapDatum : WGS-84 |
623 | Location -> GPSPosition : 35 deg 22 ' 24.64" N, 133 deg 32' 4.97" E |
624 | Location -> GPSSpeed : 680 |
625 | Location -> GPSSpeedRef : km/h |
626 | Location -> GPSVersionID : 2.3.0.0 |
627 | Main -> AF-CPriority : Release |
628 | Main -> AF-CSetting : Set 1 (multi-purpose) |
629 | Main -> AF-CSpeedTrackingSensitivity : 0 |
630 | Main -> AF-CTrackingSensitivity : 2 |
631 | Main -> AF-CZoneAreaSwitching : Auto |
632 | Main -> AF-SPriority : Release |
633 | Main -> AFAreaMode : Single Point |
634 | Main -> AFAreaPointSize : 4 |
635 | Main -> AFAreaZoneSize : n/a |
636 | Main -> AFMode : Single Point |
637 | Main -> Aperture : 4.0 |
638 | Main -> ApertureValue : 4.0 |
639 | Main -> Artist : MeltingRabbit |
640 | Main -> Artist (1) : MeltingRabbit |
641 | Main -> AutoBracketing : Off |
642 | Main -> BitsPerSample : 8 |
643 | Main -> BlurWarning : None |
644 | Main -> BrightnessValue : 9.4 |
645 | Main -> CameraElevationAngle : -4.1 |
646 | Main -> CircleOfConfusion : 0.020 mm |
648 | Main -> ColorChromeEffect : Off |
649 | Main -> ColorChromeFXBlue : Strong |
650 | Main -> ColorComponents : 3 |
651 | Main -> ColorSpace : sRGB |
652 | Main -> ComponentsConfiguration : Y, Cb, Cr, - |
653 | Main -> CompositeImage : Not a Composite Image |
654 | Main -> CompressedBitsPerPixel : 4.8 |
655 | Main -> Compression : JPEG (old-style) |
656 | Main -> Contrast : Normal |
657 | Main -> Copyright : MeltingRabbit |
658 | Main -> CreateDate : 2023:06:03 14:22:04 |
659 | Main -> CropMode : n/a |
660 | Main -> CustomRendered : Normal |
661 | Main -> DateTimeOriginal : 2023:06:03 14:22:04 |
662 | Main -> DevelopmentDynamicRange : 100 |
664 | Main -> DriveMode : Single |
665 | Main -> DriveSpeed : n/a |
666 | Main -> DynamicRange : Standard |
667 | Main -> DynamicRangeSetting : Manual |
668 | Main -> EncodingProcess : Baseline DCT, Huffman coding |
669 | Main -> ExifByteOrder : Little-endian (Intel, II) |
670 | Main -> ExifImageHeight : 5152 |
671 | Main -> ExifImageWidth : 7728 |
672 | Main -> ExifToolVersion : 12.70 |
673 | Main -> ExifVersion : 0232 |
674 | Main -> ExposureCompensation : 0 |
675 | Main -> ExposureCount : 1 |
676 | Main -> ExposureMode : Auto |
677 | Main -> ExposureProgram : Aperture-priority AE |
678 | Main -> ExposureTime : 1/1100 |
679 | Main -> ExposureWarning : Good |
681 | Main -> FOV : 100.4 deg |
682 | Main -> FacesDetected : 0 |
683 | Main -> FileAccessDate : 2024:01:03 01:08:43+09:00 |
684 | Main -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 |
685 | Main -> FileModifyDate : 2023:06:04 19:32:30+09:00 |
686 | Main -> FileName : DSCF5465.JPG |
687 | Main -> FilePermissions : -rwxrw-r-- |
688 | Main -> FileSize : 24 MB |
689 | Main -> FileSource : Digital Camera |
690 | Main -> FileType : JPEG |
691 | Main -> FileTypeExtension : jpg |
692 | Main -> FilmMode : F2/Fujichrome (Velvia) |
693 | Main -> Flash : No Flash |
694 | Main -> FlashExposureComp : 0 |
695 | Main -> FlashpixVersion : 0100 |
696 | Main -> FlickerReduction : Off (0x0003) |
697 | Main -> FocalLength : 10.0 mm |
698 | Main -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) |
699 | Main -> FocalLengthIn35mmFormat : 15 mm |
700 | Main -> FocalPlaneResolutionUnit : cm |
701 | Main -> FocalPlaneXResolution : 3289 |
702 | Main -> FocalPlaneYResolution : 3289 |
703 | Main -> FocusMode : Auto |
704 | Main -> FocusMode2 : AF-S |
705 | Main -> FocusPixel : 3863 3114 |
706 | Main -> FocusWarning : Good |
707 | Main -> FujiFlashMode : Not Attached |
708 | Main -> FujiModel : X-T5_0100 |
709 | Main -> FujiModel2 : X-T5_0100 |
710 | Main -> GPSAltitude : 1577 m Above Sea Level |
711 | Main -> GPSAltitude (1) : 1577 m |
712 | Main -> GPSAltitudeRef : Above Sea Level |
713 | Main -> GPSDateStamp : 2023:06:03 |
714 | Main -> GPSDateTime : 2023:06:03 05:22:03Z |
715 | Main -> GPSLatitude : 35 deg 22' 24.64" N |
716 | Main -> GPSLatitude (1) : 35 deg 22' 24.64" |
717 | Main -> GPSLatitudeRef : North |
718 | Main -> GPSLongitude : 133 deg 32' 4.97" E |
719 | Main -> GPSLongitude (1) : 133 deg 32' 4.97" |
720 | Main -> GPSLongitudeRef : East |
721 | Main -> GPSMapDatum : WGS-84 |
722 | Main -> GPSPosition : 35 deg 22 ' 24.64" N, 133 deg 32' 4.97" E |
723 | Main -> GPSSpeed : 680 |
724 | Main -> GPSSpeedRef : km/h |
725 | Main -> GPSTimeStamp : 05:22:03 |
726 | Main -> GPSVersionID : 2.3.0.0 |
727 | Main -> GrainEffectRoughness : Off |
728 | Main -> GrainEffectSize : Off |
729 | Main -> HighlightTone : +1 (medium hard) |
730 | Main -> HyperfocalDistance : 1.25 m |
732 | Main -> ImageCount : 8999 |
733 | Main -> ImageGeneration : Re-developed from RAW |
734 | Main -> ImageHeight : 5152 |
735 | Main -> ImageSize : 7728x5152 |
736 | Main -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 |
737 | Main -> ImageWidth : 7728 |
738 | Main -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 |
739 | Main -> InteropIndex : R98 - DCF basic file (sRGB) |
740 | Main -> InteropVersion : 0100 |
741 | Main -> LensID : XF10-24mm F4 R OIS WR |
742 | Main -> LensInfo : 10-24mm f/4 |
743 | Main -> LensMake : FUJIFILM |
744 | Main -> LensModel : XF10-24mmF4 R OIS WR |
745 | Main -> LensModulationOptimizer : On |
746 | Main -> LensSerialNumber : 0DA00449 |
747 | Main -> LightSource : Unknown |
748 | Main -> LightValue : 13.8 |
749 | Main -> MIMEType : image/jpeg |
750 | Main -> Make : FUJIFILM |
751 | Main -> MaxApertureAtMaxFocal : 4 |
752 | Main -> MaxApertureAtMinFocal : 4 |
753 | Main -> MaxApertureValue : 4.0 |
754 | Main -> MaxFocalLength : 24 |
755 | Main -> Megapixels : 39.8 |
756 | Main -> MeteringMode : Multi-segment |
757 | Main -> MinFocalLength : 10 |
759 | Main -> ModifyDate : 2023:06:04 19:32:29 |
760 | Main -> NoiseReduction : 0 (normal) |
761 | Main -> NumFaceElements : 0 |
762 | Main -> OffsetTime : +09:00 |
763 | Main -> OffsetTimeDigitized : +09:00 |
764 | Main -> OffsetTimeOriginal : +09:00 |
765 | Main -> Orientation : Horizontal (normal) |
766 | Main -> Orientation (1) : Horizontal (normal) |
767 | Main -> PictureMode : Aperture-priority AE |
769 | Main -> PreviewImage : SCALAR(0x19312f8) |
770 | Main -> PreviewImageHeight : 480 |
771 | Main -> PreviewImageSize : 640x480 |
772 | Main -> PreviewImageWidth : 640 |
773 | Main -> PrintIMVersion : 0250 |
774 | Main -> Quality : FINE |
776 | Main -> ResolutionUnit : inches |
777 | Main -> ResolutionUnit (1) : inches |
779 | Main -> Saturation : 0 (normal) |
780 | Main -> ScaleFactor35efl : 1.5 |
781 | Main -> SceneCaptureType : Standard |
782 | Main -> SceneType : Directly photographed |
783 | Main -> SensingMethod : One-chip color area |
784 | Main -> SensitivityType : Standard Output Sensitivity |
785 | Main -> SequenceNumber : 0 |
786 | Main -> SerialNumber : 2D011957 |
787 | Main -> ShadowTone : 0 (normal) |
788 | Main -> Sharpness : Hard |
789 | Main -> Sharpness (1) : +2 (hard) |
790 | Main -> ShutterSpeed : 1/1100 |
791 | Main -> ShutterSpeedValue : 1/1144 |
792 | Main -> ShutterType : Electronic Front Curtain |
793 | Main -> SlowSync : Off |
794 | Main -> Software : Digital Camera X-T5 Ver2.00 |
795 | Main -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 |
796 | Main -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 |
797 | Main -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 |
798 | Main -> SubjectDistanceRange : Unknown |
799 | Main -> ThumbnailImage : SCALAR(0xfcf160) |
800 | Main -> ThumbnailLength : 8341 |
801 | Main -> ThumbnailOffset : 4256 |
803 | Main -> Version : 0130 |
804 | Main -> WhiteBalance : Auto |
805 | Main -> WhiteBalance (1) : Auto |
806 | Main -> WhiteBalanceFineTune : Red +0, Blue +0 |
807 | Main -> XResolution : 72 |
808 | Main -> XResolution (1) : 72 |
809 | Main -> YCbCrPositioning : Co-sited |
810 | Main -> YCbCrPositioning (1) : Co-sited |
811 | Main -> YCbCrSubSampling : YCbCr4:2:2 (2 1) |
812 | Main -> YResolution : 72 |
813 | Main -> YResolution (1) : 72 |
814 | MakerNotes -> AF-CPriority : Release |
815 | MakerNotes -> AF-CSetting : Set 1 (multi-purpose) |
816 | MakerNotes -> AF-CSpeedTrackingSensitivity : 0 |
817 | MakerNotes -> AF-CTrackingSensitivity : 2 |
818 | MakerNotes -> AF-CZoneAreaSwitching : Auto |
819 | MakerNotes -> AF-SPriority : Release |
820 | MakerNotes -> AFAreaMode : Single Point |
821 | MakerNotes -> AFAreaPointSize : 4 |
822 | MakerNotes -> AFAreaZoneSize : n/a |
823 | MakerNotes -> AFMode : Single Point |
824 | MakerNotes -> AutoBracketing : Off |
825 | MakerNotes -> BlurWarning : None |
826 | MakerNotes -> Clarity : 2 |
827 | MakerNotes -> ColorChromeEffect : Off |
828 | MakerNotes -> ColorChromeFXBlue : Strong |
829 | MakerNotes -> Contrast : Normal |
830 | MakerNotes -> CropMode : n/a |
831 | MakerNotes -> DevelopmentDynamicRange : 100 |
832 | MakerNotes -> DriveMode : Single |
833 | MakerNotes -> DriveSpeed : n/a |
834 | MakerNotes -> DynamicRange : Standard |
835 | MakerNotes -> DynamicRangeSetting : Manual |
836 | MakerNotes -> ExposureCount : 1 |
837 | MakerNotes -> ExposureWarning : Good |
838 | MakerNotes -> FacesDetected : 0 |
839 | MakerNotes -> FilmMode : F2/Fujichrome (Velvia) |
840 | MakerNotes -> FlashExposureComp : 0 |
841 | MakerNotes -> FlickerReduction : Off (0x0003) |
842 | MakerNotes -> FocusMode : Auto |
843 | MakerNotes -> FocusMode2 : AF-S |
844 | MakerNotes -> FocusPixel : 3863 3114 |
845 | MakerNotes -> FocusWarning : Good |
846 | MakerNotes -> FujiFlashMode : Not Attached |
847 | MakerNotes -> FujiModel : X-T5_0100 |
848 | MakerNotes -> FujiModel2 : X-T5_0100 |
849 | MakerNotes -> GrainEffectRoughness : Off |
850 | MakerNotes -> GrainEffectSize : Off |
851 | MakerNotes -> HighlightTone : +1 (medium hard) |
852 | MakerNotes -> ImageCount : 8999 |
853 | MakerNotes -> ImageGeneration : Re-developed from RAW |
854 | MakerNotes -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 |
855 | MakerNotes -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 |
856 | MakerNotes -> LensModulationOptimizer : On |
857 | MakerNotes -> MaxApertureAtMaxFocal : 4 |
858 | MakerNotes -> MaxApertureAtMinFocal : 4 |
859 | MakerNotes -> MaxFocalLength : 24 |
860 | MakerNotes -> MinFocalLength : 10 |
861 | MakerNotes -> NoiseReduction : 0 (normal) |
862 | MakerNotes -> NumFaceElements : 0 |
863 | MakerNotes -> PictureMode : Aperture-priority AE |
864 | MakerNotes -> PreAF : Off |
865 | MakerNotes -> Quality : FINE |
866 | MakerNotes -> RollAngle : 0 |
867 | MakerNotes -> Saturation : 0 (normal) |
868 | MakerNotes -> SequenceNumber : 0 |
869 | MakerNotes -> ShadowTone : 0 (normal) |
870 | MakerNotes -> Sharpness (1) : +2 (hard) |
871 | MakerNotes -> ShutterType : Electronic Front Curtain |
872 | MakerNotes -> SlowSync : Off |
873 | MakerNotes -> Version : 0130 |
874 | MakerNotes -> WhiteBalance : Auto |
875 | MakerNotes -> WhiteBalanceFineTune : Red +0, Blue +0 |
876 | Other -> Directory : . |
877 | Other -> FileName : DSCF5465.JPG |
878 | Other -> FilePermissions : -rwxrw-r-- |
879 | Other -> FileSize : 24 MB |
880 | Other -> FileType : JPEG |
881 | Other -> FileTypeExtension : jpg |
882 | Other -> MIMEType : image/jpeg |
883 | Preview -> PreviewImage : SCALAR(0x1922df8) |
884 | Preview -> ThumbnailImage : SCALAR(0xfcf160) |
885 | PrintIM -> PrintIMVersion : 0250 |
886 | Printing -> PrintIMVersion : 0250 |
887 | System -> Directory : . |
888 | System -> FileAccessDate : 2024:01:03 01:08:43+09:00 |
889 | System -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 |
890 | System -> FileModifyDate : 2023:06:04 19:32:30+09:00 |
891 | System -> FileName : DSCF5465.JPG |
892 | System -> FilePermissions : -rwxrw-r-- |
893 | System -> FileSize : 24 MB |
894 | Time -> CreateDate : 2023:06:03 14:22:04 |
895 | Time -> DateTimeOriginal : 2023:06:03 14:22:04 |
896 | Time -> FileAccessDate : 2024:01:03 01:08:43+09:00 |
897 | Time -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 |
898 | Time -> FileModifyDate : 2023:06:04 19:32:30+09:00 |
899 | Time -> GPSDateStamp : 2023:06:03 |
900 | Time -> GPSDateTime : 2023:06:03 05:22:03Z |
901 | Time -> GPSTimeStamp : 05:22:03 |
902 | Time -> ModifyDate : 2023:06:04 19:32:29 |
903 | Time -> OffsetTime : +09:00 |
904 | Time -> OffsetTimeDigitized : +09:00 |
905 | Time -> OffsetTimeOriginal : +09:00 |
906 | Time -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 |
907 | Time -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 |
908 | Time -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 |
Adobe Lightroom Classic 現像の Exif Tag Groups ごとの値
0001 | APP14 -> APP14Flags0 : [14], Encoded with Blend=1 downsampling |
0002 | APP14 -> APP14Flags1 : (none) |
0003 | APP14 -> ColorTransform : YCbCr |
0004 | APP14 -> DCTEncodeVersion : 100 |
0005 | Adobe -> APP14Flags0 : [14], Encoded with Blend=1 downsampling |
0006 | Adobe -> APP14Flags1 : (none) |
0007 | Adobe -> ColorTransform : YCbCr |
0008 | Adobe -> DCTEncodeVersion : 100 |
0009 | Author -> Artist : MeltingRabbit |
0010 | Author -> By-line : MeltingRabbit |
0011 | Author -> Copyright : MeltingRabbit |
0012 | Author -> CopyrightNotice : MeltingRabbit |
0013 | Author -> Creator : MeltingRabbit |
0014 | Author -> Rights : MeltingRabbit |
0015 | Camera -> CircleOfConfusion : 0.020 mm |
0017 | Camera -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB |
0018 | Camera -> DistortionCorrectionAlreadyApplied : True |
0019 | Camera -> ExposureMode : Auto |
0020 | Camera -> ExposureProgram : Aperture-priority AE |
0021 | Camera -> Flash : No Flash |
0022 | Camera -> FocalLength : 33.0 mm |
0023 | Camera -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) |
0024 | Camera -> FocalLengthIn35mmFormat : 50 mm |
0025 | Camera -> FocalPlaneResolutionUnit : cm |
0026 | Camera -> FocalPlaneXResolution : 3303.855743 |
0027 | Camera -> FocalPlaneYResolution : 3303.855743 |
0028 | Camera -> FujiRatingAlreadyApplied : True |
0029 | Camera -> HyperfocalDistance : 39.23 m |
0030 | Camera -> LateralChromaticAberrationCorrectionAlreadyApplied : True |
0031 | Camera -> Lens : XF33mmF1.4 R LM WR |
0032 | Camera -> LensID : XF33mm F1.4 R LM WR |
0033 | Camera -> LensInfo (1) : 33mm f/1.4 |
0034 | Camera -> LensModel (1) : XF33mmF1.4 R LM WR |
0035 | Camera -> LensSerialNumber (1) : 3DA01450 |
0036 | Camera -> LightSource : Unknown |
0037 | Camera -> Make : FUJIFILM |
0038 | Camera -> MaxApertureValue : 1.4 |
0039 | Camera -> MeteringMode : Multi-segment |
0040 | Camera -> Model : X-T5 |
0041 | Camera -> ScaleFactor35efl : 1.5 |
0042 | Camera -> SceneCaptureType : Standard |
0043 | Camera -> SensingMethod : One-chip color area |
0044 | Camera -> SerialNumber (1) : 2D011957 |
0045 | Camera -> Sharpness : Normal |
0046 | Camera -> SubjectDistanceRange : Unknown |
0047 | Camera -> VignetteCorrectionAlreadyApplied : True |
0048 | Camera -> WhiteBalance : Auto |
0049 | Composite -> Aperture : 1.4 |
0050 | Composite -> CircleOfConfusion : 0.020 mm |
0051 | Composite -> DateTimeCreated : 2023:12:06 20:38:18+04:00 |
0052 | Composite -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 |
0053 | Composite -> FOV : 39.6 deg |
0054 | Composite -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) |
0055 | Composite -> GPSAltitude : 31 m Below Sea Level |
0056 | Composite -> GPSDateTime : 2023:12:06 16:38:14Z |
0057 | Composite -> GPSLatitude : 25 deg 7' 1.11" N |
0058 | Composite -> GPSLongitude : 55 deg 11' 40.21" E |
0059 | Composite -> GPSPosition : 25 deg 7 ' 1.11" N, 55 deg 11' 40.21" E |
0060 | Composite -> HyperfocalDistance : 39.23 m |
0061 | Composite -> ImageSize : 7728x5152 |
0062 | Composite -> LensID : XF33mm F1.4 R LM WR |
0063 | Composite -> LightValue : 3.6 |
0064 | Composite -> Megapixels : 39.8 |
0065 | Composite -> ScaleFactor35efl : 1.5 |
0066 | Composite -> ShutterSpeed : 1/50 |
0067 | Composite -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 |
0068 | Composite -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 |
0069 | Composite -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 |
0070 | Copy1 -> City (1) : ドバイ |
0071 | Copy1 -> CreateDate (1) : 2023:12:06 20:38:18+04:00 |
0072 | Copy1 -> DateCreated (1) : 2023:12:06 |
0073 | Copy1 -> GPSAltitude (1) : 31 m |
0074 | Copy1 -> GPSLatitude (1) : 25 deg 7' 1.11" |
0075 | Copy1 -> GPSLongitude (1) : 55 deg 11' 40.21" |
0076 | Copy1 -> LensInfo (1) : 33mm f/1.4 |
0077 | Copy1 -> LensModel (1) : XF33mmF1.4 R LM WR |
0078 | Copy1 -> LensSerialNumber (1) : 3DA01450 |
0079 | Copy1 -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 |
0080 | Copy1 -> ResolutionUnit (1) : inches |
0081 | Copy1 -> SerialNumber (1) : 2D011957 |
0082 | Copy1 -> Sharpness (1) : 40 |
0083 | Copy1 -> WhiteBalance (1) : As Shot |
0084 | Copy1 -> XResolution (1) : 72 |
0085 | Copy1 -> YResolution (1) : 72 |
0086 | Copy2 -> XResolution (2) : 240 |
0087 | Copy2 -> YResolution (2) : 240 |
0088 | Document -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 |
0089 | EXIF -> ApertureValue : 1.4 |
0090 | EXIF -> Artist : MeltingRabbit |
0091 | EXIF -> BrightnessValue : -0.79 |
0092 | EXIF -> CameraElevationAngle : -4.4 |
0093 | EXIF -> ColorSpace : sRGB |
0094 | EXIF -> Compression : JPEG (old-style) |
0095 | EXIF -> Copyright : MeltingRabbit |
0096 | EXIF -> CreateDate : 2023:12:06 20:38:18 |
0097 | EXIF -> CustomRendered : Normal |
0098 | EXIF -> DateTimeOriginal : 2023:12:06 20:38:18 |
0099 | EXIF -> ExifVersion : 0232 |
0100 | EXIF -> ExposureCompensation : +0.33 |
0101 | EXIF -> ExposureMode : Auto |
0102 | EXIF -> ExposureProgram : Aperture-priority AE |
0103 | EXIF -> ExposureTime : 1/50 |
0104 | EXIF -> FNumber : 1.4 |
0105 | EXIF -> FileSource : Digital Camera |
0106 | EXIF -> Flash : No Flash |
0107 | EXIF -> FocalLength : 33.0 mm |
0108 | EXIF -> FocalLengthIn35mmFormat : 50 mm |
0109 | EXIF -> FocalPlaneResolutionUnit : cm |
0110 | EXIF -> FocalPlaneXResolution : 3303.855743 |
0111 | EXIF -> FocalPlaneYResolution : 3303.855743 |
0112 | EXIF -> GPSAltitude (1) : 31 m |
0113 | EXIF -> GPSAltitudeRef : Below Sea Level |
0114 | EXIF -> GPSDateStamp : 2023:12:06 |
0115 | EXIF -> GPSLatitude (1) : 25 deg 7' 1.11" |
0116 | EXIF -> GPSLatitudeRef : North |
0117 | EXIF -> GPSLongitude (1) : 55 deg 11' 40.21" |
0118 | EXIF -> GPSLongitudeRef : East |
0119 | EXIF -> GPSMapDatum : WGS-84 |
0121 | EXIF -> GPSSpeedRef : km/h |
0122 | EXIF -> GPSTimeStamp : 16:38:14 |
0123 | EXIF -> GPSVersionID : 2.3.0.0 |
0125 | EXIF -> LensInfo : 33mm f/1.4 |
0126 | EXIF -> LensMake : FUJIFILM |
0127 | EXIF -> LensModel : XF33mmF1.4 R LM WR |
0128 | EXIF -> LensSerialNumber : 3DA01450 |
0129 | EXIF -> LightSource : Unknown |
0130 | EXIF -> Make : FUJIFILM |
0131 | EXIF -> MaxApertureValue : 1.4 |
0132 | EXIF -> MeteringMode : Multi-segment |
0134 | EXIF -> ModifyDate : 2024:01:02 16:22:07 |
0135 | EXIF -> OffsetTime : +09:00 |
0136 | EXIF -> OffsetTimeDigitized : +04:00 |
0137 | EXIF -> OffsetTimeOriginal : +04:00 |
0138 | EXIF -> ResolutionUnit : inches |
0139 | EXIF -> ResolutionUnit (1) : inches |
0140 | EXIF -> SceneCaptureType : Standard |
0141 | EXIF -> SceneType : Directly photographed |
0142 | EXIF -> SensingMethod : One-chip color area |
0143 | EXIF -> SensitivityType : Standard Output Sensitivity |
0144 | EXIF -> SerialNumber : 2D011957 |
0145 | EXIF -> Sharpness : Normal |
0146 | EXIF -> ShutterSpeedValue : 1/50 |
0147 | EXIF -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
0148 | EXIF -> SubjectDistanceRange : Unknown |
0149 | EXIF -> ThumbnailImage : SCALAR(0x1aa7630) |
0150 | EXIF -> ThumbnailLength : 15104 |
0151 | EXIF -> ThumbnailOffset : 1360 |
0152 | EXIF -> WhiteBalance : Auto |
0153 | EXIF -> XResolution : 240 |
0154 | EXIF -> XResolution (1) : 72 |
0155 | EXIF -> YResolution : 240 |
0156 | EXIF -> YResolution (1) : 72 |
0157 | ExifIFD -> ApertureValue : 1.4 |
0158 | ExifIFD -> BrightnessValue : -0.79 |
0159 | ExifIFD -> CameraElevationAngle : -4.4 |
0160 | ExifIFD -> ColorSpace : sRGB |
0161 | ExifIFD -> CreateDate : 2023:12:06 20:38:18 |
0162 | ExifIFD -> CustomRendered : Normal |
0163 | ExifIFD -> DateTimeOriginal : 2023:12:06 20:38:18 |
0164 | ExifIFD -> ExifVersion : 0232 |
0165 | ExifIFD -> ExposureCompensation : +0.33 |
0166 | ExifIFD -> ExposureMode : Auto |
0167 | ExifIFD -> ExposureProgram : Aperture-priority AE |
0168 | ExifIFD -> ExposureTime : 1/50 |
0169 | ExifIFD -> FNumber : 1.4 |
0170 | ExifIFD -> FileSource : Digital Camera |
0171 | ExifIFD -> Flash : No Flash |
0172 | ExifIFD -> FocalLength : 33.0 mm |
0173 | ExifIFD -> FocalLengthIn35mmFormat : 50 mm |
0174 | ExifIFD -> FocalPlaneResolutionUnit : cm |
0175 | ExifIFD -> FocalPlaneXResolution : 3303.855743 |
0176 | ExifIFD -> FocalPlaneYResolution : 3303.855743 |
0178 | ExifIFD -> LensInfo : 33mm f/1.4 |
0179 | ExifIFD -> LensMake : FUJIFILM |
0180 | ExifIFD -> LensModel : XF33mmF1.4 R LM WR |
0181 | ExifIFD -> LensSerialNumber : 3DA01450 |
0182 | ExifIFD -> LightSource : Unknown |
0183 | ExifIFD -> MaxApertureValue : 1.4 |
0184 | ExifIFD -> MeteringMode : Multi-segment |
0185 | ExifIFD -> OffsetTime : +09:00 |
0186 | ExifIFD -> OffsetTimeDigitized : +04:00 |
0187 | ExifIFD -> OffsetTimeOriginal : +04:00 |
0188 | ExifIFD -> SceneCaptureType : Standard |
0189 | ExifIFD -> SceneType : Directly photographed |
0190 | ExifIFD -> SensingMethod : One-chip color area |
0191 | ExifIFD -> SensitivityType : Standard Output Sensitivity |
0192 | ExifIFD -> SerialNumber : 2D011957 |
0193 | ExifIFD -> Sharpness : Normal |
0194 | ExifIFD -> ShutterSpeedValue : 1/50 |
0195 | ExifIFD -> SubjectDistanceRange : Unknown |
0196 | ExifIFD -> WhiteBalance : Auto |
0197 | ExifTool -> ExifToolVersion : 12.70 |
0198 | File -> BitsPerSample : 8 |
0199 | File -> ColorComponents : 3 |
0200 | File -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
0201 | File -> Directory : . |
0202 | File -> EncodingProcess : Baseline DCT, Huffman coding |
0203 | File -> ExifByteOrder : Little-endian (Intel, II) |
0204 | File -> FileAccessDate : 2024:01:03 13:24:01+09:00 |
0205 | File -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 |
0206 | File -> FileModifyDate : 2024:01:02 16:22:08+09:00 |
0207 | File -> FileName : DSCF9340_lr.jpg |
0208 | File -> FilePermissions : -rwxrw-r-- |
0209 | File -> FileSize : 27 MB |
0210 | File -> FileType : JPEG |
0211 | File -> FileTypeExtension : jpg |
0212 | File -> ImageHeight : 5152 |
0213 | File -> ImageWidth : 7728 |
0214 | File -> MIMEType : image/jpeg |
0215 | File -> YCbCrSubSampling : YCbCr4:4:4 (1 1) |
0216 | GPS -> GPSAltitude (1) : 31 m |
0217 | GPS -> GPSAltitudeRef : Below Sea Level |
0218 | GPS -> GPSDateStamp : 2023:12:06 |
0219 | GPS -> GPSLatitude (1) : 25 deg 7' 1.11" |
0220 | GPS -> GPSLatitudeRef : North |
0221 | GPS -> GPSLongitude (1) : 55 deg 11' 40.21" |
0222 | GPS -> GPSLongitudeRef : East |
0223 | GPS -> GPSMapDatum : WGS-84 |
0225 | GPS -> GPSSpeedRef : km/h |
0226 | GPS -> GPSTimeStamp : 16:38:14 |
0227 | GPS -> GPSVersionID : 2.3.0.0 |
0228 | ICC-header -> CMMFlags : Not Embedded, Independent |
0229 | ICC-header -> ColorSpaceData : RGB |
0230 | ICC-header -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 |
0231 | ICC-header -> DeviceAttributes : Reflective, Glossy, Positive, Color |
0232 | ICC-header -> DeviceManufacturer : Hewlett-Packard |
0233 | ICC-header -> DeviceModel : sRGB |
0234 | ICC-header -> PrimaryPlatform : Microsoft Corporation |
0235 | ICC-header -> ProfileCMMType : Linotronic |
0236 | ICC-header -> ProfileClass : Display Device Profile |
0237 | ICC-header -> ProfileConnectionSpace : XYZ |
0238 | ICC-header -> ProfileCreator : Hewlett-Packard |
0239 | ICC-header -> ProfileDateTime : 1998:02:09 06:49:00 |
0240 | ICC-header -> ProfileFileSignature : acsp |
0241 | ICC-header -> ProfileID : 0 |
0242 | ICC-header -> ProfileVersion : 2.1.0 |
0243 | ICC-header -> RenderingIntent : Perceptual |
0244 | ICC-meas -> MeasurementBacking : 0 0 0 |
0245 | ICC-meas -> MeasurementFlare : 0.999% |
0246 | ICC-meas -> MeasurementGeometry : Unknown |
0247 | ICC-meas -> MeasurementIlluminant : D65 |
0248 | ICC-meas -> MeasurementObserver : CIE 1931 |
0249 | ICC-view -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 |
0250 | ICC-view -> ViewingCondIlluminantType : D50 |
0251 | ICC-view -> ViewingCondSurround : 3.92889 4.07439 3.36179 |
0252 | ICC_Profile -> BlueMatrixColumn : 0.14307 0.06061 0.7141 |
0253 | ICC_Profile -> BlueTRC : SCALAR(0x230de90) |
0254 | ICC_Profile -> CMMFlags : Not Embedded, Independent |
0255 | ICC_Profile -> ColorSpaceData : RGB |
0256 | ICC_Profile -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 |
0257 | ICC_Profile -> DeviceAttributes : Reflective, Glossy, Positive, Color |
0258 | ICC_Profile -> DeviceManufacturer : Hewlett-Packard |
0260 | ICC_Profile -> DeviceModel : sRGB |
0261 | ICC_Profile -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB |
0262 | ICC_Profile -> GreenMatrixColumn : 0.38515 0.71687 0.09708 |
0263 | ICC_Profile -> GreenTRC : SCALAR(0x1938530) |
0264 | ICC_Profile -> Luminance : 76.03647 80 87.12462 |
0265 | ICC_Profile -> MeasurementBacking : 0 0 0 |
0266 | ICC_Profile -> MeasurementFlare : 0.999% |
0267 | ICC_Profile -> MeasurementGeometry : Unknown |
0268 | ICC_Profile -> MeasurementIlluminant : D65 |
0269 | ICC_Profile -> MeasurementObserver : CIE 1931 |
0270 | ICC_Profile -> MediaBlackPoint : 0 0 0 |
0271 | ICC_Profile -> MediaWhitePoint : 0.95045 1 1.08905 |
0272 | ICC_Profile -> PrimaryPlatform : Microsoft Corporation |
0273 | ICC_Profile -> ProfileCMMType : Linotronic |
0274 | ICC_Profile -> ProfileClass : Display Device Profile |
0275 | ICC_Profile -> ProfileConnectionSpace : XYZ |
0276 | ICC_Profile -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company |
0277 | ICC_Profile -> ProfileCreator : Hewlett-Packard |
0278 | ICC_Profile -> ProfileDateTime : 1998:02:09 06:49:00 |
0279 | ICC_Profile -> ProfileDescription : sRGB IEC61966-2.1 |
0280 | ICC_Profile -> ProfileFileSignature : acsp |
0281 | ICC_Profile -> ProfileID : 0 |
0282 | ICC_Profile -> ProfileVersion : 2.1.0 |
0283 | ICC_Profile -> RedMatrixColumn : 0.43607 0.22249 0.01392 |
0284 | ICC_Profile -> RedTRC : SCALAR(0x230dba8) |
0285 | ICC_Profile -> RenderingIntent : Perceptual |
0286 | ICC_Profile -> Technology : Cathode Ray Tube Display |
0287 | ICC_Profile -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 |
0288 | ICC_Profile -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 |
0289 | ICC_Profile -> ViewingCondIlluminantType : D50 |
0290 | ICC_Profile -> ViewingCondSurround : 3.92889 4.07439 3.36179 |
0291 | ID-0 -> ApplicationRecordVersion : 4 |
0292 | ID-0 -> DCTEncodeVersion : 100 |
0293 | ID-0 -> GPSVersionID : 2.3.0.0 |
0294 | ID-0 -> XResolution (2) : 240 |
0295 | ID-1 -> APP14Flags0 : [14], Encoded with Blend=1 downsampling |
0296 | ID-1 -> GPSLatitudeRef : North |
0297 | ID-100 -> Country-PrimaryLocationCode : AE |
0298 | ID-101 -> Country-PrimaryLocationName : アラブ首長国連邦 |
0299 | ID-1036 -> PhotoshopThumbnail : SCALAR(0x1b5c638) |
0300 | ID-1061 -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
0301 | ID-116 -> CopyrightNotice : MeltingRabbit |
0302 | ID-12 -> GPSSpeedRef : km/h |
0303 | ID-12 -> MeasurementBacking : 0 0 0 |
0304 | ID-12 -> ProfileClass : Display Device Profile |
0305 | ID-13 -> GPSSpeed : 0 |
0306 | ID-16 -> ColorSpaceData : RGB |
0307 | ID-18 -> GPSMapDatum : WGS-84 |
0308 | ID-2 -> APP14Flags1 : (none) |
0309 | ID-2 -> DisplayedUnitsX : inches |
0310 | ID-2 -> GPSLatitude (1) : 25 deg 7' 1.11" |
0311 | ID-20 -> ProfileConnectionSpace : XYZ |
0312 | ID-20 -> ViewingCondSurround : 3.92889 4.07439 3.36179 |
0313 | ID-24 -> MeasurementGeometry : Unknown |
0314 | ID-24 -> ProfileDateTime : 1998:02:09 06:49:00 |
0315 | ID-259 -> Compression : JPEG (old-style) |
0316 | ID-271 -> Make : FUJIFILM |
0317 | ID-272 -> Model : X-T5 |
0318 | ID-28 -> MeasurementFlare : 0.999% |
0319 | ID-282 -> XResolution : 240 |
0320 | ID-282 -> XResolution (1) : 72 |
0321 | ID-283 -> YResolution : 240 |
0322 | ID-283 -> YResolution (1) : 72 |
0323 | ID-29 -> GPSDateStamp : 2023:12:06 |
0324 | ID-296 -> ResolutionUnit : inches |
0325 | ID-296 -> ResolutionUnit (1) : inches |
0326 | ID-3 -> ColorTransform : YCbCr |
0327 | ID-3 -> GPSLongitudeRef : East |
0328 | ID-305 -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
0329 | ID-306 -> ModifyDate : 2024:01:02 16:22:07 |
0330 | ID-315 -> Artist : MeltingRabbit |
0331 | ID-32 -> MeasurementIlluminant : D65 |
0332 | ID-32 -> ViewingCondIlluminantType : D50 |
0333 | ID-33432 -> Copyright : MeltingRabbit |
0334 | ID-33434 -> ExposureTime : 1/50 |
0335 | ID-33437 -> FNumber : 1.4 |
0336 | ID-34850 -> ExposureProgram : Aperture-priority AE |
0337 | ID-34855 -> ISO : 800 |
0338 | ID-34864 -> SensitivityType : Standard Output Sensitivity |
0339 | ID-36 -> ProfileFileSignature : acsp |
0340 | ID-36864 -> ExifVersion : 0232 |
0341 | ID-36867 -> DateTimeOriginal : 2023:12:06 20:38:18 |
0342 | ID-36868 -> CreateDate : 2023:12:06 20:38:18 |
0343 | ID-36880 -> OffsetTime : +09:00 |
0344 | ID-36881 -> OffsetTimeOriginal : +04:00 |
0345 | ID-36882 -> OffsetTimeDigitized : +04:00 |
0346 | ID-37377 -> ShutterSpeedValue : 1/50 |
0347 | ID-37378 -> ApertureValue : 1.4 |
0348 | ID-37379 -> BrightnessValue : -0.79 |
0349 | ID-37380 -> ExposureCompensation : +0.33 |
0350 | ID-37381 -> MaxApertureValue : 1.4 |
0351 | ID-37383 -> MeteringMode : Multi-segment |
0352 | ID-37384 -> LightSource : Unknown |
0353 | ID-37385 -> Flash : No Flash |
0354 | ID-37386 -> FocalLength : 33.0 mm |
0355 | ID-37893 -> CameraElevationAngle : -4.4 |
0356 | ID-4 -> GPSLongitude (1) : 55 deg 11' 40.21" |
0357 | ID-4 -> ProfileCMMType : Linotronic |
0358 | ID-4 -> YResolution (2) : 240 |
0359 | ID-40 -> PrimaryPlatform : Microsoft Corporation |
0360 | ID-40961 -> ColorSpace : sRGB |
0361 | ID-41486 -> FocalPlaneXResolution : 3303.855743 |
0362 | ID-41487 -> FocalPlaneYResolution : 3303.855743 |
0363 | ID-41488 -> FocalPlaneResolutionUnit : cm |
0364 | ID-41495 -> SensingMethod : One-chip color area |
0365 | ID-41728 -> FileSource : Digital Camera |
0366 | ID-41729 -> SceneType : Directly photographed |
0367 | ID-41985 -> CustomRendered : Normal |
0368 | ID-41986 -> ExposureMode : Auto |
0369 | ID-41987 -> WhiteBalance : Auto |
0370 | ID-41989 -> FocalLengthIn35mmFormat : 50 mm |
0371 | ID-41990 -> SceneCaptureType : Standard |
0372 | ID-41994 -> Sharpness : Normal |
0373 | ID-41996 -> SubjectDistanceRange : Unknown |
0374 | ID-42033 -> SerialNumber : 2D011957 |
0375 | ID-42034 -> LensInfo : 33mm f/1.4 |
0376 | ID-42035 -> LensMake : FUJIFILM |
0377 | ID-42036 -> LensModel : XF33mmF1.4 R LM WR |
0378 | ID-42037 -> LensSerialNumber : 3DA01450 |
0379 | ID-44 -> CMMFlags : Not Embedded, Independent |
0380 | ID-48 -> DeviceManufacturer : Hewlett-Packard |
0381 | ID-5 -> GPSAltitudeRef : Below Sea Level |
0382 | ID-513 -> ThumbnailOffset : 1360 |
0383 | ID-514 -> ThumbnailLength : 15104 |
0384 | ID-52 -> DeviceModel : sRGB |
0385 | ID-55 -> DateCreated (1) : 2023:12:06 |
0386 | ID-56 -> DeviceAttributes : Reflective, Glossy, Positive, Color |
0387 | ID-6 -> DisplayedUnitsY : inches |
0388 | ID-6 -> GPSAltitude (1) : 31 m |
0389 | ID-60 -> TimeCreated : 20:38:18+04:00 |
0390 | ID-62 -> DigitalCreationDate : 2023:12:06 |
0391 | ID-63 -> DigitalCreationTime : 20:38:18+04:00 |
0392 | ID-64 -> RenderingIntent : Perceptual |
0393 | ID-68 -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 |
0394 | ID-7 -> GPSTimeStamp : 16:38:14 |
0395 | ID-8 -> MeasurementObserver : CIE 1931 |
0396 | ID-8 -> ProfileVersion : 2.1.0 |
0397 | ID-8 -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 |
0398 | ID-80 -> By-line : MeltingRabbit |
0399 | ID-80 -> ProfileCreator : Hewlett-Packard |
0400 | ID-84 -> ProfileID : 0 |
0401 | ID-90 -> City (1) : ドバイ |
0402 | ID-90 -> CodedCharacterSet : UTF8 |
0403 | ID-95 -> Province-State : ドバイ首長国 |
0404 | ID-AlreadyApplied -> AlreadyApplied : True |
0405 | ID-AutoLateralCA -> AutoLateralCA : 1 |
0406 | ID-BitsPerSample -> BitsPerSample : 8 |
0407 | ID-Blacks2012 -> Blacks2012 : -16 |
0408 | ID-BlueHue -> BlueHue : 0 |
0409 | ID-BlueSaturation -> BlueSaturation : 0 |
0410 | ID-CameraProfile -> CameraProfile : Camera Pro Neg Hi |
0411 | ID-CameraProfileDigest -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 |
0412 | ID-CameraProfilesApertureValue -> CameraProfilesApertureValue : 0.970854 |
0413 | ID-CameraProfilesAuthor -> CameraProfilesAuthor : Adobe |
0414 | ID-CameraProfilesAutoScale -> CameraProfilesAutoScale : False |
0415 | ID-CameraProfilesCameraPrettyName -> CameraProfilesCameraPrettyName : Fujifilm X-T5 |
0416 | ID-CameraProfilesCameraRawProfile -> CameraProfilesCameraRawProfile : True |
0417 | ID-CameraProfilesFocalLength -> CameraProfilesFocalLength : 33 |
0418 | ID-CameraProfilesFocusDistance -> CameraProfilesFocusDistance : 10000 |
0419 | ID-CameraProfilesLens -> CameraProfilesLens : XF33mmF1.4 R LM WR |
0420 | ID-CameraProfilesLensPrettyName -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR |
0421 | ID-CameraProfilesMake -> CameraProfilesMake : FUJIFILM |
0422 | ID-CameraProfilesModel -> CameraProfilesModel : X-T5 |
0423 | ID-CameraProfilesPerspectiveModelImageXCenter -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 |
0424 | ID-CameraProfilesPerspectiveModelImageYCenter -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 |
0425 | ID-CameraProfilesPerspectiveModelRadialDistortParam1 -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 |
0426 | ID-CameraProfilesPerspectiveModelRadialDistortParam2 -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 |
0427 | ID-CameraProfilesPerspectiveModelRadialDistortParam3 -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 |
0428 | ID-CameraProfilesPerspectiveModelScaleFactor -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 |
0429 | ID-CameraProfilesPerspectiveModelVersion -> CameraProfilesPerspectiveModelVersion : 2 |
0430 | ID-CameraProfilesPerspectiveModelVignetteModelImageXCenter -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 |
0431 | ID-CameraProfilesPerspectiveModelVignetteModelImageYCenter -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 |
0432 | ID-CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 |
0433 | ID-CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 |
0434 | ID-CameraProfilesProfileName -> CameraProfilesProfileName : Camera Settings |
0435 | ID-CameraProfilesSensorFormatFactor -> CameraProfilesSensorFormatFactor : 1.539063 |
0436 | ID-CameraProfilesUniqueCameraModel -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 |
0437 | ID-City -> City : ドバイ |
0438 | ID-Clarity2012 -> Clarity2012 : +16 |
0439 | ID-ColorComponents -> ColorComponents : 3 |
0440 | ID-ColorGradeBlending -> ColorGradeBlending : 50 |
0441 | ID-ColorGradeGlobalHue -> ColorGradeGlobalHue : 0 |
0442 | ID-ColorGradeGlobalLum -> ColorGradeGlobalLum : 0 |
0443 | ID-ColorGradeGlobalSat -> ColorGradeGlobalSat : 0 |
0444 | ID-ColorGradeHighlightLum -> ColorGradeHighlightLum : 0 |
0445 | ID-ColorGradeMidtoneHue -> ColorGradeMidtoneHue : 0 |
0446 | ID-ColorGradeMidtoneLum -> ColorGradeMidtoneLum : 0 |
0447 | ID-ColorGradeMidtoneSat -> ColorGradeMidtoneSat : 0 |
0448 | ID-ColorGradeShadowLum -> ColorGradeShadowLum : 0 |
0449 | ID-ColorNoiseReduction -> ColorNoiseReduction : 8 |
0450 | ID-ColorNoiseReductionDetail -> ColorNoiseReductionDetail : 50 |
0451 | ID-ColorNoiseReductionSmoothness -> ColorNoiseReductionSmoothness : 50 |
0452 | ID-Contrast2012 -> Contrast2012 : +25 |
0453 | ID-ConvertToGrayscale -> ConvertToGrayscale : False |
0454 | ID-Country -> Country : アラブ首長国連邦 |
0455 | ID-CountryCode -> CountryCode : AE |
0456 | ID-CreateDate -> CreateDate (1) : 2023:12:06 20:38:18+04:00 |
0457 | ID-CreatorTool -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
0458 | ID-CropAngle -> CropAngle : 0 |
0459 | ID-CropBottom -> CropBottom : 1 |
0460 | ID-CropConstrainToWarp -> CropConstrainToWarp : 0 |
0461 | ID-CropLeft -> CropLeft : 0 |
0462 | ID-CropRight -> CropRight : 1 |
0463 | ID-CropTop -> CropTop : 0 |
0464 | ID-CurrentIPTCDigest -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
0465 | ID-DateCreated -> DateCreated : 2023:12:06 20:38:18+04:00 |
0466 | ID-DefringeGreenAmount -> DefringeGreenAmount : 0 |
0467 | ID-DefringeGreenHueHi -> DefringeGreenHueHi : 60 |
0468 | ID-DefringeGreenHueLo -> DefringeGreenHueLo : 40 |
0469 | ID-DefringePurpleAmount -> DefringePurpleAmount : 0 |
0470 | ID-DefringePurpleHueHi -> DefringePurpleHueHi : 70 |
0471 | ID-DefringePurpleHueLo -> DefringePurpleHueLo : 30 |
0472 | ID-Dehaze -> Dehaze : 0 |
0473 | ID-DerivedFromDocumentID -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
0474 | ID-DerivedFromOriginalDocumentID -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
0475 | ID-Directory -> Directory : . |
0476 | ID-DistortionCorrectionAlreadyApplied -> DistortionCorrectionAlreadyApplied : True |
0477 | ID-DocumentID -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc |
0478 | ID-EncodingProcess -> EncodingProcess : Baseline DCT, Huffman coding |
0479 | ID-Exif-Aperture -> Aperture : 1.4 |
0480 | ID-Exif-CircleOfConfusion -> CircleOfConfusion : 0.020 mm |
0481 | ID-Exif-FOV -> FOV : 39.6 deg |
0482 | ID-Exif-FocalLength35efl -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) |
0483 | ID-Exif-GPSPosition -> GPSPosition : 25 deg 7 ' 1.11" N, 55 deg 11' 40.21" E |
0484 | ID-Exif-HyperfocalDistance -> HyperfocalDistance : 39.23 m |
0485 | ID-Exif-ImageSize -> ImageSize : 7728x5152 |
0486 | ID-Exif-LensID-2 -> LensID : XF33mm F1.4 R LM WR |
0487 | ID-Exif-LightValue -> LightValue : 3.6 |
0488 | ID-Exif-Megapixels -> Megapixels : 39.8 |
0489 | ID-Exif-ScaleFactor35efl -> ScaleFactor35efl : 1.5 |
0490 | ID-Exif-ShutterSpeed -> ShutterSpeed : 1/50 |
0491 | ID-Exif-SubSecCreateDate -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 |
0492 | ID-Exif-SubSecDateTimeOriginal -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 |
0493 | ID-Exif-SubSecModifyDate -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 |
0494 | ID-Exif-ThumbnailImage -> ThumbnailImage : SCALAR(0x1aa7630) |
0495 | ID-ExifByteOrder -> ExifByteOrder : Little-endian (Intel, II) |
0496 | ID-ExifToolVersion -> ExifToolVersion : 12.70 |
0497 | ID-Exposure2012 -> Exposure2012 : +0.70 |
0498 | ID-FileAccessDate -> FileAccessDate : 2024:01:03 13:24:01+09:00 |
0499 | ID-FileInodeChangeDate -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 |
0500 | ID-FileModifyDate -> FileModifyDate : 2024:01:02 16:22:08+09:00 |
0501 | ID-FileName -> FileName : DSCF9340_lr.jpg |
0502 | ID-FilePermissions -> FilePermissions : -rwxrw-r-- |
0503 | ID-FileSize -> FileSize : 27 MB |
0504 | ID-FileType -> FileType : JPEG |
0505 | ID-FileTypeExtension -> FileTypeExtension : jpg |
0506 | ID-FujiRatingAlreadyApplied -> FujiRatingAlreadyApplied : True |
0507 | ID-GPS-GPSAltitude -> GPSAltitude : 31 m Below Sea Level |
0508 | ID-GPS-GPSDateTime -> GPSDateTime : 2023:12:06 16:38:14Z |
0509 | ID-GPS-GPSLatitude -> GPSLatitude : 25 deg 7' 1.11" N |
0510 | ID-GPS-GPSLongitude -> GPSLongitude : 55 deg 11' 40.21" E |
0511 | ID-GrainAmount -> GrainAmount : 0 |
0512 | ID-GreenHue -> GreenHue : 0 |
0513 | ID-GreenSaturation -> GreenSaturation : 0 |
0514 | ID-HasCrop -> HasCrop : False |
0515 | ID-HasSettings -> HasSettings : True |
0516 | ID-Highlights2012 -> Highlights2012 : +23 |
0517 | ID-HistoryAction -> HistoryAction : derived, saved |
0518 | ID-HistoryChanged -> HistoryChanged : / |
0519 | ID-HistoryInstanceID -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
0520 | ID-HistoryParameters -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location |
0521 | ID-HistorySoftwareAgent -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
0522 | ID-HistoryWhen -> HistoryWhen : 2024:01:02 16:22:07+09:00 |
0523 | ID-HueAdjustmentAqua -> HueAdjustmentAqua : 0 |
0524 | ID-HueAdjustmentBlue -> HueAdjustmentBlue : 0 |
0525 | ID-HueAdjustmentGreen -> HueAdjustmentGreen : 0 |
0526 | ID-HueAdjustmentMagenta -> HueAdjustmentMagenta : 0 |
0527 | ID-HueAdjustmentOrange -> HueAdjustmentOrange : 0 |
0528 | ID-HueAdjustmentPurple -> HueAdjustmentPurple : 0 |
0529 | ID-HueAdjustmentRed -> HueAdjustmentRed : 0 |
0530 | ID-HueAdjustmentYellow -> HueAdjustmentYellow : 0 |
0531 | ID-IPTC-DateTimeCreated -> DateTimeCreated : 2023:12:06 20:38:18+04:00 |
0532 | ID-IPTC-DigitalCreationDateTime -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 |
0533 | ID-ImageHeight -> ImageHeight : 5152 |
0534 | ID-ImageWidth -> ImageWidth : 7728 |
0535 | ID-InstanceID -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
0536 | ID-LateralChromaticAberrationCorrectionAlreadyApplied -> LateralChromaticAberrationCorrectionAlreadyApplied : True |
0537 | ID-Lens -> Lens : XF33mmF1.4 R LM WR |
0538 | ID-LensInfo -> LensInfo (1) : 33mm f/1.4 |
0539 | ID-LensManualDistortionAmount -> LensManualDistortionAmount : 0 |
0540 | ID-LensModel -> LensModel (1) : XF33mmF1.4 R LM WR |
0541 | ID-LensProfileDigest -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC |
0542 | ID-LensProfileDistortionScale -> LensProfileDistortionScale : 100 |
0543 | ID-LensProfileEnable -> LensProfileEnable : 1 |
0544 | ID-LensProfileIsEmbedded -> LensProfileIsEmbedded : True |
0545 | ID-LensProfileName -> LensProfileName : Camera Settings |
0546 | ID-LensProfileSetup -> LensProfileSetup : LensDefaults |
0547 | ID-LensProfileVignettingScale -> LensProfileVignettingScale : 100 |
0548 | ID-LensSerialNumber -> LensSerialNumber (1) : 3DA01450 |
0549 | ID-LuminanceAdjustmentAqua -> LuminanceAdjustmentAqua : 0 |
0550 | ID-LuminanceAdjustmentBlue -> LuminanceAdjustmentBlue : 0 |
0551 | ID-LuminanceAdjustmentGreen -> LuminanceAdjustmentGreen : 0 |
0552 | ID-LuminanceAdjustmentMagenta -> LuminanceAdjustmentMagenta : 0 |
0553 | ID-LuminanceAdjustmentOrange -> LuminanceAdjustmentOrange : 0 |
0554 | ID-LuminanceAdjustmentPurple -> LuminanceAdjustmentPurple : 0 |
0555 | ID-LuminanceAdjustmentRed -> LuminanceAdjustmentRed : 0 |
0556 | ID-LuminanceAdjustmentYellow -> LuminanceAdjustmentYellow : 0 |
0557 | ID-LuminanceNoiseReductionContrast -> LuminanceNoiseReductionContrast : 0 |
0558 | ID-LuminanceNoiseReductionDetail -> LuminanceNoiseReductionDetail : 50 |
0559 | ID-LuminanceSmoothing -> LuminanceSmoothing : 5 |
0560 | ID-MIMEType -> MIMEType : image/jpeg |
0561 | ID-MetadataDate -> MetadataDate : 2024:01:02 16:22:07+09:00 |
0562 | ID-ModifyDate -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 |
0563 | ID-OriginalDocumentID -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
0564 | ID-OverrideLookVignette -> OverrideLookVignette : False |
0565 | ID-ParametricDarks -> ParametricDarks : 0 |
0566 | ID-ParametricHighlightSplit -> ParametricHighlightSplit : 75 |
0567 | ID-ParametricHighlights -> ParametricHighlights : 0 |
0568 | ID-ParametricLights -> ParametricLights : 0 |
0569 | ID-ParametricMidtoneSplit -> ParametricMidtoneSplit : 50 |
0570 | ID-ParametricShadowSplit -> ParametricShadowSplit : 25 |
0571 | ID-ParametricShadows -> ParametricShadows : 0 |
0572 | ID-PerspectiveAspect -> PerspectiveAspect : 0 |
0573 | ID-PerspectiveHorizontal -> PerspectiveHorizontal : 0 |
0574 | ID-PerspectiveRotate -> PerspectiveRotate : 0.0 |
0575 | ID-PerspectiveScale -> PerspectiveScale : 100 |
0576 | ID-PerspectiveUpright -> PerspectiveUpright : Off |
0577 | ID-PerspectiveVertical -> PerspectiveVertical : 0 |
0578 | ID-PerspectiveX -> PerspectiveX : 0.00 |
0579 | ID-PerspectiveY -> PerspectiveY : 0.00 |
0580 | ID-PostCropVignetteAmount -> PostCropVignetteAmount : 0 |
0581 | ID-PreservedFileName -> PreservedFileName : DSCF9340.RAF |
0582 | ID-ProcessVersion -> ProcessVersion : 11.0 |
0583 | ID-Rating -> Rating : 3 |
0584 | ID-RawFileName -> RawFileName : DSCF9340.RAF |
0585 | ID-RedHue -> RedHue : 0 |
0586 | ID-RedSaturation -> RedSaturation : 0 |
0587 | ID-Saturation -> Saturation : -7 |
0588 | ID-SaturationAdjustmentAqua -> SaturationAdjustmentAqua : 0 |
0589 | ID-SaturationAdjustmentBlue -> SaturationAdjustmentBlue : 0 |
0590 | ID-SaturationAdjustmentGreen -> SaturationAdjustmentGreen : 0 |
0591 | ID-SaturationAdjustmentMagenta -> SaturationAdjustmentMagenta : 0 |
0592 | ID-SaturationAdjustmentOrange -> SaturationAdjustmentOrange : 0 |
0593 | ID-SaturationAdjustmentPurple -> SaturationAdjustmentPurple : 0 |
0594 | ID-SaturationAdjustmentRed -> SaturationAdjustmentRed : 0 |
0595 | ID-SaturationAdjustmentYellow -> SaturationAdjustmentYellow : 0 |
0596 | ID-SerialNumber -> SerialNumber (1) : 2D011957 |
0597 | ID-ShadowTint -> ShadowTint : 0 |
0598 | ID-Shadows2012 -> Shadows2012 : 0 |
0599 | ID-SharpenDetail -> SharpenDetail : 25 |
0600 | ID-SharpenEdgeMasking -> SharpenEdgeMasking : 5 |
0601 | ID-SharpenRadius -> SharpenRadius : +1.0 |
0602 | ID-Sharpness -> Sharpness (1) : 40 |
0603 | ID-SplitToningBalance -> SplitToningBalance : 0 |
0604 | ID-SplitToningHighlightHue -> SplitToningHighlightHue : 0 |
0605 | ID-SplitToningHighlightSaturation -> SplitToningHighlightSaturation : 0 |
0606 | ID-SplitToningShadowHue -> SplitToningShadowHue : 0 |
0607 | ID-SplitToningShadowSaturation -> SplitToningShadowSaturation : 0 |
0608 | ID-State -> State : ドバイ首長国 |
0609 | ID-Temperature -> ColorTemperature : 3050 |
0610 | ID-Texture -> Texture : 0 |
0612 | ID-ToneCurveName2012 -> ToneCurveName2012 : Linear |
0613 | ID-ToneCurvePV2012 -> ToneCurvePV2012 : 0, 0, 255, 255 |
0614 | ID-ToneCurvePV2012Blue -> ToneCurvePV2012Blue : 0, 0, 255, 255 |
0615 | ID-ToneCurvePV2012Green -> ToneCurvePV2012Green : 0, 0, 255, 255 |
0616 | ID-ToneCurvePV2012Red -> ToneCurvePV2012Red : 0, 0, 255, 255 |
0617 | ID-Version -> Version : 15.3 |
0618 | ID-Vibrance -> Vibrance : -3 |
0619 | ID-VignetteAmount -> VignetteAmount : 0 |
0620 | ID-VignetteCorrectionAlreadyApplied -> VignetteCorrectionAlreadyApplied : True |
0621 | ID-WhiteBalance -> WhiteBalance (1) : As Shot |
0622 | ID-Whites2012 -> Whites2012 : -8 |
0623 | ID-YCbCrSubSampling -> YCbCrSubSampling : YCbCr4:4:4 (1 1) |
0624 | ID-bTRC -> BlueTRC : SCALAR(0x2326930) |
0625 | ID-bXYZ -> BlueMatrixColumn : 0.14307 0.06061 0.7141 |
0626 | ID-bkpt -> MediaBlackPoint : 0 0 0 |
0627 | ID-cprt -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company |
0628 | ID-creator -> Creator : MeltingRabbit |
0629 | ID-desc -> ProfileDescription : sRGB IEC61966-2.1 |
0630 | ID-dmdd -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB |
0632 | ID- format -> Format : image/jpeg |
0633 | ID-gTRC -> GreenTRC : SCALAR(0x2391200) |
0634 | ID-gXYZ -> GreenMatrixColumn : 0.38515 0.71687 0.09708 |
0635 | ID-lumi -> Luminance : 76.03647 80 87.12462 |
0636 | ID-rTRC -> RedTRC : SCALAR(0x23909a8) |
0637 | ID-rXYZ -> RedMatrixColumn : 0.43607 0.22249 0.01392 |
0638 | ID-rights -> Rights : MeltingRabbit |
0639 | ID-tech -> Technology : Cathode Ray Tube Display |
0640 | ID-vued -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 |
0641 | ID-wtpt -> MediaWhitePoint : 0.95045 1 1.08905 |
0642 | ID-xmptk -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 |
0643 | IFD0 -> Artist : MeltingRabbit |
0644 | IFD0 -> Copyright : MeltingRabbit |
0645 | IFD0 -> Make : FUJIFILM |
0647 | IFD0 -> ModifyDate : 2024:01:02 16:22:07 |
0648 | IFD0 -> ResolutionUnit : inches |
0649 | IFD0 -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
0650 | IFD0 -> XResolution : 240 |
0651 | IFD0 -> YResolution : 240 |
0652 | IFD1 -> Compression : JPEG (old-style) |
0653 | IFD1 -> ResolutionUnit (1) : inches |
0654 | IFD1 -> ThumbnailImage : SCALAR(0x1aa7630) |
0655 | IFD1 -> ThumbnailLength : 15104 |
0656 | IFD1 -> ThumbnailOffset : 1360 |
0657 | IFD1 -> XResolution (1) : 72 |
0658 | IFD1 -> YResolution (1) : 72 |
0659 | IPTC -> ApplicationRecordVersion : 4 |
0660 | IPTC -> By-line : MeltingRabbit |
0661 | IPTC -> City (1) : ドバイ |
0662 | IPTC -> CodedCharacterSet : UTF8 |
0663 | IPTC -> CopyrightNotice : MeltingRabbit |
0664 | IPTC -> Country-PrimaryLocationCode : AE |
0665 | IPTC -> Country-PrimaryLocationName : アラブ首長国連邦 |
0666 | IPTC -> DateCreated (1) : 2023:12:06 |
0667 | IPTC -> DigitalCreationDate : 2023:12:06 |
0668 | IPTC -> DigitalCreationTime : 20:38:18+04:00 |
0669 | IPTC -> Province-State : ドバイ首長国 |
0670 | IPTC -> TimeCreated : 20:38:18+04:00 |
0671 | Image -> APP14Flags0 : [14], Encoded with Blend=1 downsampling |
0672 | Image -> APP14Flags1 : (none) |
0673 | Image -> AlreadyApplied : True |
0674 | Image -> Aperture : 1.4 |
0675 | Image -> ApertureValue : 1.4 |
0676 | Image -> AutoLateralCA : 1 |
0677 | Image -> BitsPerSample : 8 |
0678 | Image -> Blacks2012 : -16 |
0680 | Image -> BlueMatrixColumn : 0.14307 0.06061 0.7141 |
0681 | Image -> BlueSaturation : 0 |
0682 | Image -> BlueTRC : SCALAR(0x2322fe8) |
0683 | Image -> BrightnessValue : -0.79 |
0684 | Image -> CMMFlags : Not Embedded, Independent |
0685 | Image -> CameraElevationAngle : -4.4 |
0686 | Image -> CameraProfile : Camera Pro Neg Hi |
0687 | Image -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 |
0688 | Image -> CameraProfilesApertureValue : 0.970854 |
0689 | Image -> CameraProfilesAuthor : Adobe |
0690 | Image -> CameraProfilesAutoScale : False |
0691 | Image -> CameraProfilesCameraPrettyName : Fujifilm X-T5 |
0692 | Image -> CameraProfilesCameraRawProfile : True |
0693 | Image -> CameraProfilesFocalLength : 33 |
0694 | Image -> CameraProfilesFocusDistance : 10000 |
0695 | Image -> CameraProfilesLens : XF33mmF1.4 R LM WR |
0696 | Image -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR |
0697 | Image -> CameraProfilesMake : FUJIFILM |
0698 | Image -> CameraProfilesModel : X-T5 |
0699 | Image -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 |
0700 | Image -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 |
0701 | Image -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 |
0702 | Image -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 |
0703 | Image -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 |
0704 | Image -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 |
0705 | Image -> CameraProfilesPerspectiveModelVersion : 2 |
0706 | Image -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 |
0707 | Image -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 |
0708 | Image -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 |
0709 | Image -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 |
0710 | Image -> CameraProfilesProfileName : Camera Settings |
0711 | Image -> CameraProfilesSensorFormatFactor : 1.539063 |
0712 | Image -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 |
0713 | Image -> Clarity2012 : +16 |
0714 | Image -> ColorComponents : 3 |
0715 | Image -> ColorGradeBlending : 50 |
0716 | Image -> ColorGradeGlobalHue : 0 |
0717 | Image -> ColorGradeGlobalLum : 0 |
0718 | Image -> ColorGradeGlobalSat : 0 |
0719 | Image -> ColorGradeHighlightLum : 0 |
0720 | Image -> ColorGradeMidtoneHue : 0 |
0721 | Image -> ColorGradeMidtoneLum : 0 |
0722 | Image -> ColorGradeMidtoneSat : 0 |
0723 | Image -> ColorGradeShadowLum : 0 |
0724 | Image -> ColorNoiseReduction : 8 |
0725 | Image -> ColorNoiseReductionDetail : 50 |
0726 | Image -> ColorNoiseReductionSmoothness : 50 |
0727 | Image -> ColorSpace : sRGB |
0728 | Image -> ColorSpaceData : RGB |
0729 | Image -> ColorTemperature : 3050 |
0730 | Image -> ColorTransform : YCbCr |
0731 | Image -> Compression : JPEG (old-style) |
0732 | Image -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 |
0733 | Image -> Contrast2012 : +25 |
0734 | Image -> ConvertToGrayscale : False |
0735 | Image -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
0736 | Image -> CropAngle : 0 |
0737 | Image -> CropBottom : 1 |
0738 | Image -> CropConstrainToWarp : 0 |
0739 | Image -> CropLeft : 0 |
0740 | Image -> CropRight : 1 |
0742 | Image -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
0743 | Image -> CustomRendered : Normal |
0744 | Image -> DCTEncodeVersion : 100 |
0745 | Image -> DefringeGreenAmount : 0 |
0746 | Image -> DefringeGreenHueHi : 60 |
0747 | Image -> DefringeGreenHueLo : 40 |
0748 | Image -> DefringePurpleAmount : 0 |
0749 | Image -> DefringePurpleHueHi : 70 |
0750 | Image -> DefringePurpleHueLo : 30 |
0752 | Image -> DeviceAttributes : Reflective, Glossy, Positive, Color |
0753 | Image -> DeviceManufacturer : Hewlett-Packard |
0754 | Image -> DeviceModel : sRGB |
0755 | Image -> DisplayedUnitsX : inches |
0756 | Image -> DisplayedUnitsY : inches |
0757 | Image -> EncodingProcess : Baseline DCT, Huffman coding |
0758 | Image -> ExifByteOrder : Little-endian (Intel, II) |
0759 | Image -> ExifVersion : 0232 |
0760 | Image -> Exposure2012 : +0.70 |
0761 | Image -> ExposureCompensation : +0.33 |
0762 | Image -> ExposureTime : 1/50 |
0763 | Image -> FNumber : 1.4 |
0764 | Image -> FOV : 39.6 deg |
0765 | Image -> FileSource : Digital Camera |
0766 | Image -> Format : image/jpeg |
0767 | Image -> GrainAmount : 0 |
0768 | Image -> GreenHue : 0 |
0769 | Image -> GreenMatrixColumn : 0.38515 0.71687 0.09708 |
0770 | Image -> GreenSaturation : 0 |
0771 | Image -> GreenTRC : SCALAR(0x2331720) |
0772 | Image -> HasCrop : False |
0773 | Image -> HasSettings : True |
0774 | Image -> Highlights2012 : +23 |
0775 | Image -> HueAdjustmentAqua : 0 |
0776 | Image -> HueAdjustmentBlue : 0 |
0777 | Image -> HueAdjustmentGreen : 0 |
0778 | Image -> HueAdjustmentMagenta : 0 |
0779 | Image -> HueAdjustmentOrange : 0 |
0780 | Image -> HueAdjustmentPurple : 0 |
0781 | Image -> HueAdjustmentRed : 0 |
0782 | Image -> HueAdjustmentYellow : 0 |
0783 | Image -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
0785 | Image -> ImageHeight : 5152 |
0786 | Image -> ImageSize : 7728x5152 |
0787 | Image -> ImageWidth : 7728 |
0788 | Image -> LensInfo : 33mm f/1.4 |
0789 | Image -> LensMake : FUJIFILM |
0790 | Image -> LensManualDistortionAmount : 0 |
0791 | Image -> LensModel : XF33mmF1.4 R LM WR |
0792 | Image -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC |
0793 | Image -> LensProfileDistortionScale : 100 |
0794 | Image -> LensProfileEnable : 1 |
0795 | Image -> LensProfileIsEmbedded : True |
0796 | Image -> LensProfileName : Camera Settings |
0797 | Image -> LensProfileSetup : LensDefaults |
0798 | Image -> LensProfileVignettingScale : 100 |
0799 | Image -> LensSerialNumber : 3DA01450 |
0800 | Image -> LightValue : 3.6 |
0801 | Image -> Luminance : 76.03647 80 87.12462 |
0802 | Image -> LuminanceAdjustmentAqua : 0 |
0803 | Image -> LuminanceAdjustmentBlue : 0 |
0804 | Image -> LuminanceAdjustmentGreen : 0 |
0805 | Image -> LuminanceAdjustmentMagenta : 0 |
0806 | Image -> LuminanceAdjustmentOrange : 0 |
0807 | Image -> LuminanceAdjustmentPurple : 0 |
0808 | Image -> LuminanceAdjustmentRed : 0 |
0809 | Image -> LuminanceAdjustmentYellow : 0 |
0810 | Image -> LuminanceNoiseReductionContrast : 0 |
0811 | Image -> LuminanceNoiseReductionDetail : 50 |
0812 | Image -> LuminanceSmoothing : 5 |
0813 | Image -> MeasurementBacking : 0 0 0 |
0814 | Image -> MeasurementFlare : 0.999% |
0815 | Image -> MeasurementGeometry : Unknown |
0816 | Image -> MeasurementIlluminant : D65 |
0817 | Image -> MeasurementObserver : CIE 1931 |
0818 | Image -> MediaBlackPoint : 0 0 0 |
0819 | Image -> MediaWhitePoint : 0.95045 1 1.08905 |
0820 | Image -> Megapixels : 39.8 |
0821 | Image -> OverrideLookVignette : False |
0822 | Image -> ParametricDarks : 0 |
0823 | Image -> ParametricHighlightSplit : 75 |
0824 | Image -> ParametricHighlights : 0 |
0825 | Image -> ParametricLights : 0 |
0826 | Image -> ParametricMidtoneSplit : 50 |
0827 | Image -> ParametricShadowSplit : 25 |
0828 | Image -> ParametricShadows : 0 |
0829 | Image -> PerspectiveAspect : 0 |
0830 | Image -> PerspectiveHorizontal : 0 |
0831 | Image -> PerspectiveRotate : 0.0 |
0832 | Image -> PerspectiveScale : 100 |
0833 | Image -> PerspectiveUpright : Off |
0834 | Image -> PerspectiveVertical : 0 |
0835 | Image -> PerspectiveX : 0.00 |
0836 | Image -> PerspectiveY : 0.00 |
0837 | Image -> PostCropVignetteAmount : 0 |
0838 | Image -> PrimaryPlatform : Microsoft Corporation |
0839 | Image -> ProcessVersion : 11.0 |
0840 | Image -> ProfileCMMType : Linotronic |
0841 | Image -> ProfileClass : Display Device Profile |
0842 | Image -> ProfileConnectionSpace : XYZ |
0843 | Image -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company |
0844 | Image -> ProfileCreator : Hewlett-Packard |
0845 | Image -> ProfileDescription : sRGB IEC61966-2.1 |
0846 | Image -> ProfileFileSignature : acsp |
0847 | Image -> ProfileID : 0 |
0848 | Image -> ProfileVersion : 2.1.0 |
0850 | Image -> RawFileName : DSCF9340.RAF |
0852 | Image -> RedMatrixColumn : 0.43607 0.22249 0.01392 |
0853 | Image -> RedSaturation : 0 |
0854 | Image -> RedTRC : SCALAR(0x23353e0) |
0855 | Image -> RenderingIntent : Perceptual |
0856 | Image -> ResolutionUnit : inches |
0857 | Image -> ResolutionUnit (1) : inches |
0858 | Image -> Saturation : -7 |
0859 | Image -> SaturationAdjustmentAqua : 0 |
0860 | Image -> SaturationAdjustmentBlue : 0 |
0861 | Image -> SaturationAdjustmentGreen : 0 |
0862 | Image -> SaturationAdjustmentMagenta : 0 |
0863 | Image -> SaturationAdjustmentOrange : 0 |
0864 | Image -> SaturationAdjustmentPurple : 0 |
0865 | Image -> SaturationAdjustmentRed : 0 |
0866 | Image -> SaturationAdjustmentYellow : 0 |
0867 | Image -> SceneType : Directly photographed |
0868 | Image -> SensitivityType : Standard Output Sensitivity |
0869 | Image -> SerialNumber : 2D011957 |
0870 | Image -> ShadowTint : 0 |
0871 | Image -> Shadows2012 : 0 |
0872 | Image -> SharpenDetail : 25 |
0873 | Image -> SharpenEdgeMasking : 5 |
0874 | Image -> SharpenRadius : +1.0 |
0875 | Image -> Sharpness (1) : 40 |
0876 | Image -> ShutterSpeed : 1/50 |
0877 | Image -> ShutterSpeedValue : 1/50 |
0878 | Image -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
0879 | Image -> SplitToningBalance : 0 |
0880 | Image -> SplitToningHighlightHue : 0 |
0881 | Image -> SplitToningHighlightSaturation : 0 |
0882 | Image -> SplitToningShadowHue : 0 |
0883 | Image -> SplitToningShadowSaturation : 0 |
0884 | Image -> Technology : Cathode Ray Tube Display |
0886 | Image -> ThumbnailLength : 15104 |
0887 | Image -> ThumbnailOffset : 1360 |
0889 | Image -> ToneCurveName2012 : Linear |
0890 | Image -> ToneCurvePV2012 : 0, 0, 255, 255 |
0891 | Image -> ToneCurvePV2012Blue : 0, 0, 255, 255 |
0892 | Image -> ToneCurvePV2012Green : 0, 0, 255, 255 |
0893 | Image -> ToneCurvePV2012Red : 0, 0, 255, 255 |
0894 | Image -> Version : 15.3 |
0895 | Image -> Vibrance : -3 |
0896 | Image -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 |
0897 | Image -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 |
0898 | Image -> ViewingCondIlluminantType : D50 |
0899 | Image -> ViewingCondSurround : 3.92889 4.07439 3.36179 |
0900 | Image -> VignetteAmount : 0 |
0901 | Image -> WhiteBalance (1) : As Shot |
0902 | Image -> Whites2012 : -8 |
0903 | Image -> XResolution : 240 |
0904 | Image -> XResolution (1) : 72 |
0905 | Image -> XResolution (2) : 240 |
0906 | Image -> YCbCrSubSampling : YCbCr4:4:4 (1 1) |
0907 | Image -> YResolution : 240 |
0908 | Image -> YResolution (1) : 72 |
0909 | Image -> YResolution (2) : 240 |
0910 | Location -> City : ドバイ |
0911 | Location -> City (1) : ドバイ |
0912 | Location -> Country : アラブ首長国連邦 |
0913 | Location -> Country-PrimaryLocationCode : AE |
0914 | Location -> Country-PrimaryLocationName : アラブ首長国連邦 |
0915 | Location -> CountryCode : AE |
0916 | Location -> GPSAltitude : 31 m Below Sea Level |
0917 | Location -> GPSAltitude (1) : 31 m |
0918 | Location -> GPSAltitudeRef : Below Sea Level |
0919 | Location -> GPSLatitude : 25 deg 7' 1.11" N |
0920 | Location -> GPSLatitude (1) : 25 deg 7' 1.11" |
0921 | Location -> GPSLatitudeRef : North |
0922 | Location -> GPSLongitude : 55 deg 11' 40.21" E |
0923 | Location -> GPSLongitude (1) : 55 deg 11' 40.21" |
0924 | Location -> GPSLongitudeRef : East |
0925 | Location -> GPSMapDatum : WGS-84 |
0926 | Location -> GPSPosition : 25 deg 7 ' 1.11" N, 55 deg 11' 40.21" E |
0927 | Location -> GPSSpeed : 0 |
0928 | Location -> GPSSpeedRef : km/h |
0929 | Location -> GPSVersionID : 2.3.0.0 |
0930 | Location -> Province-State : ドバイ首長国 |
0931 | Location -> State : ドバイ首長国 |
0932 | Main -> APP14Flags0 : [14], Encoded with Blend=1 downsampling |
0933 | Main -> APP14Flags1 : (none) |
0934 | Main -> AlreadyApplied : True |
0935 | Main -> Aperture : 1.4 |
0936 | Main -> ApertureValue : 1.4 |
0937 | Main -> ApplicationRecordVersion : 4 |
0938 | Main -> Artist : MeltingRabbit |
0939 | Main -> AutoLateralCA : 1 |
0940 | Main -> BitsPerSample : 8 |
0941 | Main -> Blacks2012 : -16 |
0943 | Main -> BlueMatrixColumn : 0.14307 0.06061 0.7141 |
0944 | Main -> BlueSaturation : 0 |
0945 | Main -> BlueTRC : SCALAR(0x233feb8) |
0946 | Main -> BrightnessValue : -0.79 |
0947 | Main -> By-line : MeltingRabbit |
0948 | Main -> CMMFlags : Not Embedded, Independent |
0949 | Main -> CameraElevationAngle : -4.4 |
0950 | Main -> CameraProfile : Camera Pro Neg Hi |
0951 | Main -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 |
0952 | Main -> CameraProfilesApertureValue : 0.970854 |
0953 | Main -> CameraProfilesAuthor : Adobe |
0954 | Main -> CameraProfilesAutoScale : False |
0955 | Main -> CameraProfilesCameraPrettyName : Fujifilm X-T5 |
0956 | Main -> CameraProfilesCameraRawProfile : True |
0957 | Main -> CameraProfilesFocalLength : 33 |
0958 | Main -> CameraProfilesFocusDistance : 10000 |
0959 | Main -> CameraProfilesLens : XF33mmF1.4 R LM WR |
0960 | Main -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR |
0961 | Main -> CameraProfilesMake : FUJIFILM |
0962 | Main -> CameraProfilesModel : X-T5 |
0963 | Main -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 |
0964 | Main -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 |
0965 | Main -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 |
0966 | Main -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 |
0967 | Main -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 |
0968 | Main -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 |
0969 | Main -> CameraProfilesPerspectiveModelVersion : 2 |
0970 | Main -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 |
0971 | Main -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 |
0972 | Main -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 |
0973 | Main -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 |
0974 | Main -> CameraProfilesProfileName : Camera Settings |
0975 | Main -> CameraProfilesSensorFormatFactor : 1.539063 |
0976 | Main -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 |
0977 | Main -> CircleOfConfusion : 0.020 mm |
0979 | Main -> City (1) : ドバイ |
0980 | Main -> Clarity2012 : +16 |
0981 | Main -> CodedCharacterSet : UTF8 |
0982 | Main -> ColorComponents : 3 |
0983 | Main -> ColorGradeBlending : 50 |
0984 | Main -> ColorGradeGlobalHue : 0 |
0985 | Main -> ColorGradeGlobalLum : 0 |
0986 | Main -> ColorGradeGlobalSat : 0 |
0987 | Main -> ColorGradeHighlightLum : 0 |
0988 | Main -> ColorGradeMidtoneHue : 0 |
0989 | Main -> ColorGradeMidtoneLum : 0 |
0990 | Main -> ColorGradeMidtoneSat : 0 |
0991 | Main -> ColorGradeShadowLum : 0 |
0992 | Main -> ColorNoiseReduction : 8 |
0993 | Main -> ColorNoiseReductionDetail : 50 |
0994 | Main -> ColorNoiseReductionSmoothness : 50 |
0995 | Main -> ColorSpace : sRGB |
0996 | Main -> ColorSpaceData : RGB |
0997 | Main -> ColorTemperature : 3050 |
0998 | Main -> ColorTransform : YCbCr |
0999 | Main -> Compression : JPEG (old-style) |
1000 | Main -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 |
1001 | Main -> Contrast2012 : +25 |
1002 | Main -> ConvertToGrayscale : False |
1003 | Main -> Copyright : MeltingRabbit |
1004 | Main -> CopyrightNotice : MeltingRabbit |
1005 | Main -> Country : アラブ首長国連邦 |
1006 | Main -> Country-PrimaryLocationCode : AE |
1007 | Main -> Country-PrimaryLocationName : アラブ首長国連邦 |
1008 | Main -> CountryCode : AE |
1009 | Main -> CreateDate : 2023:12:06 20:38:18 |
1010 | Main -> CreateDate (1) : 2023:12:06 20:38:18+04:00 |
1011 | Main -> Creator : MeltingRabbit |
1012 | Main -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1013 | Main -> CropAngle : 0 |
1014 | Main -> CropBottom : 1 |
1015 | Main -> CropConstrainToWarp : 0 |
1017 | Main -> CropRight : 1 |
1019 | Main -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
1020 | Main -> CustomRendered : Normal |
1021 | Main -> DCTEncodeVersion : 100 |
1022 | Main -> DateCreated : 2023:12:06 20:38:18+04:00 |
1023 | Main -> DateCreated (1) : 2023:12:06 |
1024 | Main -> DateTimeCreated : 2023:12:06 20:38:18+04:00 |
1025 | Main -> DateTimeOriginal : 2023:12:06 20:38:18 |
1026 | Main -> DefringeGreenAmount : 0 |
1027 | Main -> DefringeGreenHueHi : 60 |
1028 | Main -> DefringeGreenHueLo : 40 |
1029 | Main -> DefringePurpleAmount : 0 |
1030 | Main -> DefringePurpleHueHi : 70 |
1031 | Main -> DefringePurpleHueLo : 30 |
1033 | Main -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1034 | Main -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1035 | Main -> DeviceAttributes : Reflective, Glossy, Positive, Color |
1036 | Main -> DeviceManufacturer : Hewlett-Packard |
1038 | Main -> DeviceModel : sRGB |
1039 | Main -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB |
1040 | Main -> DigitalCreationDate : 2023:12:06 |
1041 | Main -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 |
1042 | Main -> DigitalCreationTime : 20:38:18+04:00 |
1043 | Main -> Directory : . |
1044 | Main -> DisplayedUnitsX : inches |
1045 | Main -> DisplayedUnitsY : inches |
1046 | Main -> DistortionCorrectionAlreadyApplied : True |
1047 | Main -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1048 | Main -> EncodingProcess : Baseline DCT, Huffman coding |
1049 | Main -> ExifByteOrder : Little-endian (Intel, II) |
1050 | Main -> ExifToolVersion : 12.70 |
1051 | Main -> ExifVersion : 0232 |
1052 | Main -> Exposure2012 : +0.70 |
1053 | Main -> ExposureCompensation : +0.33 |
1054 | Main -> ExposureMode : Auto |
1055 | Main -> ExposureProgram : Aperture-priority AE |
1056 | Main -> ExposureTime : 1/50 |
1057 | Main -> FNumber : 1.4 |
1058 | Main -> FOV : 39.6 deg |
1059 | Main -> FileAccessDate : 2024:01:03 13:24:01+09:00 |
1060 | Main -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 |
1061 | Main -> FileModifyDate : 2024:01:02 16:22:08+09:00 |
1062 | Main -> FileName : DSCF9340_lr.jpg |
1063 | Main -> FilePermissions : -rwxrw-r-- |
1064 | Main -> FileSize : 27 MB |
1065 | Main -> FileSource : Digital Camera |
1066 | Main -> FileType : JPEG |
1067 | Main -> FileTypeExtension : jpg |
1068 | Main -> Flash : No Flash |
1069 | Main -> FocalLength : 33.0 mm |
1070 | Main -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) |
1071 | Main -> FocalLengthIn35mmFormat : 50 mm |
1072 | Main -> FocalPlaneResolutionUnit : cm |
1073 | Main -> FocalPlaneXResolution : 3303.855743 |
1074 | Main -> FocalPlaneYResolution : 3303.855743 |
1075 | Main -> Format : image/jpeg |
1076 | Main -> FujiRatingAlreadyApplied : True |
1077 | Main -> GPSAltitude : 31 m Below Sea Level |
1078 | Main -> GPSAltitude (1) : 31 m |
1079 | Main -> GPSAltitudeRef : Below Sea Level |
1080 | Main -> GPSDateStamp : 2023:12:06 |
1081 | Main -> GPSDateTime : 2023:12:06 16:38:14Z |
1082 | Main -> GPSLatitude : 25 deg 7' 1.11" N |
1083 | Main -> GPSLatitude (1) : 25 deg 7' 1.11" |
1084 | Main -> GPSLatitudeRef : North |
1085 | Main -> GPSLongitude : 55 deg 11' 40.21" E |
1086 | Main -> GPSLongitude (1) : 55 deg 11' 40.21" |
1087 | Main -> GPSLongitudeRef : East |
1088 | Main -> GPSMapDatum : WGS-84 |
1089 | Main -> GPSPosition : 25 deg 7 ' 1.11" N, 55 deg 11' 40.21" E |
1091 | Main -> GPSSpeedRef : km/h |
1092 | Main -> GPSTimeStamp : 16:38:14 |
1093 | Main -> GPSVersionID : 2.3.0.0 |
1094 | Main -> GrainAmount : 0 |
1096 | Main -> GreenMatrixColumn : 0.38515 0.71687 0.09708 |
1097 | Main -> GreenSaturation : 0 |
1098 | Main -> GreenTRC : SCALAR(0x23313f0) |
1099 | Main -> HasCrop : False |
1100 | Main -> HasSettings : True |
1101 | Main -> Highlights2012 : +23 |
1102 | Main -> HistoryAction : derived, saved |
1103 | Main -> HistoryChanged : / |
1104 | Main -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1105 | Main -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location |
1106 | Main -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1107 | Main -> HistoryWhen : 2024:01:02 16:22:07+09:00 |
1108 | Main -> HueAdjustmentAqua : 0 |
1109 | Main -> HueAdjustmentBlue : 0 |
1110 | Main -> HueAdjustmentGreen : 0 |
1111 | Main -> HueAdjustmentMagenta : 0 |
1112 | Main -> HueAdjustmentOrange : 0 |
1113 | Main -> HueAdjustmentPurple : 0 |
1114 | Main -> HueAdjustmentRed : 0 |
1115 | Main -> HueAdjustmentYellow : 0 |
1116 | Main -> HyperfocalDistance : 39.23 m |
1117 | Main -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
1119 | Main -> ImageHeight : 5152 |
1120 | Main -> ImageSize : 7728x5152 |
1121 | Main -> ImageWidth : 7728 |
1122 | Main -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1123 | Main -> LateralChromaticAberrationCorrectionAlreadyApplied : True |
1124 | Main -> Lens : XF33mmF1.4 R LM WR |
1125 | Main -> LensID : XF33mm F1.4 R LM WR |
1126 | Main -> LensInfo : 33mm f/1.4 |
1127 | Main -> LensInfo (1) : 33mm f/1.4 |
1128 | Main -> LensMake : FUJIFILM |
1129 | Main -> LensManualDistortionAmount : 0 |
1130 | Main -> LensModel : XF33mmF1.4 R LM WR |
1131 | Main -> LensModel (1) : XF33mmF1.4 R LM WR |
1132 | Main -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC |
1133 | Main -> LensProfileDistortionScale : 100 |
1134 | Main -> LensProfileEnable : 1 |
1135 | Main -> LensProfileIsEmbedded : True |
1136 | Main -> LensProfileName : Camera Settings |
1137 | Main -> LensProfileSetup : LensDefaults |
1138 | Main -> LensProfileVignettingScale : 100 |
1139 | Main -> LensSerialNumber : 3DA01450 |
1140 | Main -> LensSerialNumber (1) : 3DA01450 |
1141 | Main -> LightSource : Unknown |
1142 | Main -> LightValue : 3.6 |
1143 | Main -> Luminance : 76.03647 80 87.12462 |
1144 | Main -> LuminanceAdjustmentAqua : 0 |
1145 | Main -> LuminanceAdjustmentBlue : 0 |
1146 | Main -> LuminanceAdjustmentGreen : 0 |
1147 | Main -> LuminanceAdjustmentMagenta : 0 |
1148 | Main -> LuminanceAdjustmentOrange : 0 |
1149 | Main -> LuminanceAdjustmentPurple : 0 |
1150 | Main -> LuminanceAdjustmentRed : 0 |
1151 | Main -> LuminanceAdjustmentYellow : 0 |
1152 | Main -> LuminanceNoiseReductionContrast : 0 |
1153 | Main -> LuminanceNoiseReductionDetail : 50 |
1154 | Main -> LuminanceSmoothing : 5 |
1155 | Main -> MIMEType : image/jpeg |
1156 | Main -> Make : FUJIFILM |
1157 | Main -> MaxApertureValue : 1.4 |
1158 | Main -> MeasurementBacking : 0 0 0 |
1159 | Main -> MeasurementFlare : 0.999% |
1160 | Main -> MeasurementGeometry : Unknown |
1161 | Main -> MeasurementIlluminant : D65 |
1162 | Main -> MeasurementObserver : CIE 1931 |
1163 | Main -> MediaBlackPoint : 0 0 0 |
1164 | Main -> MediaWhitePoint : 0.95045 1 1.08905 |
1165 | Main -> Megapixels : 39.8 |
1166 | Main -> MetadataDate : 2024:01:02 16:22:07+09:00 |
1167 | Main -> MeteringMode : Multi-segment |
1169 | Main -> ModifyDate : 2024:01:02 16:22:07 |
1170 | Main -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 |
1171 | Main -> OffsetTime : +09:00 |
1172 | Main -> OffsetTimeDigitized : +04:00 |
1173 | Main -> OffsetTimeOriginal : +04:00 |
1174 | Main -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1175 | Main -> OverrideLookVignette : False |
1176 | Main -> ParametricDarks : 0 |
1177 | Main -> ParametricHighlightSplit : 75 |
1178 | Main -> ParametricHighlights : 0 |
1179 | Main -> ParametricLights : 0 |
1180 | Main -> ParametricMidtoneSplit : 50 |
1181 | Main -> ParametricShadowSplit : 25 |
1182 | Main -> ParametricShadows : 0 |
1183 | Main -> PerspectiveAspect : 0 |
1184 | Main -> PerspectiveHorizontal : 0 |
1185 | Main -> PerspectiveRotate : 0.0 |
1186 | Main -> PerspectiveScale : 100 |
1187 | Main -> PerspectiveUpright : Off |
1188 | Main -> PerspectiveVertical : 0 |
1189 | Main -> PerspectiveX : 0.00 |
1190 | Main -> PerspectiveY : 0.00 |
1191 | Main -> PhotoshopThumbnail : SCALAR(0x1b5c638) |
1192 | Main -> PostCropVignetteAmount : 0 |
1193 | Main -> PreservedFileName : DSCF9340.RAF |
1194 | Main -> PrimaryPlatform : Microsoft Corporation |
1195 | Main -> ProcessVersion : 11.0 |
1196 | Main -> ProfileCMMType : Linotronic |
1197 | Main -> ProfileClass : Display Device Profile |
1198 | Main -> ProfileConnectionSpace : XYZ |
1199 | Main -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company |
1200 | Main -> ProfileCreator : Hewlett-Packard |
1201 | Main -> ProfileDateTime : 1998:02:09 06:49:00 |
1202 | Main -> ProfileDescription : sRGB IEC61966-2.1 |
1203 | Main -> ProfileFileSignature : acsp |
1204 | Main -> ProfileID : 0 |
1205 | Main -> ProfileVersion : 2.1.0 |
1206 | Main -> Province-State : ドバイ首長国 |
1208 | Main -> RawFileName : DSCF9340.RAF |
1210 | Main -> RedMatrixColumn : 0.43607 0.22249 0.01392 |
1211 | Main -> RedSaturation : 0 |
1212 | Main -> RedTRC : SCALAR(0x2332858) |
1213 | Main -> RenderingIntent : Perceptual |
1214 | Main -> ResolutionUnit : inches |
1215 | Main -> ResolutionUnit (1) : inches |
1216 | Main -> Rights : MeltingRabbit |
1217 | Main -> Saturation : -7 |
1218 | Main -> SaturationAdjustmentAqua : 0 |
1219 | Main -> SaturationAdjustmentBlue : 0 |
1220 | Main -> SaturationAdjustmentGreen : 0 |
1221 | Main -> SaturationAdjustmentMagenta : 0 |
1222 | Main -> SaturationAdjustmentOrange : 0 |
1223 | Main -> SaturationAdjustmentPurple : 0 |
1224 | Main -> SaturationAdjustmentRed : 0 |
1225 | Main -> SaturationAdjustmentYellow : 0 |
1226 | Main -> ScaleFactor35efl : 1.5 |
1227 | Main -> SceneCaptureType : Standard |
1228 | Main -> SceneType : Directly photographed |
1229 | Main -> SensingMethod : One-chip color area |
1230 | Main -> SensitivityType : Standard Output Sensitivity |
1231 | Main -> SerialNumber : 2D011957 |
1232 | Main -> SerialNumber (1) : 2D011957 |
1233 | Main -> ShadowTint : 0 |
1234 | Main -> Shadows2012 : 0 |
1235 | Main -> SharpenDetail : 25 |
1236 | Main -> SharpenEdgeMasking : 5 |
1237 | Main -> SharpenRadius : +1.0 |
1238 | Main -> Sharpness : Normal |
1239 | Main -> Sharpness (1) : 40 |
1240 | Main -> ShutterSpeed : 1/50 |
1241 | Main -> ShutterSpeedValue : 1/50 |
1242 | Main -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1243 | Main -> SplitToningBalance : 0 |
1244 | Main -> SplitToningHighlightHue : 0 |
1245 | Main -> SplitToningHighlightSaturation : 0 |
1246 | Main -> SplitToningShadowHue : 0 |
1247 | Main -> SplitToningShadowSaturation : 0 |
1248 | Main -> State : ドバイ首長国 |
1249 | Main -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 |
1250 | Main -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 |
1251 | Main -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 |
1252 | Main -> SubjectDistanceRange : Unknown |
1253 | Main -> Technology : Cathode Ray Tube Display |
1255 | Main -> ThumbnailImage : SCALAR(0x1aa7630) |
1256 | Main -> ThumbnailLength : 15104 |
1257 | Main -> ThumbnailOffset : 1360 |
1258 | Main -> TimeCreated : 20:38:18+04:00 |
1260 | Main -> ToneCurveName2012 : Linear |
1261 | Main -> ToneCurvePV2012 : 0, 0, 255, 255 |
1262 | Main -> ToneCurvePV2012Blue : 0, 0, 255, 255 |
1263 | Main -> ToneCurvePV2012Green : 0, 0, 255, 255 |
1264 | Main -> ToneCurvePV2012Red : 0, 0, 255, 255 |
1265 | Main -> Version : 15.3 |
1266 | Main -> Vibrance : -3 |
1267 | Main -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 |
1268 | Main -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 |
1269 | Main -> ViewingCondIlluminantType : D50 |
1270 | Main -> ViewingCondSurround : 3.92889 4.07439 3.36179 |
1271 | Main -> VignetteAmount : 0 |
1272 | Main -> VignetteCorrectionAlreadyApplied : True |
1273 | Main -> WhiteBalance : Auto |
1274 | Main -> WhiteBalance (1) : As Shot |
1275 | Main -> Whites2012 : -8 |
1276 | Main -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 |
1277 | Main -> XResolution : 240 |
1278 | Main -> XResolution (1) : 72 |
1279 | Main -> XResolution (2) : 240 |
1280 | Main -> YCbCrSubSampling : YCbCr4:4:4 (1 1) |
1281 | Main -> YResolution : 240 |
1282 | Main -> YResolution (1) : 72 |
1283 | Main -> YResolution (2) : 240 |
1284 | Other -> ApplicationRecordVersion : 4 |
1285 | Other -> CodedCharacterSet : UTF8 |
1286 | Other -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1287 | Other -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1288 | Other -> Directory : . |
1289 | Other -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1290 | Other -> FileName : DSCF9340_lr.jpg |
1291 | Other -> FilePermissions : -rwxrw-r-- |
1292 | Other -> FileSize : 27 MB |
1293 | Other -> FileType : JPEG |
1294 | Other -> FileTypeExtension : jpg |
1295 | Other -> HistoryAction : derived, saved |
1296 | Other -> HistoryChanged : / |
1297 | Other -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1298 | Other -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location |
1299 | Other -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1300 | Other -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1301 | Other -> MIMEType : image/jpeg |
1302 | Other -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1303 | Other -> PreservedFileName : DSCF9340.RAF |
1304 | Photoshop -> DisplayedUnitsX : inches |
1305 | Photoshop -> DisplayedUnitsY : inches |
1306 | Photoshop -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 |
1307 | Photoshop -> PhotoshopThumbnail : SCALAR(0x1b5c638) |
1308 | Photoshop -> XResolution (2) : 240 |
1309 | Photoshop -> YResolution (2) : 240 |
1310 | Preview -> PhotoshopThumbnail : SCALAR(0x1b5c638) |
1311 | Preview -> ThumbnailImage : SCALAR(0x1aa7630) |
1312 | System -> Directory : . |
1313 | System -> FileAccessDate : 2024:01:03 13:24:01+09:00 |
1314 | System -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 |
1315 | System -> FileModifyDate : 2024:01:02 16:22:08+09:00 |
1316 | System -> FileName : DSCF9340_lr.jpg |
1317 | System -> FilePermissions : -rwxrw-r-- |
1318 | System -> FileSize : 27 MB |
1319 | Time -> CreateDate : 2023:12:06 20:38:18 |
1320 | Time -> CreateDate (1) : 2023:12:06 20:38:18+04:00 |
1321 | Time -> DateCreated : 2023:12:06 20:38:18+04:00 |
1322 | Time -> DateCreated (1) : 2023:12:06 |
1323 | Time -> DateTimeCreated : 2023:12:06 20:38:18+04:00 |
1324 | Time -> DateTimeOriginal : 2023:12:06 20:38:18 |
1325 | Time -> DigitalCreationDate : 2023:12:06 |
1326 | Time -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 |
1327 | Time -> DigitalCreationTime : 20:38:18+04:00 |
1328 | Time -> FileAccessDate : 2024:01:03 13:24:01+09:00 |
1329 | Time -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 |
1330 | Time -> FileModifyDate : 2024:01:02 16:22:08+09:00 |
1331 | Time -> GPSDateStamp : 2023:12:06 |
1332 | Time -> GPSDateTime : 2023:12:06 16:38:14Z |
1333 | Time -> GPSTimeStamp : 16:38:14 |
1334 | Time -> HistoryWhen : 2024:01:02 16:22:07+09:00 |
1335 | Time -> MetadataDate : 2024:01:02 16:22:07+09:00 |
1336 | Time -> ModifyDate : 2024:01:02 16:22:07 |
1337 | Time -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 |
1338 | Time -> OffsetTime : +09:00 |
1339 | Time -> OffsetTimeDigitized : +04:00 |
1340 | Time -> OffsetTimeOriginal : +04:00 |
1341 | Time -> ProfileDateTime : 1998:02:09 06:49:00 |
1342 | Time -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 |
1343 | Time -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 |
1344 | Time -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 |
1345 | Time -> TimeCreated : 20:38:18+04:00 |
1346 | XMP -> AlreadyApplied : True |
1347 | XMP -> AutoLateralCA : 1 |
1348 | XMP -> Blacks2012 : -16 |
1350 | XMP -> BlueSaturation : 0 |
1351 | XMP -> CameraProfile : Camera Pro Neg Hi |
1352 | XMP -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 |
1353 | XMP -> CameraProfilesApertureValue : 0.970854 |
1354 | XMP -> CameraProfilesAuthor : Adobe |
1355 | XMP -> CameraProfilesAutoScale : False |
1356 | XMP -> CameraProfilesCameraPrettyName : Fujifilm X-T5 |
1357 | XMP -> CameraProfilesCameraRawProfile : True |
1358 | XMP -> CameraProfilesFocalLength : 33 |
1359 | XMP -> CameraProfilesFocusDistance : 10000 |
1360 | XMP -> CameraProfilesLens : XF33mmF1.4 R LM WR |
1361 | XMP -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR |
1362 | XMP -> CameraProfilesMake : FUJIFILM |
1363 | XMP -> CameraProfilesModel : X-T5 |
1364 | XMP -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 |
1365 | XMP -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 |
1366 | XMP -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 |
1367 | XMP -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 |
1368 | XMP -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 |
1369 | XMP -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 |
1370 | XMP -> CameraProfilesPerspectiveModelVersion : 2 |
1371 | XMP -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 |
1372 | XMP -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 |
1373 | XMP -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 |
1374 | XMP -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 |
1375 | XMP -> CameraProfilesProfileName : Camera Settings |
1376 | XMP -> CameraProfilesSensorFormatFactor : 1.539063 |
1377 | XMP -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 |
1379 | XMP -> Clarity2012 : +16 |
1380 | XMP -> ColorGradeBlending : 50 |
1381 | XMP -> ColorGradeGlobalHue : 0 |
1382 | XMP -> ColorGradeGlobalLum : 0 |
1383 | XMP -> ColorGradeGlobalSat : 0 |
1384 | XMP -> ColorGradeHighlightLum : 0 |
1385 | XMP -> ColorGradeMidtoneHue : 0 |
1386 | XMP -> ColorGradeMidtoneLum : 0 |
1387 | XMP -> ColorGradeMidtoneSat : 0 |
1388 | XMP -> ColorGradeShadowLum : 0 |
1389 | XMP -> ColorNoiseReduction : 8 |
1390 | XMP -> ColorNoiseReductionDetail : 50 |
1391 | XMP -> ColorNoiseReductionSmoothness : 50 |
1392 | XMP -> ColorTemperature : 3050 |
1393 | XMP -> Contrast2012 : +25 |
1394 | XMP -> ConvertToGrayscale : False |
1395 | XMP -> Country : アラブ首長国連邦 |
1396 | XMP -> CountryCode : AE |
1397 | XMP -> CreateDate (1) : 2023:12:06 20:38:18+04:00 |
1398 | XMP -> Creator : MeltingRabbit |
1399 | XMP -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1401 | XMP -> CropBottom : 1 |
1402 | XMP -> CropConstrainToWarp : 0 |
1406 | XMP -> DateCreated : 2023:12:06 20:38:18+04:00 |
1407 | XMP -> DefringeGreenAmount : 0 |
1408 | XMP -> DefringeGreenHueHi : 60 |
1409 | XMP -> DefringeGreenHueLo : 40 |
1410 | XMP -> DefringePurpleAmount : 0 |
1411 | XMP -> DefringePurpleHueHi : 70 |
1412 | XMP -> DefringePurpleHueLo : 30 |
1414 | XMP -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1415 | XMP -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1416 | XMP -> DistortionCorrectionAlreadyApplied : True |
1417 | XMP -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1418 | XMP -> Exposure2012 : +0.70 |
1419 | XMP -> Format : image/jpeg |
1420 | XMP -> FujiRatingAlreadyApplied : True |
1421 | XMP -> GrainAmount : 0 |
1423 | XMP -> GreenSaturation : 0 |
1424 | XMP -> HasCrop : False |
1425 | XMP -> HasSettings : True |
1426 | XMP -> Highlights2012 : +23 |
1427 | XMP -> HistoryAction : derived, saved |
1428 | XMP -> HistoryChanged : / |
1429 | XMP -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1430 | XMP -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location |
1431 | XMP -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1432 | XMP -> HistoryWhen : 2024:01:02 16:22:07+09:00 |
1433 | XMP -> HueAdjustmentAqua : 0 |
1434 | XMP -> HueAdjustmentBlue : 0 |
1435 | XMP -> HueAdjustmentGreen : 0 |
1436 | XMP -> HueAdjustmentMagenta : 0 |
1437 | XMP -> HueAdjustmentOrange : 0 |
1438 | XMP -> HueAdjustmentPurple : 0 |
1439 | XMP -> HueAdjustmentRed : 0 |
1440 | XMP -> HueAdjustmentYellow : 0 |
1441 | XMP -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1442 | XMP -> LateralChromaticAberrationCorrectionAlreadyApplied : True |
1443 | XMP -> Lens : XF33mmF1.4 R LM WR |
1444 | XMP -> LensInfo (1) : 33mm f/1.4 |
1445 | XMP -> LensManualDistortionAmount : 0 |
1446 | XMP -> LensModel (1) : XF33mmF1.4 R LM WR |
1447 | XMP -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC |
1448 | XMP -> LensProfileDistortionScale : 100 |
1449 | XMP -> LensProfileEnable : 1 |
1450 | XMP -> LensProfileIsEmbedded : True |
1451 | XMP -> LensProfileName : Camera Settings |
1452 | XMP -> LensProfileSetup : LensDefaults |
1453 | XMP -> LensProfileVignettingScale : 100 |
1454 | XMP -> LensSerialNumber (1) : 3DA01450 |
1455 | XMP -> LuminanceAdjustmentAqua : 0 |
1456 | XMP -> LuminanceAdjustmentBlue : 0 |
1457 | XMP -> LuminanceAdjustmentGreen : 0 |
1458 | XMP -> LuminanceAdjustmentMagenta : 0 |
1459 | XMP -> LuminanceAdjustmentOrange : 0 |
1460 | XMP -> LuminanceAdjustmentPurple : 0 |
1461 | XMP -> LuminanceAdjustmentRed : 0 |
1462 | XMP -> LuminanceAdjustmentYellow : 0 |
1463 | XMP -> LuminanceNoiseReductionContrast : 0 |
1464 | XMP -> LuminanceNoiseReductionDetail : 50 |
1465 | XMP -> LuminanceSmoothing : 5 |
1466 | XMP -> MetadataDate : 2024:01:02 16:22:07+09:00 |
1467 | XMP -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 |
1468 | XMP -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1469 | XMP -> OverrideLookVignette : False |
1470 | XMP -> ParametricDarks : 0 |
1471 | XMP -> ParametricHighlightSplit : 75 |
1472 | XMP -> ParametricHighlights : 0 |
1473 | XMP -> ParametricLights : 0 |
1474 | XMP -> ParametricMidtoneSplit : 50 |
1475 | XMP -> ParametricShadowSplit : 25 |
1476 | XMP -> ParametricShadows : 0 |
1477 | XMP -> PerspectiveAspect : 0 |
1478 | XMP -> PerspectiveHorizontal : 0 |
1479 | XMP -> PerspectiveRotate : 0.0 |
1480 | XMP -> PerspectiveScale : 100 |
1481 | XMP -> PerspectiveUpright : Off |
1482 | XMP -> PerspectiveVertical : 0 |
1483 | XMP -> PerspectiveX : 0.00 |
1484 | XMP -> PerspectiveY : 0.00 |
1485 | XMP -> PostCropVignetteAmount : 0 |
1486 | XMP -> PreservedFileName : DSCF9340.RAF |
1487 | XMP -> ProcessVersion : 11.0 |
1489 | XMP -> RawFileName : DSCF9340.RAF |
1491 | XMP -> RedSaturation : 0 |
1492 | XMP -> Rights : MeltingRabbit |
1493 | XMP -> Saturation : -7 |
1494 | XMP -> SaturationAdjustmentAqua : 0 |
1495 | XMP -> SaturationAdjustmentBlue : 0 |
1496 | XMP -> SaturationAdjustmentGreen : 0 |
1497 | XMP -> SaturationAdjustmentMagenta : 0 |
1498 | XMP -> SaturationAdjustmentOrange : 0 |
1499 | XMP -> SaturationAdjustmentPurple : 0 |
1500 | XMP -> SaturationAdjustmentRed : 0 |
1501 | XMP -> SaturationAdjustmentYellow : 0 |
1502 | XMP -> SerialNumber (1) : 2D011957 |
1503 | XMP -> ShadowTint : 0 |
1504 | XMP -> Shadows2012 : 0 |
1505 | XMP -> SharpenDetail : 25 |
1506 | XMP -> SharpenEdgeMasking : 5 |
1507 | XMP -> SharpenRadius : +1.0 |
1508 | XMP -> Sharpness (1) : 40 |
1509 | XMP -> SplitToningBalance : 0 |
1510 | XMP -> SplitToningHighlightHue : 0 |
1511 | XMP -> SplitToningHighlightSaturation : 0 |
1512 | XMP -> SplitToningShadowHue : 0 |
1513 | XMP -> SplitToningShadowSaturation : 0 |
1514 | XMP -> State : ドバイ首長国 |
1517 | XMP -> ToneCurveName2012 : Linear |
1518 | XMP -> ToneCurvePV2012 : 0, 0, 255, 255 |
1519 | XMP -> ToneCurvePV2012Blue : 0, 0, 255, 255 |
1520 | XMP -> ToneCurvePV2012Green : 0, 0, 255, 255 |
1521 | XMP -> ToneCurvePV2012Red : 0, 0, 255, 255 |
1522 | XMP -> Version : 15.3 |
1524 | XMP -> VignetteAmount : 0 |
1525 | XMP -> VignetteCorrectionAlreadyApplied : True |
1526 | XMP -> WhiteBalance (1) : As Shot |
1527 | XMP -> Whites2012 : -8 |
1528 | XMP -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 |
1529 | XMP-aux -> DistortionCorrectionAlreadyApplied : True |
1530 | XMP-aux -> FujiRatingAlreadyApplied : True |
1531 | XMP-aux -> LateralChromaticAberrationCorrectionAlreadyApplied : True |
1532 | XMP-aux -> Lens : XF33mmF1.4 R LM WR |
1533 | XMP-aux -> LensInfo (1) : 33mm f/1.4 |
1534 | XMP-aux -> LensSerialNumber (1) : 3DA01450 |
1535 | XMP-aux -> SerialNumber (1) : 2D011957 |
1536 | XMP-aux -> VignetteCorrectionAlreadyApplied : True |
1537 | XMP-crs -> AlreadyApplied : True |
1538 | XMP-crs -> AutoLateralCA : 1 |
1539 | XMP-crs -> Blacks2012 : -16 |
1540 | XMP-crs -> BlueHue : 0 |
1541 | XMP-crs -> BlueSaturation : 0 |
1542 | XMP-crs -> CameraProfile : Camera Pro Neg Hi |
1543 | XMP-crs -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 |
1544 | XMP-crs -> Clarity2012 : +16 |
1545 | XMP-crs -> ColorGradeBlending : 50 |
1546 | XMP-crs -> ColorGradeGlobalHue : 0 |
1547 | XMP-crs -> ColorGradeGlobalLum : 0 |
1548 | XMP-crs -> ColorGradeGlobalSat : 0 |
1549 | XMP-crs -> ColorGradeHighlightLum : 0 |
1550 | XMP-crs -> ColorGradeMidtoneHue : 0 |
1551 | XMP-crs -> ColorGradeMidtoneLum : 0 |
1552 | XMP-crs -> ColorGradeMidtoneSat : 0 |
1553 | XMP-crs -> ColorGradeShadowLum : 0 |
1554 | XMP-crs -> ColorNoiseReduction : 8 |
1555 | XMP-crs -> ColorNoiseReductionDetail : 50 |
1556 | XMP-crs -> ColorNoiseReductionSmoothness : 50 |
1557 | XMP-crs -> ColorTemperature : 3050 |
1558 | XMP-crs -> Contrast2012 : +25 |
1559 | XMP-crs -> ConvertToGrayscale : False |
1560 | XMP-crs -> CropAngle : 0 |
1561 | XMP-crs -> CropBottom : 1 |
1562 | XMP-crs -> CropConstrainToWarp : 0 |
1563 | XMP-crs -> CropLeft : 0 |
1564 | XMP-crs -> CropRight : 1 |
1565 | XMP-crs -> CropTop : 0 |
1566 | XMP-crs -> DefringeGreenAmount : 0 |
1567 | XMP-crs -> DefringeGreenHueHi : 60 |
1568 | XMP-crs -> DefringeGreenHueLo : 40 |
1569 | XMP-crs -> DefringePurpleAmount : 0 |
1570 | XMP-crs -> DefringePurpleHueHi : 70 |
1571 | XMP-crs -> DefringePurpleHueLo : 30 |
1572 | XMP-crs -> Dehaze : 0 |
1573 | XMP-crs -> Exposure2012 : +0.70 |
1574 | XMP-crs -> GrainAmount : 0 |
1575 | XMP-crs -> GreenHue : 0 |
1576 | XMP-crs -> GreenSaturation : 0 |
1577 | XMP-crs -> HasCrop : False |
1578 | XMP-crs -> HasSettings : True |
1579 | XMP-crs -> Highlights2012 : +23 |
1580 | XMP-crs -> HueAdjustmentAqua : 0 |
1581 | XMP-crs -> HueAdjustmentBlue : 0 |
1582 | XMP-crs -> HueAdjustmentGreen : 0 |
1583 | XMP-crs -> HueAdjustmentMagenta : 0 |
1584 | XMP-crs -> HueAdjustmentOrange : 0 |
1585 | XMP-crs -> HueAdjustmentPurple : 0 |
1586 | XMP-crs -> HueAdjustmentRed : 0 |
1587 | XMP-crs -> HueAdjustmentYellow : 0 |
1588 | XMP-crs -> LensManualDistortionAmount : 0 |
1589 | XMP-crs -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC |
1590 | XMP-crs -> LensProfileDistortionScale : 100 |
1591 | XMP-crs -> LensProfileEnable : 1 |
1592 | XMP-crs -> LensProfileIsEmbedded : True |
1593 | XMP-crs -> LensProfileName : Camera Settings |
1594 | XMP-crs -> LensProfileSetup : LensDefaults |
1595 | XMP-crs -> LensProfileVignettingScale : 100 |
1596 | XMP-crs -> LuminanceAdjustmentAqua : 0 |
1597 | XMP-crs -> LuminanceAdjustmentBlue : 0 |
1598 | XMP-crs -> LuminanceAdjustmentGreen : 0 |
1599 | XMP-crs -> LuminanceAdjustmentMagenta : 0 |
1600 | XMP-crs -> LuminanceAdjustmentOrange : 0 |
1601 | XMP-crs -> LuminanceAdjustmentPurple : 0 |
1602 | XMP-crs -> LuminanceAdjustmentRed : 0 |
1603 | XMP-crs -> LuminanceAdjustmentYellow : 0 |
1604 | XMP-crs -> LuminanceNoiseReductionContrast : 0 |
1605 | XMP-crs -> LuminanceNoiseReductionDetail : 50 |
1606 | XMP-crs -> LuminanceSmoothing : 5 |
1607 | XMP-crs -> OverrideLookVignette : False |
1608 | XMP-crs -> ParametricDarks : 0 |
1609 | XMP-crs -> ParametricHighlightSplit : 75 |
1610 | XMP-crs -> ParametricHighlights : 0 |
1611 | XMP-crs -> ParametricLights : 0 |
1612 | XMP-crs -> ParametricMidtoneSplit : 50 |
1613 | XMP-crs -> ParametricShadowSplit : 25 |
1614 | XMP-crs -> ParametricShadows : 0 |
1615 | XMP-crs -> PerspectiveAspect : 0 |
1616 | XMP-crs -> PerspectiveHorizontal : 0 |
1617 | XMP-crs -> PerspectiveRotate : 0.0 |
1618 | XMP-crs -> PerspectiveScale : 100 |
1619 | XMP-crs -> PerspectiveUpright : Off |
1620 | XMP-crs -> PerspectiveVertical : 0 |
1621 | XMP-crs -> PerspectiveX : 0.00 |
1622 | XMP-crs -> PerspectiveY : 0.00 |
1623 | XMP-crs -> PostCropVignetteAmount : 0 |
1624 | XMP-crs -> ProcessVersion : 11.0 |
1625 | XMP-crs -> RawFileName : DSCF9340.RAF |
1626 | XMP-crs -> RedHue : 0 |
1627 | XMP-crs -> RedSaturation : 0 |
1628 | XMP-crs -> Saturation : -7 |
1629 | XMP-crs -> SaturationAdjustmentAqua : 0 |
1630 | XMP-crs -> SaturationAdjustmentBlue : 0 |
1631 | XMP-crs -> SaturationAdjustmentGreen : 0 |
1632 | XMP-crs -> SaturationAdjustmentMagenta : 0 |
1633 | XMP-crs -> SaturationAdjustmentOrange : 0 |
1634 | XMP-crs -> SaturationAdjustmentPurple : 0 |
1635 | XMP-crs -> SaturationAdjustmentRed : 0 |
1636 | XMP-crs -> SaturationAdjustmentYellow : 0 |
1637 | XMP-crs -> ShadowTint : 0 |
1638 | XMP-crs -> Shadows2012 : 0 |
1639 | XMP-crs -> SharpenDetail : 25 |
1640 | XMP-crs -> SharpenEdgeMasking : 5 |
1641 | XMP-crs -> SharpenRadius : +1.0 |
1642 | XMP-crs -> Sharpness (1) : 40 |
1643 | XMP-crs -> SplitToningBalance : 0 |
1644 | XMP-crs -> SplitToningHighlightHue : 0 |
1645 | XMP-crs -> SplitToningHighlightSaturation : 0 |
1646 | XMP-crs -> SplitToningShadowHue : 0 |
1647 | XMP-crs -> SplitToningShadowSaturation : 0 |
1648 | XMP-crs -> Texture : 0 |
1650 | XMP-crs -> ToneCurveName2012 : Linear |
1651 | XMP-crs -> ToneCurvePV2012 : 0, 0, 255, 255 |
1652 | XMP-crs -> ToneCurvePV2012Blue : 0, 0, 255, 255 |
1653 | XMP-crs -> ToneCurvePV2012Green : 0, 0, 255, 255 |
1654 | XMP-crs -> ToneCurvePV2012Red : 0, 0, 255, 255 |
1655 | XMP-crs -> Version : 15.3 |
1656 | XMP-crs -> Vibrance : -3 |
1657 | XMP-crs -> VignetteAmount : 0 |
1658 | XMP-crs -> WhiteBalance (1) : As Shot |
1659 | XMP-crs -> Whites2012 : -8 |
1660 | XMP- dc -> Creator : MeltingRabbit |
1661 | XMP- dc -> Format : image/jpeg |
1662 | XMP- dc -> Rights : MeltingRabbit |
1663 | XMP-exifEX -> LensModel (1) : XF33mmF1.4 R LM WR |
1664 | XMP-iptcCore -> CountryCode : AE |
1665 | XMP-photoshop -> CameraProfilesApertureValue : 0.970854 |
1666 | XMP-photoshop -> CameraProfilesAuthor : Adobe |
1667 | XMP-photoshop -> CameraProfilesAutoScale : False |
1668 | XMP-photoshop -> CameraProfilesCameraPrettyName : Fujifilm X-T5 |
1669 | XMP-photoshop -> CameraProfilesCameraRawProfile : True |
1670 | XMP-photoshop -> CameraProfilesFocalLength : 33 |
1671 | XMP-photoshop -> CameraProfilesFocusDistance : 10000 |
1672 | XMP-photoshop -> CameraProfilesLens : XF33mmF1.4 R LM WR |
1673 | XMP-photoshop -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR |
1674 | XMP-photoshop -> CameraProfilesMake : FUJIFILM |
1675 | XMP-photoshop -> CameraProfilesModel : X-T5 |
1676 | XMP-photoshop -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 |
1677 | XMP-photoshop -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 |
1678 | XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 |
1679 | XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 |
1680 | XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 |
1681 | XMP-photoshop -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 |
1682 | XMP-photoshop -> CameraProfilesPerspectiveModelVersion : 2 |
1683 | XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 |
1684 | XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 |
1685 | XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 |
1686 | XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 |
1687 | XMP-photoshop -> CameraProfilesProfileName : Camera Settings |
1688 | XMP-photoshop -> CameraProfilesSensorFormatFactor : 1.539063 |
1689 | XMP-photoshop -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 |
1690 | XMP-photoshop -> City : ドバイ |
1691 | XMP-photoshop -> Country : アラブ首長国連邦 |
1692 | XMP-photoshop -> DateCreated : 2023:12:06 20:38:18+04:00 |
1693 | XMP-photoshop -> State : ドバイ首長国 |
1694 | XMP-x -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 |
1695 | XMP-xmp -> CreateDate (1) : 2023:12:06 20:38:18+04:00 |
1696 | XMP-xmp -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1697 | XMP-xmp -> MetadataDate : 2024:01:02 16:22:07+09:00 |
1698 | XMP-xmp -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 |
1699 | XMP-xmp -> Rating : 3 |
1700 | XMP-xmpMM -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1701 | XMP-xmpMM -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1702 | XMP-xmpMM -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1703 | XMP-xmpMM -> HistoryAction : derived, saved |
1704 | XMP-xmpMM -> HistoryChanged : / |
1705 | XMP-xmpMM -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1706 | XMP-xmpMM -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location |
1707 | XMP-xmpMM -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) |
1708 | XMP-xmpMM -> HistoryWhen : 2024:01:02 16:22:07+09:00 |
1709 | XMP-xmpMM -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc |
1710 | XMP-xmpMM -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 |
1711 | XMP-xmpMM -> PreservedFileName : DSCF9340.RAF |
関連記事