CONTENTS

Exif のフィルムシミュレーション情報を探してFUJIFILM の撮って出しと Adobe Lightroom Classic での現像 JPEG の Exif概要FUJIFILM の撮って出し or ボディ内現像Adobe Lightroom Classic での現像Exif 取得スクリプトと, Exif Tag Groups ごとの値概要Exif 取得スクリプト撮って出しの Exif Tag Groups ごとの値Adobe Lightroom Classic 現像の Exif Tag Groups ごとの値関連記事

MENU

溶けかけてるうさぎ HP GALLERY BLOG TOP RECENT ARTICLES POPULAR ARTICLES ABOUT THIS BLOG

CATEGORY

大学 (142) 仕事 (23) 航空宇宙 (108) 写真 (79) 旅行 (33) 飯・酒 (20) コンピュータ (122) その他 (46)

TAG

ARCHIVE

RECENT

【駅メモ!】6000 駅達成! 【Archive】『衛星スタートアップの FOSS4G 初参加の記録』 @FOSS4G Belem & Asia アフタートーク 【Archive】『衛星データ利用の方々にとって近いようで触れる機会のなさそうな小話』 @日本衛星データコミニティ勉強会 【写真】今年の写真活動振り返り 2024 全球地形タイルを生成しようとしたら膨大な処理時間と様々な学びが得られた話

【写真】FUJIFILM のカメラで撮影した写真の Exif(主にフィルムシミュレーション)

事象発生日:2024-01-03

記事公開日:2024-01-03

アクセス数:1743

去年の写真の振り返りをしていたとき,昔自作したツールで写真を整理していました.

富士フイルム (FUJIFILM) のカメラで撮影した写真の中で,比較的新しいフィルムシミュレーションのメタデータが取得できずに困っていたので,久しぶりに Exif を細かく見ていました.

その時の備忘録です.

Exif のフィルムシミュレーション情報を探して

過去作成した自作したツールで,手元の画像(FUJIFILM の撮って出し or ボディ内現像 JPEG)からフィルムシミュレーション情報を抜き出していました.

すると,最近のフィルムシミュレーションでは値が取れないことがわかりました.

 

フィルムシミュレーションは,TAG ID0x1401 にあることはこれまでの経験でわかっていたので,フィルムシミュレーションが既知の画像をつかって,こういうテーブルを作成し,画像を整理していました.

10x700: Eterna
20x800: Classic Neg
30x900: Bleach Bypass
40xa00: Nostalgic Neg
フィルムシミュレーションの Exif 上の値の対応表

その他のメタデータも取得したいなぁとインターネットを漁っていると,

ExifTool Forum: FujiFilm X Series Color Chrome FX Blue

というフォーラムでの議論を見つけました.

 

なるほどね,こうやって有志が様々なメーカーのデータを解析し,ExifTool を更新しているのかぁ.などと思っていたら,そういえば自作ツールで参照している ExifTool のバージョンが 10.40 と,latest である 12.70 からだいぶ古いことに気づきました.

 

ということで ExifTool を更新すると,難なく上記のフィルムシミュレーションの値も普通に取得できました.

 

ツールをビルド中に, ExifTool のソースコードを眺めていました.

すると下で示すように,フィルムシミュレーションは FilmMode として定義されていました.

なるほど,カメラ本体で確認できるようなパラメタはすべて定義されていますね.ありがたい.

たとえば ここ (FacePositions) などをみると,顔検出で検出したすべての顔(の範囲)の座標が配列で格納されいてる,ということもわかりますね.

010x1401 => { #2 (this doesn't seem to work for the X100 - PH)
02    Name => 'FilmMode',
03    Writable => 'int16u',
04    PrintHex => 1,
05    PrintConv => {
06        0x000 => 'F0/Standard (Provia)', # X-Pro2 "Provia/Standard"
07        0x100 => 'F1/Studio Portrait',
08        0x110 => 'F1a/Studio Portrait Enhanced Saturation',
09        0x120 => 'F1b/Studio Portrait Smooth Skin Tone (Astia)', # X-Pro2 "Astia/Soft"
10        0x130 => 'F1c/Studio Portrait Increased Sharpness',
11        0x200 => 'F2/Fujichrome (Velvia)', # X-Pro2 "Velvia/Vivid"
12        0x300 => 'F3/Studio Portrait Ex',
13        0x400 => 'F4/Velvia',
14        0x500 => 'Pro Neg. Std', #PH (X-Pro1)
15        0x501 => 'Pro Neg. Hi', #PH (X-Pro1)
16        0x600 => 'Classic Chrome', #forum6109
17        0x700 => 'Eterna', #12
18        0x800 => 'Classic Negative', #forum10536
19        0x900 => 'Bleach Bypass', #forum10890
20        0xa00 => 'Nostalgic Neg', #forum12085
21        0xb00 => 'Reala ACE', #forum15190
22    },
23},
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 です.

DSCF5465
X-T5, XF10-24mmF4 R OIS WR, 10mm, 1/1100, F4.0, ISO 125, EV0, Velvia
001AF-CPriority                   : Release
002AF-CSetting                    : Set 1 (multi-purpose)
003AF-CSpeedTrackingSensitivity   : 0
004AF-CTrackingSensitivity        : 2
005AF-CZoneAreaSwitching          : Auto
006AF-SPriority                   : Release
007AFAreaMode                     : Single Point
008AFAreaPointSize                : 4
009AFAreaZoneSize                 : n/a
010AFMode                         : Single Point
011Aperture                       : 4.0
012ApertureValue                  : 4.0
013Artist                         : MeltingRabbit
014Artist (1)                     : MeltingRabbit
015AutoBracketing                 : Off
016BitsPerSample                  : 8
017BlurWarning                    : None
018BrightnessValue                : 9.4
019CameraElevationAngle           : -4.1
020CircleOfConfusion              : 0.020 mm
021Clarity                        : 2
022ColorChromeEffect              : Off
023ColorChromeFXBlue              : Strong
024ColorComponents                : 3
025ColorSpace                     : sRGB
026ComponentsConfiguration        : Y, Cb, Cr, -
027CompositeImage                 : Not a Composite Image
028CompressedBitsPerPixel         : 4.8
029Compression                    : JPEG (old-style)
030Contrast                       : Normal
031Copyright                      : MeltingRabbit
032CreateDate                     : 2023:06:03 14:22:04
033CropMode                       : n/a
034CustomRendered                 : Normal
035DateTimeOriginal               : 2023:06:03 14:22:04
036DevelopmentDynamicRange        : 100
037Directory                      : .
038DriveMode                      : Single
039DriveSpeed                     : n/a
040DynamicRange                   : Standard
041DynamicRangeSetting            : Manual
042EncodingProcess                : Baseline DCT, Huffman coding
043ExifByteOrder                  : Little-endian (Intel, II)
044ExifImageHeight                : 5152
045ExifImageWidth                 : 7728
046ExifToolVersion                : 12.70
047ExifVersion                    : 0232
048ExposureCompensation           : 0
049ExposureCount                  : 1
050ExposureMode                   : Auto
051ExposureProgram                : Aperture-priority AE
052ExposureTime                   : 1/1100
053ExposureWarning                : Good
054FNumber                        : 4.0
055FOV                            : 100.4 deg
056FacesDetected                  : 0
057FileAccessDate                 : 2024:01:03 01:08:43+09:00
058FileInodeChangeDate            : 2024:01:03 01:08:43+09:00
059FileModifyDate                 : 2023:06:04 19:32:30+09:00
060FileName                       : DSCF5465.JPG
061FilePermissions                : -rwxrw-r--
062FileSize                       : 24 MB
063FileSource                     : Digital Camera
064FileType                       : JPEG
065FileTypeExtension              : jpg
066FilmMode                       : F2/Fujichrome (Velvia)
067Flash                          : No Flash
068FlashExposureComp              : 0
069FlashpixVersion                : 0100
070FlickerReduction               : Off (0x0003)
071FocalLength                    : 10.0 mm
072FocalLength35efl               : 10.0 mm (35 mm equivalent: 15.0 mm)
073FocalLengthIn35mmFormat        : 15 mm
074FocalPlaneResolutionUnit       : cm
075FocalPlaneXResolution          : 3289
076FocalPlaneYResolution          : 3289
077FocusMode                      : Auto
078FocusMode2                     : AF-S
079FocusPixel                     : 3863 3114
080FocusWarning                   : Good
081FujiFlashMode                  : Not Attached
082FujiModel                      : X-T5_0100
083FujiModel2                     : X-T5_0100
084GPSAltitude                    : 1577 m Above Sea Level
085GPSAltitude (1)                : 1577 m
086GPSAltitudeRef                 : Above Sea Level
087GPSDateStamp                   : 2023:06:03
088GPSDateTime                    : 2023:06:03 05:22:03Z
089GPSLatitude                    : 35 deg 22' 24.64" N
090GPSLatitude (1)                : 35 deg 22' 24.64"
091GPSLatitudeRef                 : North
092GPSLongitude                   : 133 deg 32' 4.97" E
093GPSLongitude (1)               : 133 deg 32' 4.97"
094GPSLongitudeRef                : East
095GPSMapDatum                    : WGS-84
096GPSPosition                    : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E
097GPSSpeed                       : 680
098GPSSpeedRef                    : km/h
099GPSTimeStamp                   : 05:22:03
100GPSVersionID                   : 2.3.0.0
101GrainEffectRoughness           : Off
102GrainEffectSize                : Off
103HighlightTone                  : +1 (medium hard)
104HyperfocalDistance             : 1.25 m
105ISO                            : 125
106ImageCount                     : 8999
107ImageGeneration                : Re-developed from RAW
108ImageHeight                    : 5152
109ImageSize                      : 7728x5152
110ImageStabilization             : OIS Lens; On (mode 1, continuous); 0
111ImageWidth                     : 7728
112InternalSerialNumber           : FF02B7129028     Y56881 2022:10:28 F22310411144
113InteropIndex                   : R98 - DCF basic file (sRGB)
114InteropVersion                 : 0100
115LensID                         : XF10-24mm F4 R OIS WR
116LensInfo                       : 10-24mm f/4
117LensMake                       : FUJIFILM
118LensModel                      : XF10-24mmF4 R OIS WR
119LensModulationOptimizer        : On
120LensSerialNumber               : 0DA00449
121LightSource                    : Unknown
122LightValue                     : 13.8
123MIMEType                       : image/jpeg
124Make                           : FUJIFILM
125MaxApertureAtMaxFocal          : 4
126MaxApertureAtMinFocal          : 4
127MaxApertureValue               : 4.0
128MaxFocalLength                 : 24
129Megapixels                     : 39.8
130MeteringMode                   : Multi-segment
131MinFocalLength                 : 10
132Model                          : X-T5
133ModifyDate                     : 2023:06:04 19:32:29
134NoiseReduction                 : 0 (normal)
135NumFaceElements                : 0
136OffsetTime                     : +09:00
137OffsetTimeDigitized            : +09:00
138OffsetTimeOriginal             : +09:00
139Orientation                    : Horizontal (normal)
140Orientation (1)                : Horizontal (normal)
141PictureMode                    : Aperture-priority AE
142PreAF                          : Off
143PreviewImage                   : SCALAR(0x1922df8)
144PreviewImageHeight             : 480
145PreviewImageSize               : 640x480
146PreviewImageWidth              : 640
147PrintIMVersion                 : 0250
148Quality                        : FINE
149Rating                         : 0
150ResolutionUnit                 : inches
151ResolutionUnit (1)             : inches
152RollAngle                      : 0
153Saturation                     : 0 (normal)
154ScaleFactor35efl               : 1.5
155SceneCaptureType               : Standard
156SceneType                      : Directly photographed
157SensingMethod                  : One-chip color area
158SensitivityType                : Standard Output Sensitivity
159SequenceNumber                 : 0
160SerialNumber                   : 2D011957
161ShadowTone                     : 0 (normal)
162Sharpness                      : Hard
163Sharpness (1)                  : +2 (hard)
164ShutterSpeed                   : 1/1100
165ShutterSpeedValue              : 1/1144
166ShutterType                    : Electronic Front Curtain
167SlowSync                       : Off
168Software                       : Digital Camera X-T5 Ver2.00
169SubSecCreateDate               : 2023:06:03 14:22:04+09:00
170SubSecDateTimeOriginal         : 2023:06:03 14:22:04+09:00
171SubSecModifyDate               : 2023:06:04 19:32:29+09:00
172SubjectDistanceRange           : Unknown
173ThumbnailImage                 : SCALAR(0xfcf160)
174ThumbnailLength                : 8341
175ThumbnailOffset                : 4256
176UserComment                    :
177Version                        : 0130
178WhiteBalance                   : Auto
179WhiteBalance (1)               : Auto
180WhiteBalanceFineTune           : Red +0, Blue +0
181XResolution                    : 72
182XResolution (1)                : 72
183YCbCrPositioning               : Co-sited
184YCbCrPositioning (1)           : Co-sited
185YCbCrSubSampling               : YCbCr4:2:2 (2 1)
186YResolution                    : 72
187YResolution (1)                : 72

Adobe Lightroom Classic での現像

Adobe Lightroom Classic で現像した以下の画像とその Exif です.

DSCF9329_lr
X-T5, XF33mmF1.4 R LM WR, 33mm, 1/50, F1.4, ISO 500, EV-0.33, Pro Neg. Hi
001APP14Flags0                    : [14], Encoded with Blend=1 downsampling
002APP14Flags1                    : (none)
003AlreadyApplied                 : True
004Aperture                       : 1.4
005ApertureValue                  : 1.4
006ApplicationRecordVersion       : 4
007Artist                         : MeltingRabbit
008AutoLateralCA                  : 1
009BitsPerSample                  : 8
010Blacks2012                     : -16
011BlueHue                        : 0
012BlueMatrixColumn               : 0.14307 0.06061 0.7141
013BlueSaturation                 : 0
014BlueTRC                        : SCALAR(0x233feb8)
015BrightnessValue                : -0.79
016By-line                        : MeltingRabbit
017CMMFlags                       : Not Embedded, Independent
018CameraElevationAngle           : -4.4
019CameraProfile                  : Camera Pro Neg Hi
020CameraProfileDigest            : 3359FA54013194FAD426266D3FE61BE8
021CameraProfilesApertureValue    : 0.970854
022CameraProfilesAuthor           : Adobe
023CameraProfilesAutoScale        : False
024CameraProfilesCameraPrettyName : Fujifilm X-T5
025CameraProfilesCameraRawProfile : True
026CameraProfilesFocalLength      : 33
027CameraProfilesFocusDistance    : 10000
028CameraProfilesLens             : XF33mmF1.4 R LM WR
029CameraProfilesLensPrettyName   : XF33mmF1.4 R LM WR
030CameraProfilesMake             : FUJIFILM
031CameraProfilesModel            : X-T5
032CameraProfilesPerspectiveModelImageXCenter : 0.501812
033CameraProfilesPerspectiveModelImageYCenter : 0.514752
034CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911
035CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313
036CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685
037CameraProfilesPerspectiveModelScaleFactor : 0.982285
038CameraProfilesPerspectiveModelVersion : 2
039CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906
040CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376
041CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1
042CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 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
043CameraProfilesProfileName      : Camera Settings
044CameraProfilesSensorFormatFactor : 1.539063
045CameraProfilesUniqueCameraModel : Fujifilm X-T5
046CircleOfConfusion              : 0.020 mm
047City                           : ドバイ
048City (1)                       : ドバイ
049Clarity2012                    : +16
050CodedCharacterSet              : UTF8
051ColorComponents                : 3
052ColorGradeBlending             : 50
053ColorGradeGlobalHue            : 0
054ColorGradeGlobalLum            : 0
055ColorGradeGlobalSat            : 0
056ColorGradeHighlightLum         : 0
057ColorGradeMidtoneHue           : 0
058ColorGradeMidtoneLum           : 0
059ColorGradeMidtoneSat           : 0
060ColorGradeShadowLum            : 0
061ColorNoiseReduction            : 8
062ColorNoiseReductionDetail      : 50
063ColorNoiseReductionSmoothness  : 50
064ColorSpace                     : sRGB
065ColorSpaceData                 : RGB
066ColorTemperature               : 3050
067ColorTransform                 : YCbCr
068Compression                    : JPEG (old-style)
069ConnectionSpaceIlluminant      : 0.9642 1 0.82491
070Contrast2012                   : +25
071ConvertToGrayscale             : False
072Copyright                      : MeltingRabbit
073CopyrightNotice                : MeltingRabbit
074Country                        : アラブ首長国連邦
075Country-PrimaryLocationCode    : AE
076Country-PrimaryLocationName    : アラブ首長国連邦
077CountryCode                    : AE
078CreateDate                     : 2023:12:06 20:38:18
079CreateDate (1)                 : 2023:12:06 20:38:18+04:00
080Creator                        : MeltingRabbit
081CreatorTool                    : Adobe Photoshop Lightroom Classic 12.3 (Windows)
082CropAngle                      : 0
083CropBottom                     : 1
084CropConstrainToWarp            : 0
085CropLeft                       : 0
086CropRight                      : 1
087CropTop                        : 0
088CurrentIPTCDigest              : 7d108f8929e04b8fa1c8d9fa7044bec6
089CustomRendered                 : Normal
090DCTEncodeVersion               : 100
091DateCreated                    : 2023:12:06 20:38:18+04:00
092DateCreated (1)                : 2023:12:06
093DateTimeCreated                : 2023:12:06 20:38:18+04:00
094DateTimeOriginal               : 2023:12:06 20:38:18
095DefringeGreenAmount            : 0
096DefringeGreenHueHi             : 60
097DefringeGreenHueLo             : 40
098DefringePurpleAmount           : 0
099DefringePurpleHueHi            : 70
100DefringePurpleHueLo            : 30
101Dehaze                         : 0
102DerivedFromDocumentID          : 1CCDAF7E942BE2E79720105A9919C5A4
103DerivedFromOriginalDocumentID  : 1CCDAF7E942BE2E79720105A9919C5A4
104DeviceAttributes               : Reflective, Glossy, Positive, Color
105DeviceManufacturer             : Hewlett-Packard
106DeviceMfgDesc                  : IEC http://www.iec.ch
107DeviceModel                    : sRGB
108DeviceModelDesc                : IEC 61966-2.1 Default RGB colour space - sRGB
109DigitalCreationDate            : 2023:12:06
110DigitalCreationDateTime        : 2023:12:06 20:38:18+04:00
111DigitalCreationTime            : 20:38:18+04:00
112Directory                      : .
113DisplayedUnitsX                : inches
114DisplayedUnitsY                : inches
115DistortionCorrectionAlreadyApplied : True
116DocumentID                     : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc
117EncodingProcess                : Baseline DCT, Huffman coding
118ExifByteOrder                  : Little-endian (Intel, II)
119ExifToolVersion                : 12.70
120ExifVersion                    : 0232
121Exposure2012                   : +0.70
122ExposureCompensation           : +0.33
123ExposureMode                   : Auto
124ExposureProgram                : Aperture-priority AE
125ExposureTime                   : 1/50
126FNumber                        : 1.4
127FOV                            : 39.6 deg
128FileAccessDate                 : 2024:01:03 13:24:01+09:00
129FileInodeChangeDate            : 2024:01:03 13:24:01+09:00
130FileModifyDate                 : 2024:01:02 16:22:08+09:00
131FileName                       : DSCF9340_lr.jpg
132FilePermissions                : -rwxrw-r--
133FileSize                       : 27 MB
134FileSource                     : Digital Camera
135FileType                       : JPEG
136FileTypeExtension              : jpg
137Flash                          : No Flash
138FocalLength                    : 33.0 mm
139FocalLength35efl               : 33.0 mm (35 mm equivalent: 50.0 mm)
140FocalLengthIn35mmFormat        : 50 mm
141FocalPlaneResolutionUnit       : cm
142FocalPlaneXResolution          : 3303.855743
143FocalPlaneYResolution          : 3303.855743
144Format                         : image/jpeg
145FujiRatingAlreadyApplied       : True
146GPSAltitude                    : 31 m Below Sea Level
147GPSAltitude (1)                : 31 m
148GPSAltitudeRef                 : Below Sea Level
149GPSDateStamp                   : 2023:12:06
150GPSDateTime                    : 2023:12:06 16:38:14Z
151GPSLatitude                    : 25 deg 7' 1.11" N
152GPSLatitude (1)                : 25 deg 7' 1.11"
153GPSLatitudeRef                 : North
154GPSLongitude                   : 55 deg 11' 40.21" E
155GPSLongitude (1)               : 55 deg 11' 40.21"
156GPSLongitudeRef                : East
157GPSMapDatum                    : WGS-84
158GPSPosition                    : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E
159GPSSpeed                       : 0
160GPSSpeedRef                    : km/h
161GPSTimeStamp                   : 16:38:14
162GPSVersionID                   : 2.3.0.0
163GrainAmount                    : 0
164GreenHue                       : 0
165GreenMatrixColumn              : 0.38515 0.71687 0.09708
166GreenSaturation                : 0
167GreenTRC                       : SCALAR(0x23313f0)
168HasCrop                        : False
169HasSettings                    : True
170Highlights2012                 : +23
171HistoryAction                  : derived, saved
172HistoryChanged                 : /
173HistoryInstanceID              : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
174HistoryParameters              : converted from image/x-fuji-raw to image/jpeg, saved to new location
175HistorySoftwareAgent           : Adobe Photoshop Lightroom Classic 12.3 (Windows)
176HistoryWhen                    : 2024:01:02 16:22:07+09:00
177HueAdjustmentAqua              : 0
178HueAdjustmentBlue              : 0
179HueAdjustmentGreen             : 0
180HueAdjustmentMagenta           : 0
181HueAdjustmentOrange            : 0
182HueAdjustmentPurple            : 0
183HueAdjustmentRed               : 0
184HueAdjustmentYellow            : 0
185HyperfocalDistance             : 39.23 m
186IPTCDigest                     : 7d108f8929e04b8fa1c8d9fa7044bec6
187ISO                            : 800
188ImageHeight                    : 5152
189ImageSize                      : 7728x5152
190ImageWidth                     : 7728
191InstanceID                     : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
192LateralChromaticAberrationCorrectionAlreadyApplied : True
193Lens                           : XF33mmF1.4 R LM WR
194LensID                         : XF33mm F1.4 R LM WR
195LensInfo                       : 33mm f/1.4
196LensInfo (1)                   : 33mm f/1.4
197LensMake                       : FUJIFILM
198LensManualDistortionAmount     : 0
199LensModel                      : XF33mmF1.4 R LM WR
200LensModel (1)                  : XF33mmF1.4 R LM WR
201LensProfileDigest              : 0D18641C090112947D6EDE319D3014BC
202LensProfileDistortionScale     : 100
203LensProfileEnable              : 1
204LensProfileIsEmbedded          : True
205LensProfileName                : Camera Settings
206LensProfileSetup               : LensDefaults
207LensProfileVignettingScale     : 100
208LensSerialNumber               : 3DA01450
209LensSerialNumber (1)           : 3DA01450
210LightSource                    : Unknown
211LightValue                     : 3.6
212Luminance                      : 76.03647 80 87.12462
213LuminanceAdjustmentAqua        : 0
214LuminanceAdjustmentBlue        : 0
215LuminanceAdjustmentGreen       : 0
216LuminanceAdjustmentMagenta     : 0
217LuminanceAdjustmentOrange      : 0
218LuminanceAdjustmentPurple      : 0
219LuminanceAdjustmentRed         : 0
220LuminanceAdjustmentYellow      : 0
221LuminanceNoiseReductionContrast : 0
222LuminanceNoiseReductionDetail  : 50
223LuminanceSmoothing             : 5
224MIMEType                       : image/jpeg
225Make                           : FUJIFILM
226MaxApertureValue               : 1.4
227MeasurementBacking             : 0 0 0
228MeasurementFlare               : 0.999%
229MeasurementGeometry            : Unknown
230MeasurementIlluminant          : D65
231MeasurementObserver            : CIE 1931
232MediaBlackPoint                : 0 0 0
233MediaWhitePoint                : 0.95045 1 1.08905
234Megapixels                     : 39.8
235MetadataDate                   : 2024:01:02 16:22:07+09:00
236MeteringMode                   : Multi-segment
237Model                          : X-T5
238ModifyDate                     : 2024:01:02 16:22:07
239ModifyDate (1)                 : 2024:01:02 16:22:07+09:00
240OffsetTime                     : +09:00
241OffsetTimeDigitized            : +04:00
242OffsetTimeOriginal             : +04:00
243OriginalDocumentID             : 1CCDAF7E942BE2E79720105A9919C5A4
244OverrideLookVignette           : False
245ParametricDarks                : 0
246ParametricHighlightSplit       : 75
247ParametricHighlights           : 0
248ParametricLights               : 0
249ParametricMidtoneSplit         : 50
250ParametricShadowSplit          : 25
251ParametricShadows              : 0
252PerspectiveAspect              : 0
253PerspectiveHorizontal          : 0
254PerspectiveRotate              : 0.0
255PerspectiveScale               : 100
256PerspectiveUpright             : Off
257PerspectiveVertical            : 0
258PerspectiveX                   : 0.00
259PerspectiveY                   : 0.00
260PhotoshopThumbnail             : SCALAR(0x1b5c638)
261PostCropVignetteAmount         : 0
262PreservedFileName              : DSCF9340.RAF
263PrimaryPlatform                : Microsoft Corporation
264ProcessVersion                 : 11.0
265ProfileCMMType                 : Linotronic
266ProfileClass                   : Display Device Profile
267ProfileConnectionSpace         : XYZ
268ProfileCopyright               : Copyright (c) 1998 Hewlett-Packard Company
269ProfileCreator                 : Hewlett-Packard
270ProfileDateTime                : 1998:02:09 06:49:00
271ProfileDescription             : sRGB IEC61966-2.1
272ProfileFileSignature           : acsp
273ProfileID                      : 0
274ProfileVersion                 : 2.1.0
275Province-State                 : ドバイ首長国
276Rating                         : 3
277RawFileName                    : DSCF9340.RAF
278RedHue                         : 0
279RedMatrixColumn                : 0.43607 0.22249 0.01392
280RedSaturation                  : 0
281RedTRC                         : SCALAR(0x2332858)
282RenderingIntent                : Perceptual
283ResolutionUnit                 : inches
284ResolutionUnit (1)             : inches
285Rights                         : MeltingRabbit
286Saturation                     : -7
287SaturationAdjustmentAqua       : 0
288SaturationAdjustmentBlue       : 0
289SaturationAdjustmentGreen      : 0
290SaturationAdjustmentMagenta    : 0
291SaturationAdjustmentOrange     : 0
292SaturationAdjustmentPurple     : 0
293SaturationAdjustmentRed        : 0
294SaturationAdjustmentYellow     : 0
295ScaleFactor35efl               : 1.5
296SceneCaptureType               : Standard
297SceneType                      : Directly photographed
298SensingMethod                  : One-chip color area
299SensitivityType                : Standard Output Sensitivity
300SerialNumber                   : 2D011957
301SerialNumber (1)               : 2D011957
302ShadowTint                     : 0
303Shadows2012                    : 0
304SharpenDetail                  : 25
305SharpenEdgeMasking             : 5
306SharpenRadius                  : +1.0
307Sharpness                      : Normal
308Sharpness (1)                  : 40
309ShutterSpeed                   : 1/50
310ShutterSpeedValue              : 1/50
311Software                       : Adobe Photoshop Lightroom Classic 12.3 (Windows)
312SplitToningBalance             : 0
313SplitToningHighlightHue        : 0
314SplitToningHighlightSaturation : 0
315SplitToningShadowHue           : 0
316SplitToningShadowSaturation    : 0
317State                          : ドバイ首長国
318SubSecCreateDate               : 2023:12:06 20:38:18+04:00
319SubSecDateTimeOriginal         : 2023:12:06 20:38:18+04:00
320SubSecModifyDate               : 2024:01:02 16:22:07+09:00
321SubjectDistanceRange           : Unknown
322Technology                     : Cathode Ray Tube Display
323Texture                        : 0
324ThumbnailImage                 : SCALAR(0x1aa7630)
325ThumbnailLength                : 15104
326ThumbnailOffset                : 1360
327TimeCreated                    : 20:38:18+04:00
328Tint                           : +1
329ToneCurveName2012              : Linear
330ToneCurvePV2012                : 0, 0, 255, 255
331ToneCurvePV2012Blue            : 0, 0, 255, 255
332ToneCurvePV2012Green           : 0, 0, 255, 255
333ToneCurvePV2012Red             : 0, 0, 255, 255
334Version                        : 15.3
335Vibrance                       : -3
336ViewingCondDesc                : Reference Viewing Condition in IEC61966-2.1
337ViewingCondIlluminant          : 19.6445 20.3718 16.8089
338ViewingCondIlluminantType      : D50
339ViewingCondSurround            : 3.92889 4.07439 3.36179
340VignetteAmount                 : 0
341VignetteCorrectionAlreadyApplied : True
342WhiteBalance                   : Auto
343WhiteBalance (1)               : As Shot
344Whites2012                     : -8
345XMPToolkit                     : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00
346XResolution                    : 240
347XResolution (1)                : 72
348XResolution (2)                : 240
349YCbCrSubSampling               : YCbCr4:4:4 (1 1)
350YResolution                    : 240
351YResolution (1)                : 72
352YResolution (2)                : 240

Exif 取得スクリプトと, Exif Tag Groups ごとの値

概要

Exif は Family > Group > Tag の順番にカテゴライズされています.すべての Family の Group から Tag を取得し,それぞれの Group ごとに和集合をとって出力するスクリプトを書きました.

その コード と,撮って出しLightroom での現像 の両方の出力結果を載せておきます.

 

Lightroom で出力すると,現像パラメタなどで Tag はかなり増えているものの,FujiFilm group や MakerNotes group は消えてしまうことがわかりますね.残しておいてくれても良いのに....

Exif 取得スクリプト

001#!/usr/bin/perl
002 
003use strict;
004use warnings;
005use Image::ExifTool;
006 
007# 設定
008my $IMG_PATH = './DSCF5465.JPG';
009 
010my $exif_tool = Image::ExifTool->new;
011$exif_tool->ExtractInfo($IMG_PATH);
012 
013# すべての family に対して,group ごとのデータを集める
014my $MAX_FAMILY = 8;
015my @family_info;
016 
017for (my $family = 0; $family <= $MAX_FAMILY; $family++) {
018    print "INFO: Get family #$family info ...\n";
019    my %group_info = %{&GetGroupInfo(\$exif_tool, $family)};
020    # &PrintGroupInfo(\%group_info);
021    $family_info[$family] = \%group_info;
022}
023 
024# すべての family の group ごとのデータの和集合をとる
025my %unique_group_info;
026%unique_group_info = %{$family_info[0]};
027 
028for (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}) {
033            # マージ
034            my %temp = %{&GetUnion(\%{$unique_group_info{$group}}, \%{$group_info{$group}})};
035            $unique_group_info{$group} = \%temp;
036        } else {
037            # もってくるだけ
038            $unique_group_info{$group} = \%{$group_info{$group}};
039        }
040    }
041}
042 
043&PrintGroupInfo(\%unique_group_info);
044 
045# 最後におまけで tag で潰す
047print "INFO: ALL TAG\n";
048my %all_tag_info;
049foreach my $group (sort {$a cmp $b} keys %unique_group_info) {
050    %all_tag_info = (%all_tag_info, %{$unique_group_info{$group}});
051}
052foreach (sort {$a cmp $b} keys %all_tag_info) {
053    print sprintf("%-30s", $_)." : $all_tag_info{$_}\n";
054}
055 
056exit;
057 
058 
059sub GetGroupInfo {
060    my $exif_tool = ${$_[0]};
061    my $family = $_[1];
062 
063    my %group_info;
064 
065    my @groups = $exif_tool->GetGroups($family);
066    foreach my $group (@groups) {
067        my %tag_info;
068        # print "---- $group ----\n";
069        # https://exiftool.org/ExifTool.html#GetInfo
070        # family https://exiftool.org/#groups
071        my $info = $exif_tool->GetInfo({"Group$family" => $group});
072        foreach ($exif_tool->GetTagList($info)) {
073            # print "$_ : $$info{$_}\n";
074            $tag_info{$_} = $$info{$_};
075        }
076        $group_info{$group} = \%tag_info;
077    }
078 
079    return \%group_info;
080}
081 
082 
083sub PrintGroupInfo {
084    my %group_info = %{$_[0]};
085 
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";
089        }
090    }
091}
092 
093 
094sub GetUnion {
095    my %g0 = %{$_[0]};
096    my %g1 = %{$_[1]};
097    my %g;
098 
099    # ハッシュスライスをつかって, key の和集合をつくる
100    my %all_keys;
101    @all_keys{keys %g0, keys %g1} = ();
102 
103    # すべての key について,あつめる
104    foreach my $k (sort {$a cmp $b} keys %all_keys) {
105        # print "$k\n";
106        if ( (exists $g0{$k}) && (exists $g1{$k}) ) {
107            if ($g0{$k} ne $g1{$k})
108            {
109                print "ERR: MISMATCH at key $k: $g0{$k}, $g1{$k} !!\n";
110            }
111            $g{$k} = $g0{$k};
112        } else {
113            $g{$k} = (exists $g0{$k}) ? $g0{$k} : $g1{$k};
114        }
115    }
116 
117    return \%g;
118}

撮って出しの Exif Tag Groups ごとの値

001Author     -> Artist                         : MeltingRabbit
002Author     -> Artist (1)                     : MeltingRabbit
003Author     -> Copyright                      : MeltingRabbit
004Camera     -> AF-CPriority                   : Release
005Camera     -> AF-CSetting                    : Set 1 (multi-purpose)
006Camera     -> AF-CSpeedTrackingSensitivity   : 0
007Camera     -> AF-CTrackingSensitivity        : 2
008Camera     -> AF-CZoneAreaSwitching          : Auto
009Camera     -> AF-SPriority                   : Release
010Camera     -> AFAreaMode                     : Single Point
011Camera     -> AFAreaPointSize                : 4
012Camera     -> AFAreaZoneSize                 : n/a
013Camera     -> AFMode                         : Single Point
014Camera     -> AutoBracketing                 : Off
015Camera     -> BlurWarning                    : None
016Camera     -> CircleOfConfusion              : 0.020 mm
017Camera     -> Clarity                        : 2
018Camera     -> ColorChromeEffect              : Off
019Camera     -> ColorChromeFXBlue              : Strong
020Camera     -> Contrast                       : Normal
021Camera     -> CropMode                       : n/a
022Camera     -> DevelopmentDynamicRange        : 100
023Camera     -> DriveMode                      : Single
024Camera     -> DriveSpeed                     : n/a
025Camera     -> DynamicRange                   : Standard
026Camera     -> DynamicRangeSetting            : Manual
027Camera     -> ExposureCount                  : 1
028Camera     -> ExposureMode                   : Auto
029Camera     -> ExposureProgram                : Aperture-priority AE
030Camera     -> ExposureWarning                : Good
031Camera     -> FacesDetected                  : 0
032Camera     -> FilmMode                       : F2/Fujichrome (Velvia)
033Camera     -> Flash                          : No Flash
034Camera     -> FlashExposureComp              : 0
035Camera     -> FlickerReduction               : Off (0x0003)
036Camera     -> FocalLength                    : 10.0 mm
037Camera     -> FocalLength35efl               : 10.0 mm (35 mm equivalent: 15.0 mm)
038Camera     -> FocalLengthIn35mmFormat        : 15 mm
039Camera     -> FocalPlaneResolutionUnit       : cm
040Camera     -> FocalPlaneXResolution          : 3289
041Camera     -> FocalPlaneYResolution          : 3289
042Camera     -> FocusMode                      : Auto
043Camera     -> FocusMode2                     : AF-S
044Camera     -> FocusPixel                     : 3863 3114
045Camera     -> FocusWarning                   : Good
046Camera     -> FujiFlashMode                  : Not Attached
047Camera     -> FujiModel                      : X-T5_0100
048Camera     -> FujiModel2                     : X-T5_0100
049Camera     -> GrainEffectRoughness           : Off
050Camera     -> GrainEffectSize                : Off
051Camera     -> HighlightTone                  : +1 (medium hard)
052Camera     -> HyperfocalDistance             : 1.25 m
053Camera     -> ImageCount                     : 8999
054Camera     -> ImageGeneration                : Re-developed from RAW
055Camera     -> ImageStabilization             : OIS Lens; On (mode 1, continuous); 0
056Camera     -> InternalSerialNumber           : FF02B7129028     Y56881 2022:10:28 F22310411144
057Camera     -> LensID                         : XF10-24mm F4 R OIS WR
058Camera     -> LensModulationOptimizer        : On
059Camera     -> LightSource                    : Unknown
060Camera     -> Make                           : FUJIFILM
061Camera     -> MaxApertureAtMaxFocal          : 4
062Camera     -> MaxApertureAtMinFocal          : 4
063Camera     -> MaxApertureValue               : 4.0
064Camera     -> MaxFocalLength                 : 24
065Camera     -> MeteringMode                   : Multi-segment
066Camera     -> MinFocalLength                 : 10
067Camera     -> Model                          : X-T5
068Camera     -> NoiseReduction                 : 0 (normal)
069Camera     -> NumFaceElements                : 0
070Camera     -> PictureMode                    : Aperture-priority AE
071Camera     -> PreAF                          : Off
072Camera     -> Quality                        : FINE
073Camera     -> RollAngle                      : 0
074Camera     -> Saturation                     : 0 (normal)
075Camera     -> ScaleFactor35efl               : 1.5
076Camera     -> SceneCaptureType               : Standard
077Camera     -> SensingMethod                  : One-chip color area
078Camera     -> SequenceNumber                 : 0
079Camera     -> ShadowTone                     : 0 (normal)
080Camera     -> Sharpness                      : Hard
081Camera     -> Sharpness (1)                  : +2 (hard)
082Camera     -> ShutterType                    : Electronic Front Curtain
083Camera     -> SlowSync                       : Off
084Camera     -> SubjectDistanceRange           : Unknown
085Camera     -> Version                        : 0130
086Camera     -> WhiteBalance                   : Auto
087Camera     -> WhiteBalance (1)               : Auto
088Camera     -> WhiteBalanceFineTune           : Red +0, Blue +0
089Composite  -> Aperture                       : 4.0
090Composite  -> CircleOfConfusion              : 0.020 mm
091Composite  -> FOV                            : 100.4 deg
092Composite  -> FocalLength35efl               : 10.0 mm (35 mm equivalent: 15.0 mm)
093Composite  -> GPSAltitude                    : 1577 m Above Sea Level
094Composite  -> GPSDateTime                    : 2023:06:03 05:22:03Z
095Composite  -> GPSLatitude                    : 35 deg 22' 24.64" N
096Composite  -> GPSLongitude                   : 133 deg 32' 4.97" E
097Composite  -> GPSPosition                    : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E
098Composite  -> HyperfocalDistance             : 1.25 m
099Composite  -> ImageSize                      : 7728x5152
100Composite  -> LensID                         : XF10-24mm F4 R OIS WR
101Composite  -> LightValue                     : 13.8
102Composite  -> Megapixels                     : 39.8
103Composite  -> PreviewImageSize               : 640x480
104Composite  -> ScaleFactor35efl               : 1.5
105Composite  -> ShutterSpeed                   : 1/1100
106Composite  -> SubSecCreateDate               : 2023:06:03 14:22:04+09:00
107Composite  -> SubSecDateTimeOriginal         : 2023:06:03 14:22:04+09:00
108Composite  -> SubSecModifyDate               : 2023:06:04 19:32:29+09:00
109Copy1      -> Artist (1)                     : MeltingRabbit
110Copy1      -> GPSAltitude (1)                : 1577 m
111Copy1      -> GPSLatitude (1)                : 35 deg 22' 24.64"
112Copy1      -> GPSLongitude (1)               : 133 deg 32' 4.97"
113Copy1      -> Orientation (1)                : Horizontal (normal)
114Copy1      -> ResolutionUnit (1)             : inches
115Copy1      -> Sharpness (1)                  : +2 (hard)
116Copy1      -> WhiteBalance (1)               : Auto
117Copy1      -> XResolution (1)                : 72
118Copy1      -> YCbCrPositioning (1)           : Co-sited
119Copy1      -> YResolution (1)                : 72
120EXIF       -> ApertureValue                  : 4.0
121EXIF       -> Artist                         : MeltingRabbit
122EXIF       -> Artist (1)                     : MeltingRabbit
123EXIF       -> BrightnessValue                : 9.4
124EXIF       -> CameraElevationAngle           : -4.1
125EXIF       -> ColorSpace                     : sRGB
126EXIF       -> ComponentsConfiguration        : Y, Cb, Cr, -
127EXIF       -> CompositeImage                 : Not a Composite Image
128EXIF       -> CompressedBitsPerPixel         : 4.8
129EXIF       -> Compression                    : JPEG (old-style)
130EXIF       -> Copyright                      : MeltingRabbit
131EXIF       -> CreateDate                     : 2023:06:03 14:22:04
132EXIF       -> CustomRendered                 : Normal
133EXIF       -> DateTimeOriginal               : 2023:06:03 14:22:04
134EXIF       -> ExifImageHeight                : 5152
135EXIF       -> ExifImageWidth                 : 7728
136EXIF       -> ExifVersion                    : 0232
137EXIF       -> ExposureCompensation           : 0
138EXIF       -> ExposureMode                   : Auto
139EXIF       -> ExposureProgram                : Aperture-priority AE
140EXIF       -> ExposureTime                   : 1/1100
141EXIF       -> FNumber                        : 4.0
142EXIF       -> FileSource                     : Digital Camera
143EXIF       -> Flash                          : No Flash
144EXIF       -> FlashpixVersion                : 0100
145EXIF       -> FocalLength                    : 10.0 mm
146EXIF       -> FocalLengthIn35mmFormat        : 15 mm
147EXIF       -> FocalPlaneResolutionUnit       : cm
148EXIF       -> FocalPlaneXResolution          : 3289
149EXIF       -> FocalPlaneYResolution          : 3289
150EXIF       -> GPSAltitude (1)                : 1577 m
151EXIF       -> GPSAltitudeRef                 : Above Sea Level
152EXIF       -> GPSDateStamp                   : 2023:06:03
153EXIF       -> GPSLatitude (1)                : 35 deg 22' 24.64"
154EXIF       -> GPSLatitudeRef                 : North
155EXIF       -> GPSLongitude (1)               : 133 deg 32' 4.97"
156EXIF       -> GPSLongitudeRef                : East
157EXIF       -> GPSMapDatum                    : WGS-84
158EXIF       -> GPSSpeed                       : 680
159EXIF       -> GPSSpeedRef                    : km/h
160EXIF       -> GPSTimeStamp                   : 05:22:03
161EXIF       -> GPSVersionID                   : 2.3.0.0
162EXIF       -> ISO                            : 125
163EXIF       -> InteropIndex                   : R98 - DCF basic file (sRGB)
164EXIF       -> InteropVersion                 : 0100
165EXIF       -> LensInfo                       : 10-24mm f/4
166EXIF       -> LensMake                       : FUJIFILM
167EXIF       -> LensModel                      : XF10-24mmF4 R OIS WR
168EXIF       -> LensSerialNumber               : 0DA00449
169EXIF       -> LightSource                    : Unknown
170EXIF       -> Make                           : FUJIFILM
171EXIF       -> MaxApertureValue               : 4.0
172EXIF       -> MeteringMode                   : Multi-segment
173EXIF       -> Model                          : X-T5
174EXIF       -> ModifyDate                     : 2023:06:04 19:32:29
175EXIF       -> OffsetTime                     : +09:00
176EXIF       -> OffsetTimeDigitized            : +09:00
177EXIF       -> OffsetTimeOriginal             : +09:00
178EXIF       -> Orientation                    : Horizontal (normal)
179EXIF       -> Orientation (1)                : Horizontal (normal)
180EXIF       -> ResolutionUnit                 : inches
181EXIF       -> ResolutionUnit (1)             : inches
182EXIF       -> SceneCaptureType               : Standard
183EXIF       -> SceneType                      : Directly photographed
184EXIF       -> SensingMethod                  : One-chip color area
185EXIF       -> SensitivityType                : Standard Output Sensitivity
186EXIF       -> SerialNumber                   : 2D011957
187EXIF       -> Sharpness                      : Hard
188EXIF       -> ShutterSpeedValue              : 1/1144
189EXIF       -> Software                       : Digital Camera X-T5 Ver2.00
190EXIF       -> SubjectDistanceRange           : Unknown
191EXIF       -> ThumbnailImage                 : SCALAR(0xfcf160)
192EXIF       -> ThumbnailLength                : 8341
193EXIF       -> ThumbnailOffset                : 4256
194EXIF       -> UserComment                    :
195EXIF       -> WhiteBalance (1)               : Auto
196EXIF       -> XResolution                    : 72
197EXIF       -> XResolution (1)                : 72
198EXIF       -> YCbCrPositioning               : Co-sited
199EXIF       -> YCbCrPositioning (1)           : Co-sited
200EXIF       -> YResolution                    : 72
201EXIF       -> YResolution (1)                : 72
202ExifIFD    -> ApertureValue                  : 4.0
203ExifIFD    -> BrightnessValue                : 9.4
204ExifIFD    -> CameraElevationAngle           : -4.1
205ExifIFD    -> ColorSpace                     : sRGB
206ExifIFD    -> ComponentsConfiguration        : Y, Cb, Cr, -
207ExifIFD    -> CompositeImage                 : Not a Composite Image
208ExifIFD    -> CompressedBitsPerPixel         : 4.8
209ExifIFD    -> CreateDate                     : 2023:06:03 14:22:04
210ExifIFD    -> CustomRendered                 : Normal
211ExifIFD    -> DateTimeOriginal               : 2023:06:03 14:22:04
212ExifIFD    -> ExifImageHeight                : 5152
213ExifIFD    -> ExifImageWidth                 : 7728
214ExifIFD    -> ExifVersion                    : 0232
215ExifIFD    -> ExposureCompensation           : 0
216ExifIFD    -> ExposureMode                   : Auto
217ExifIFD    -> ExposureProgram                : Aperture-priority AE
218ExifIFD    -> ExposureTime                   : 1/1100
219ExifIFD    -> FNumber                        : 4.0
220ExifIFD    -> FileSource                     : Digital Camera
221ExifIFD    -> Flash                          : No Flash
222ExifIFD    -> FlashpixVersion                : 0100
223ExifIFD    -> FocalLength                    : 10.0 mm
224ExifIFD    -> FocalLengthIn35mmFormat        : 15 mm
225ExifIFD    -> FocalPlaneResolutionUnit       : cm
226ExifIFD    -> FocalPlaneXResolution          : 3289
227ExifIFD    -> FocalPlaneYResolution          : 3289
228ExifIFD    -> ISO                            : 125
229ExifIFD    -> LensInfo                       : 10-24mm f/4
230ExifIFD    -> LensMake                       : FUJIFILM
231ExifIFD    -> LensModel                      : XF10-24mmF4 R OIS WR
232ExifIFD    -> LensSerialNumber               : 0DA00449
233ExifIFD    -> LightSource                    : Unknown
234ExifIFD    -> MaxApertureValue               : 4.0
235ExifIFD    -> MeteringMode                   : Multi-segment
236ExifIFD    -> OffsetTime                     : +09:00
237ExifIFD    -> OffsetTimeDigitized            : +09:00
238ExifIFD    -> OffsetTimeOriginal             : +09:00
239ExifIFD    -> SceneCaptureType               : Standard
240ExifIFD    -> SceneType                      : Directly photographed
241ExifIFD    -> SensingMethod                  : One-chip color area
242ExifIFD    -> SensitivityType                : Standard Output Sensitivity
243ExifIFD    -> SerialNumber                   : 2D011957
244ExifIFD    -> Sharpness                      : Hard
245ExifIFD    -> ShutterSpeedValue              : 1/1144
246ExifIFD    -> SubjectDistanceRange           : Unknown
247ExifIFD    -> UserComment                    :
248ExifIFD    -> WhiteBalance (1)               : Auto
249ExifTool   -> ExifToolVersion                : 12.70
250File       -> BitsPerSample                  : 8
251File       -> ColorComponents                : 3
252File       -> Directory                      : .
253File       -> EncodingProcess                : Baseline DCT, Huffman coding
254File       -> ExifByteOrder                  : Little-endian (Intel, II)
255File       -> FileAccessDate                 : 2024:01:03 01:08:43+09:00
256File       -> FileInodeChangeDate            : 2024:01:03 01:08:43+09:00
257File       -> FileModifyDate                 : 2023:06:04 19:32:30+09:00
258File       -> FileName                       : DSCF5465.JPG
259File       -> FilePermissions                : -rwxrw-r--
260File       -> FileSize                       : 24 MB
261File       -> FileType                       : JPEG
262File       -> FileTypeExtension              : jpg
263File       -> ImageHeight                    : 5152
264File       -> ImageWidth                     : 7728
265File       -> MIMEType                       : image/jpeg
266File       -> YCbCrSubSampling               : YCbCr4:2:2 (2 1)
267FlashPix   -> PreviewImage                   : SCALAR(0xe5f4a0)
268FlashPix   -> PreviewImageHeight             : 480
269FlashPix   -> PreviewImageWidth              : 640
270FujiFilm   -> AF-CPriority                   : Release
271FujiFilm   -> AF-CSetting                    : Set 1 (multi-purpose)
272FujiFilm   -> AF-CSpeedTrackingSensitivity   : 0
273FujiFilm   -> AF-CTrackingSensitivity        : 2
274FujiFilm   -> AF-CZoneAreaSwitching          : Auto
275FujiFilm   -> AF-SPriority                   : Release
276FujiFilm   -> AFAreaMode                     : Single Point
277FujiFilm   -> AFAreaPointSize                : 4
278FujiFilm   -> AFAreaZoneSize                 : n/a
279FujiFilm   -> AFMode                         : Single Point
280FujiFilm   -> AutoBracketing                 : Off
281FujiFilm   -> BlurWarning                    : None
282FujiFilm   -> Clarity                        : 2
283FujiFilm   -> ColorChromeEffect              : Off
284FujiFilm   -> ColorChromeFXBlue              : Strong
285FujiFilm   -> Contrast                       : Normal
286FujiFilm   -> CropMode                       : n/a
287FujiFilm   -> DevelopmentDynamicRange        : 100
288FujiFilm   -> DriveMode                      : Single
289FujiFilm   -> DriveSpeed                     : n/a
290FujiFilm   -> DynamicRange                   : Standard
291FujiFilm   -> DynamicRangeSetting            : Manual
292FujiFilm   -> ExposureCount                  : 1
293FujiFilm   -> ExposureWarning                : Good
294FujiFilm   -> FacesDetected                  : 0
295FujiFilm   -> FilmMode                       : F2/Fujichrome (Velvia)
296FujiFilm   -> FlashExposureComp              : 0
297FujiFilm   -> FlickerReduction               : Off (0x0003)
298FujiFilm   -> FocusMode                      : Auto
299FujiFilm   -> FocusMode2                     : AF-S
300FujiFilm   -> FocusPixel                     : 3863 3114
301FujiFilm   -> FocusWarning                   : Good
302FujiFilm   -> FujiFlashMode                  : Not Attached
303FujiFilm   -> FujiModel                      : X-T5_0100
304FujiFilm   -> FujiModel2                     : X-T5_0100
305FujiFilm   -> GrainEffectRoughness           : Off
306FujiFilm   -> GrainEffectSize                : Off
307FujiFilm   -> HighlightTone                  : +1 (medium hard)
308FujiFilm   -> ImageCount                     : 8999
309FujiFilm   -> ImageGeneration                : Re-developed from RAW
310FujiFilm   -> ImageStabilization             : OIS Lens; On (mode 1, continuous); 0
311FujiFilm   -> InternalSerialNumber           : FF02B7129028     Y56881 2022:10:28 F22310411144
312FujiFilm   -> LensModulationOptimizer        : On
313FujiFilm   -> MaxApertureAtMaxFocal          : 4
314FujiFilm   -> MaxApertureAtMinFocal          : 4
315FujiFilm   -> MaxFocalLength                 : 24
316FujiFilm   -> MinFocalLength                 : 10
317FujiFilm   -> NoiseReduction                 : 0 (normal)
318FujiFilm   -> NumFaceElements                : 0
319FujiFilm   -> PictureMode                    : Aperture-priority AE
320FujiFilm   -> PreAF                          : Off
321FujiFilm   -> Quality                        : FINE
322FujiFilm   -> RollAngle                      : 0
323FujiFilm   -> Saturation                     : 0 (normal)
324FujiFilm   -> SequenceNumber                 : 0
325FujiFilm   -> ShadowTone                     : 0 (normal)
326FujiFilm   -> Sharpness (1)                  : +2 (hard)
327FujiFilm   -> ShutterType                    : Electronic Front Curtain
328FujiFilm   -> SlowSync                       : Off
329FujiFilm   -> Version                        : 0130
330FujiFilm   -> WhiteBalance                   : Auto
331FujiFilm   -> WhiteBalanceFineTune           : Red +0, Blue +0
332GPS        -> GPSAltitude (1)                : 1577 m
333GPS        -> GPSAltitudeRef                 : Above Sea Level
334GPS        -> GPSDateStamp                   : 2023:06:03
335GPS        -> GPSLatitude (1)                : 35 deg 22' 24.64"
336GPS        -> GPSLatitudeRef                 : North
337GPS        -> GPSLongitude (1)               : 133 deg 32' 4.97"
338GPS        -> GPSLongitudeRef                : East
339GPS        -> GPSMapDatum                    : WGS-84
340GPS        -> GPSSpeed                       : 680
341GPS        -> GPSSpeedRef                    : km/h
342GPS        -> GPSTimeStamp                   : 05:22:03
343GPS        -> GPSVersionID                   : 2.3.0.0
344ID-0       -> AF-CSetting                    : Set 1 (multi-purpose)
345ID-0       -> GPSVersionID                   : 2.3.0.0
346ID-0       -> Version                        : 0130
347ID-02e1    -> AF-CTrackingSensitivity        : 2
348ID-02e1    -> AF-SPriority                   : Release
349ID-02e1    -> DriveMode                      : Single
350ID-02e1    -> FocusMode2                     : AF-S
351ID-02e2    -> AF-CPriority                   : Release
352ID-02e2    -> AF-CSpeedTrackingSensitivity   : 0
353ID-02e2    -> DriveSpeed                     : n/a
354ID-02e2    -> PreAF                          : Off
355ID-02e3    -> AF-CZoneAreaSwitching          : Auto
356ID-02e3    -> AFAreaMode                     : Single Point
357ID-02e4    -> AFAreaPointSize                : 4
358ID-02e5    -> AFAreaZoneSize                 : n/a
359ID-1       -> GPSLatitudeRef                 : North
360ID-1       -> InteropIndex                   : R98 - DCF basic file (sRGB)
361ID-12      -> GPSSpeedRef                    : km/h
362ID-13      -> GPSSpeed                       : 680
363ID-13      -> PreviewImageWidth              : 640
364ID-16      -> InternalSerialNumber           : FF02B7129028     Y56881 2022:10:28 F22310411144
365ID-16640   -> FacesDetected                  : 0
366ID-16896   -> NumFaceElements                : 0
367ID-18      -> GPSMapDatum                    : WGS-84
368ID-2       -> GPSLatitude (1)                : 35 deg 22' 24.64"
369ID-2       -> InteropVersion                 : 0100
370ID-23      -> PreviewImageHeight             : 480
371ID-259     -> Compression                    : JPEG (old-style)
372ID-271     -> Make                           : FUJIFILM
373ID-272     -> Model                          : X-T5
374ID-274     -> Orientation                    : Horizontal (normal)
375ID-274     -> Orientation (1)                : Horizontal (normal)
376ID-282     -> XResolution                    : 72
377ID-282     -> XResolution (1)                : 72
378ID-283     -> YResolution                    : 72
379ID-283     -> YResolution (1)                : 72
380ID-29      -> GPSDateStamp                   : 2023:06:03
381ID-296     -> ResolutionUnit                 : inches
382ID-296     -> ResolutionUnit (1)             : inches
383ID-3       -> GPSLongitudeRef                : East
384ID-305     -> Software                       : Digital Camera X-T5 Ver2.00
385ID-306     -> ModifyDate                     : 2023:06:04 19:32:29
386ID-315     -> Artist                         : MeltingRabbit
387ID-315     -> Artist (1)                     : MeltingRabbit
388ID-33432   -> Copyright                      : MeltingRabbit
389ID-33434   -> ExposureTime                   : 1/1100
390ID-33437   -> FNumber                        : 4.0
391ID-34850   -> ExposureProgram                : Aperture-priority AE
392ID-34855   -> ISO                            : 125
393ID-34864   -> SensitivityType                : Standard Output Sensitivity
394ID-36864   -> ExifVersion                    : 0232
395ID-36867   -> DateTimeOriginal               : 2023:06:03 14:22:04
396ID-36868   -> CreateDate                     : 2023:06:03 14:22:04
397ID-36880   -> OffsetTime                     : +09:00
398ID-36881   -> OffsetTimeOriginal             : +09:00
399ID-36882   -> OffsetTimeDigitized            : +09:00
400ID-37121   -> ComponentsConfiguration        : Y, Cb, Cr, -
401ID-37122   -> CompressedBitsPerPixel         : 4.8
402ID-37377   -> ShutterSpeedValue              : 1/1144
403ID-37378   -> ApertureValue                  : 4.0
404ID-37379   -> BrightnessValue                : 9.4
405ID-37380   -> ExposureCompensation           : 0
406ID-37381   -> MaxApertureValue               : 4.0
407ID-37383   -> MeteringMode                   : Multi-segment
408ID-37384   -> LightSource                    : Unknown
409ID-37385   -> Flash                          : No Flash
410ID-37386   -> FocalLength                    : 10.0 mm
411ID-37510   -> UserComment                    :
412ID-37893   -> CameraElevationAngle           : -4.1
413ID-4       -> GPSLongitude (1)               : 133 deg 32' 4.97"
414ID-4096    -> Quality                        : FINE
415ID-40960   -> FlashpixVersion                : 0100
416ID-40961   -> ColorSpace                     : sRGB
417ID-40962   -> ExifImageWidth                 : 7728
418ID-40963   -> ExifImageHeight                : 5152
419ID-4097    -> Sharpness (1)                  : +2 (hard)
420ID-4098    -> WhiteBalance                   : Auto
421ID-4099    -> Saturation                     : 0 (normal)
422ID-4100    -> Contrast                       : Normal
423ID-4106    -> WhiteBalanceFineTune           : Red +0, Blue +0
424ID-4110    -> NoiseReduction                 : 0 (normal)
425ID-4111    -> Clarity                        : 2
426ID-4112    -> FujiFlashMode                  : Not Attached
427ID-4113    -> FlashExposureComp              : 0
428ID-4129    -> FocusMode                      : Auto
429ID-4130    -> AFMode                         : Single Point
430ID-4131    -> FocusPixel                     : 3863 3114
431ID-4144    -> SlowSync                       : Off
432ID-4145    -> PictureMode                    : Aperture-priority AE
433ID-4146    -> ExposureCount                  : 1
434ID-41486   -> FocalPlaneXResolution          : 3289
435ID-41487   -> FocalPlaneYResolution          : 3289
436ID-41488   -> FocalPlaneResolutionUnit       : cm
437ID-41495   -> SensingMethod                  : One-chip color area
438ID-4160    -> ShadowTone                     : 0 (normal)
439ID-4161    -> HighlightTone                  : +1 (medium hard)
440ID-4165    -> LensModulationOptimizer        : On
441ID-4167    -> GrainEffectRoughness           : Off
442ID-4168    -> ColorChromeEffect              : Off
443ID-4172    -> GrainEffectSize                : Off
444ID-41728   -> FileSource                     : Digital Camera
445ID-41729   -> SceneType                      : Directly photographed
446ID-4173    -> CropMode                       : n/a
447ID-4174    -> ColorChromeFXBlue              : Strong
448ID-4176    -> ShutterType                    : Electronic Front Curtain
449ID-41985   -> CustomRendered                 : Normal
450ID-41986   -> ExposureMode                   : Auto
451ID-41987   -> WhiteBalance (1)               : Auto
452ID-41989   -> FocalLengthIn35mmFormat        : 15 mm
453ID-41990   -> SceneCaptureType               : Standard
454ID-41994   -> Sharpness                      : Hard
455ID-41996   -> SubjectDistanceRange           : Unknown
456ID-42033   -> SerialNumber                   : 2D011957
457ID-42034   -> LensInfo                       : 10-24mm f/4
458ID-42035   -> LensMake                       : FUJIFILM
459ID-42036   -> LensModel                      : XF10-24mmF4 R OIS WR
460ID-42037   -> LensSerialNumber               : 0DA00449
461ID-42080   -> CompositeImage                 : Not a Composite Image
462ID-4352    -> AutoBracketing                 : Off
463ID-4353    -> SequenceNumber                 : 0
464ID-4864    -> BlurWarning                    : None
465ID-4865    -> FocusWarning                   : Good
466ID-4866    -> ExposureWarning                : Good
467ID-5       -> GPSAltitudeRef                 : Above Sea Level
468ID-5120    -> DynamicRange                   : Standard
469ID-5121    -> FilmMode                       : F2/Fujichrome (Velvia)
470ID-5122    -> DynamicRangeSetting            : Manual
471ID-5123    -> DevelopmentDynamicRange        : 100
472ID-5124    -> MinFocalLength                 : 10
473ID-5125    -> MaxFocalLength                 : 24
474ID-5126    -> MaxApertureAtMinFocal          : 4
475ID-5127    -> MaxApertureAtMaxFocal          : 4
476ID-513     -> ThumbnailOffset                : 4256
477ID-514     -> ThumbnailLength                : 8341
478ID-5154    -> ImageStabilization             : OIS Lens; On (mode 1, continuous); 0
479ID-5174    -> ImageGeneration                : Re-developed from RAW
480ID-5176    -> ImageCount                     : 8999
481ID-5190    -> FlickerReduction               : Off (0x0003)
482ID-5191    -> FujiModel                      : X-T5_0100
483ID-5192    -> FujiModel2                     : X-T5_0100
484ID-5197    -> RollAngle                      : 0
485ID-531     -> YCbCrPositioning               : Co-sited
486ID-531     -> YCbCrPositioning (1)           : Co-sited
487ID-6       -> GPSAltitude (1)                : 1577 m
488ID-7       -> GPSTimeStamp                   : 05:22:03
489ID-BitsPerSample -> BitsPerSample                  : 8
490ID-ColorComponents -> ColorComponents                : 3
491ID-Directory -> Directory                      : .
492ID-EncodingProcess -> EncodingProcess                : Baseline DCT, Huffman coding
493ID-Exif-Aperture -> Aperture                       : 4.0
494ID-Exif-CircleOfConfusion -> CircleOfConfusion              : 0.020 mm
495ID-Exif-FOV -> FOV                            : 100.4 deg
496ID-Exif-FocalLength35efl -> FocalLength35efl               : 10.0 mm (35 mm equivalent: 15.0 mm)
497ID-Exif-GPSPosition -> GPSPosition                    : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E
498ID-Exif-HyperfocalDistance -> HyperfocalDistance             : 1.25 m
499ID-Exif-ImageSize -> ImageSize                      : 7728x5152
500ID-Exif-LensID-2 -> LensID                         : XF10-24mm F4 R OIS WR
501ID-Exif-LightValue -> LightValue                     : 13.8
502ID-Exif-Megapixels -> Megapixels                     : 39.8
503ID-Exif-PreviewImageSize -> PreviewImageSize               : 640x480
504ID-Exif-ScaleFactor35efl -> ScaleFactor35efl               : 1.5
505ID-Exif-ShutterSpeed -> ShutterSpeed                   : 1/1100
506ID-Exif-SubSecCreateDate -> SubSecCreateDate               : 2023:06:03 14:22:04+09:00
507ID-Exif-SubSecDateTimeOriginal -> SubSecDateTimeOriginal         : 2023:06:03 14:22:04+09:00
508ID-Exif-SubSecModifyDate -> SubSecModifyDate               : 2023:06:04 19:32:29+09:00
509ID-Exif-ThumbnailImage -> ThumbnailImage                 : SCALAR(0xfcf160)
510ID-ExifByteOrder -> ExifByteOrder                  : Little-endian (Intel, II)
511ID-ExifToolVersion -> ExifToolVersion                : 12.70
512ID-FileAccessDate -> FileAccessDate                 : 2024:01:03 01:08:43+09:00
513ID-FileInodeChangeDate -> FileInodeChangeDate            : 2024:01:03 01:08:43+09:00
514ID-FileModifyDate -> FileModifyDate                 : 2023:06:04 19:32:30+09:00
515ID-FileName -> FileName                       : DSCF5465.JPG
516ID-FilePermissions -> FilePermissions                : -rwxrw-r--
517ID-FileSize -> FileSize                       : 24 MB
518ID-FileType -> FileType                       : JPEG
519ID-FileTypeExtension -> FileTypeExtension              : jpg
520ID-GPS-GPSAltitude -> GPSAltitude                    : 1577 m Above Sea Level
521ID-GPS-GPSDateTime -> GPSDateTime                    : 2023:06:03 05:22:03Z
522ID-GPS-GPSLatitude -> GPSLatitude                    : 35 deg 22' 24.64" N
523ID-GPS-GPSLongitude -> GPSLongitude                   : 133 deg 32' 4.97" E
524ID-ImageHeight -> ImageHeight                    : 5152
525ID-ImageWidth -> ImageWidth                     : 7728
526ID-MIMEType -> MIMEType                       : image/jpeg
527ID-Preview -> PreviewImage                   : SCALAR(0x1928248)
528ID-PrintIMVersion -> PrintIMVersion                 : 0250
529ID-Rating  -> Rating                         : 0
530ID-YCbCrSubSampling -> YCbCrSubSampling               : YCbCr4:2:2 (2 1)
531IFD0       -> Artist                         : MeltingRabbit
532IFD0       -> Copyright                      : MeltingRabbit
533IFD0       -> Make                           : FUJIFILM
534IFD0       -> Model                          : X-T5
535IFD0       -> ModifyDate                     : 2023:06:04 19:32:29
536IFD0       -> Orientation                    : Horizontal (normal)
537IFD0       -> ResolutionUnit                 : inches
538IFD0       -> Software                       : Digital Camera X-T5 Ver2.00
539IFD0       -> XResolution                    : 72
540IFD0       -> YCbCrPositioning               : Co-sited
541IFD0       -> YResolution                    : 72
542IFD1       -> Artist (1)                     : MeltingRabbit
543IFD1       -> Compression                    : JPEG (old-style)
544IFD1       -> Orientation (1)                : Horizontal (normal)
545IFD1       -> ResolutionUnit (1)             : inches
546IFD1       -> ThumbnailImage                 : SCALAR(0xfcf160)
547IFD1       -> ThumbnailLength                : 8341
548IFD1       -> ThumbnailOffset                : 4256
549IFD1       -> XResolution (1)                : 72
550IFD1       -> YCbCrPositioning (1)           : Co-sited
551IFD1       -> YResolution (1)                : 72
552Image      -> Aperture                       : 4.0
553Image      -> ApertureValue                  : 4.0
554Image      -> BitsPerSample                  : 8
555Image      -> BrightnessValue                : 9.4
556Image      -> CameraElevationAngle           : -4.1
557Image      -> ColorComponents                : 3
558Image      -> ColorSpace                     : sRGB
559Image      -> ComponentsConfiguration        : Y, Cb, Cr, -
560Image      -> CompositeImage                 : Not a Composite Image
561Image      -> CompressedBitsPerPixel         : 4.8
562Image      -> Compression                    : JPEG (old-style)
563Image      -> CustomRendered                 : Normal
564Image      -> EncodingProcess                : Baseline DCT, Huffman coding
565Image      -> ExifByteOrder                  : Little-endian (Intel, II)
566Image      -> ExifImageHeight                : 5152
567Image      -> ExifImageWidth                 : 7728
568Image      -> ExifVersion                    : 0232
569Image      -> ExposureCompensation           : 0
570Image      -> ExposureTime                   : 1/1100
571Image      -> FNumber                        : 4.0
572Image      -> FOV                            : 100.4 deg
573Image      -> FileSource                     : Digital Camera
574Image      -> FlashpixVersion                : 0100
575Image      -> ISO                            : 125
576Image      -> ImageHeight                    : 5152
577Image      -> ImageSize                      : 7728x5152
578Image      -> ImageWidth                     : 7728
579Image      -> InteropIndex                   : R98 - DCF basic file (sRGB)
580Image      -> InteropVersion                 : 0100
581Image      -> LensInfo                       : 10-24mm f/4
582Image      -> LensMake                       : FUJIFILM
583Image      -> LensModel                      : XF10-24mmF4 R OIS WR
584Image      -> LensSerialNumber               : 0DA00449
585Image      -> LightValue                     : 13.8
586Image      -> Megapixels                     : 39.8
587Image      -> Orientation                    : Horizontal (normal)
588Image      -> Orientation (1)                : Horizontal (normal)
589Image      -> PreviewImageHeight             : 480
590Image      -> PreviewImageSize               : 640x480
591Image      -> PreviewImageWidth              : 640
592Image      -> Rating                         : 0
593Image      -> ResolutionUnit                 : inches
594Image      -> ResolutionUnit (1)             : inches
595Image      -> SceneType                      : Directly photographed
596Image      -> SensitivityType                : Standard Output Sensitivity
597Image      -> SerialNumber                   : 2D011957
598Image      -> ShutterSpeed                   : 1/1100
599Image      -> ShutterSpeedValue              : 1/1144
600Image      -> Software                       : Digital Camera X-T5 Ver2.00
601Image      -> ThumbnailLength                : 8341
602Image      -> ThumbnailOffset                : 4256
603Image      -> UserComment                    :
604Image      -> XResolution                    : 72
605Image      -> XResolution (1)                : 72
606Image      -> YCbCrPositioning               : Co-sited
607Image      -> YCbCrPositioning (1)           : Co-sited
608Image      -> YCbCrSubSampling               : YCbCr4:2:2 (2 1)
609Image      -> YResolution                    : 72
610Image      -> YResolution (1)                : 72
611InteropIFD -> InteropIndex                   : R98 - DCF basic file (sRGB)
612InteropIFD -> InteropVersion                 : 0100
613Location   -> GPSAltitude                    : 1577 m Above Sea Level
614Location   -> GPSAltitude (1)                : 1577 m
615Location   -> GPSAltitudeRef                 : Above Sea Level
616Location   -> GPSLatitude                    : 35 deg 22' 24.64" N
617Location   -> GPSLatitude (1)                : 35 deg 22' 24.64"
618Location   -> GPSLatitudeRef                 : North
619Location   -> GPSLongitude                   : 133 deg 32' 4.97" E
620Location   -> GPSLongitude (1)               : 133 deg 32' 4.97"
621Location   -> GPSLongitudeRef                : East
622Location   -> GPSMapDatum                    : WGS-84
623Location   -> GPSPosition                    : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E
624Location   -> GPSSpeed                       : 680
625Location   -> GPSSpeedRef                    : km/h
626Location   -> GPSVersionID                   : 2.3.0.0
627Main       -> AF-CPriority                   : Release
628Main       -> AF-CSetting                    : Set 1 (multi-purpose)
629Main       -> AF-CSpeedTrackingSensitivity   : 0
630Main       -> AF-CTrackingSensitivity        : 2
631Main       -> AF-CZoneAreaSwitching          : Auto
632Main       -> AF-SPriority                   : Release
633Main       -> AFAreaMode                     : Single Point
634Main       -> AFAreaPointSize                : 4
635Main       -> AFAreaZoneSize                 : n/a
636Main       -> AFMode                         : Single Point
637Main       -> Aperture                       : 4.0
638Main       -> ApertureValue                  : 4.0
639Main       -> Artist                         : MeltingRabbit
640Main       -> Artist (1)                     : MeltingRabbit
641Main       -> AutoBracketing                 : Off
642Main       -> BitsPerSample                  : 8
643Main       -> BlurWarning                    : None
644Main       -> BrightnessValue                : 9.4
645Main       -> CameraElevationAngle           : -4.1
646Main       -> CircleOfConfusion              : 0.020 mm
647Main       -> Clarity                        : 2
648Main       -> ColorChromeEffect              : Off
649Main       -> ColorChromeFXBlue              : Strong
650Main       -> ColorComponents                : 3
651Main       -> ColorSpace                     : sRGB
652Main       -> ComponentsConfiguration        : Y, Cb, Cr, -
653Main       -> CompositeImage                 : Not a Composite Image
654Main       -> CompressedBitsPerPixel         : 4.8
655Main       -> Compression                    : JPEG (old-style)
656Main       -> Contrast                       : Normal
657Main       -> Copyright                      : MeltingRabbit
658Main       -> CreateDate                     : 2023:06:03 14:22:04
659Main       -> CropMode                       : n/a
660Main       -> CustomRendered                 : Normal
661Main       -> DateTimeOriginal               : 2023:06:03 14:22:04
662Main       -> DevelopmentDynamicRange        : 100
663Main       -> Directory                      : .
664Main       -> DriveMode                      : Single
665Main       -> DriveSpeed                     : n/a
666Main       -> DynamicRange                   : Standard
667Main       -> DynamicRangeSetting            : Manual
668Main       -> EncodingProcess                : Baseline DCT, Huffman coding
669Main       -> ExifByteOrder                  : Little-endian (Intel, II)
670Main       -> ExifImageHeight                : 5152
671Main       -> ExifImageWidth                 : 7728
672Main       -> ExifToolVersion                : 12.70
673Main       -> ExifVersion                    : 0232
674Main       -> ExposureCompensation           : 0
675Main       -> ExposureCount                  : 1
676Main       -> ExposureMode                   : Auto
677Main       -> ExposureProgram                : Aperture-priority AE
678Main       -> ExposureTime                   : 1/1100
679Main       -> ExposureWarning                : Good
680Main       -> FNumber                        : 4.0
681Main       -> FOV                            : 100.4 deg
682Main       -> FacesDetected                  : 0
683Main       -> FileAccessDate                 : 2024:01:03 01:08:43+09:00
684Main       -> FileInodeChangeDate            : 2024:01:03 01:08:43+09:00
685Main       -> FileModifyDate                 : 2023:06:04 19:32:30+09:00
686Main       -> FileName                       : DSCF5465.JPG
687Main       -> FilePermissions                : -rwxrw-r--
688Main       -> FileSize                       : 24 MB
689Main       -> FileSource                     : Digital Camera
690Main       -> FileType                       : JPEG
691Main       -> FileTypeExtension              : jpg
692Main       -> FilmMode                       : F2/Fujichrome (Velvia)
693Main       -> Flash                          : No Flash
694Main       -> FlashExposureComp              : 0
695Main       -> FlashpixVersion                : 0100
696Main       -> FlickerReduction               : Off (0x0003)
697Main       -> FocalLength                    : 10.0 mm
698Main       -> FocalLength35efl               : 10.0 mm (35 mm equivalent: 15.0 mm)
699Main       -> FocalLengthIn35mmFormat        : 15 mm
700Main       -> FocalPlaneResolutionUnit       : cm
701Main       -> FocalPlaneXResolution          : 3289
702Main       -> FocalPlaneYResolution          : 3289
703Main       -> FocusMode                      : Auto
704Main       -> FocusMode2                     : AF-S
705Main       -> FocusPixel                     : 3863 3114
706Main       -> FocusWarning                   : Good
707Main       -> FujiFlashMode                  : Not Attached
708Main       -> FujiModel                      : X-T5_0100
709Main       -> FujiModel2                     : X-T5_0100
710Main       -> GPSAltitude                    : 1577 m Above Sea Level
711Main       -> GPSAltitude (1)                : 1577 m
712Main       -> GPSAltitudeRef                 : Above Sea Level
713Main       -> GPSDateStamp                   : 2023:06:03
714Main       -> GPSDateTime                    : 2023:06:03 05:22:03Z
715Main       -> GPSLatitude                    : 35 deg 22' 24.64" N
716Main       -> GPSLatitude (1)                : 35 deg 22' 24.64"
717Main       -> GPSLatitudeRef                 : North
718Main       -> GPSLongitude                   : 133 deg 32' 4.97" E
719Main       -> GPSLongitude (1)               : 133 deg 32' 4.97"
720Main       -> GPSLongitudeRef                : East
721Main       -> GPSMapDatum                    : WGS-84
722Main       -> GPSPosition                    : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E
723Main       -> GPSSpeed                       : 680
724Main       -> GPSSpeedRef                    : km/h
725Main       -> GPSTimeStamp                   : 05:22:03
726Main       -> GPSVersionID                   : 2.3.0.0
727Main       -> GrainEffectRoughness           : Off
728Main       -> GrainEffectSize                : Off
729Main       -> HighlightTone                  : +1 (medium hard)
730Main       -> HyperfocalDistance             : 1.25 m
731Main       -> ISO                            : 125
732Main       -> ImageCount                     : 8999
733Main       -> ImageGeneration                : Re-developed from RAW
734Main       -> ImageHeight                    : 5152
735Main       -> ImageSize                      : 7728x5152
736Main       -> ImageStabilization             : OIS Lens; On (mode 1, continuous); 0
737Main       -> ImageWidth                     : 7728
738Main       -> InternalSerialNumber           : FF02B7129028     Y56881 2022:10:28 F22310411144
739Main       -> InteropIndex                   : R98 - DCF basic file (sRGB)
740Main       -> InteropVersion                 : 0100
741Main       -> LensID                         : XF10-24mm F4 R OIS WR
742Main       -> LensInfo                       : 10-24mm f/4
743Main       -> LensMake                       : FUJIFILM
744Main       -> LensModel                      : XF10-24mmF4 R OIS WR
745Main       -> LensModulationOptimizer        : On
746Main       -> LensSerialNumber               : 0DA00449
747Main       -> LightSource                    : Unknown
748Main       -> LightValue                     : 13.8
749Main       -> MIMEType                       : image/jpeg
750Main       -> Make                           : FUJIFILM
751Main       -> MaxApertureAtMaxFocal          : 4
752Main       -> MaxApertureAtMinFocal          : 4
753Main       -> MaxApertureValue               : 4.0
754Main       -> MaxFocalLength                 : 24
755Main       -> Megapixels                     : 39.8
756Main       -> MeteringMode                   : Multi-segment
757Main       -> MinFocalLength                 : 10
758Main       -> Model                          : X-T5
759Main       -> ModifyDate                     : 2023:06:04 19:32:29
760Main       -> NoiseReduction                 : 0 (normal)
761Main       -> NumFaceElements                : 0
762Main       -> OffsetTime                     : +09:00
763Main       -> OffsetTimeDigitized            : +09:00
764Main       -> OffsetTimeOriginal             : +09:00
765Main       -> Orientation                    : Horizontal (normal)
766Main       -> Orientation (1)                : Horizontal (normal)
767Main       -> PictureMode                    : Aperture-priority AE
768Main       -> PreAF                          : Off
769Main       -> PreviewImage                   : SCALAR(0x19312f8)
770Main       -> PreviewImageHeight             : 480
771Main       -> PreviewImageSize               : 640x480
772Main       -> PreviewImageWidth              : 640
773Main       -> PrintIMVersion                 : 0250
774Main       -> Quality                        : FINE
775Main       -> Rating                         : 0
776Main       -> ResolutionUnit                 : inches
777Main       -> ResolutionUnit (1)             : inches
778Main       -> RollAngle                      : 0
779Main       -> Saturation                     : 0 (normal)
780Main       -> ScaleFactor35efl               : 1.5
781Main       -> SceneCaptureType               : Standard
782Main       -> SceneType                      : Directly photographed
783Main       -> SensingMethod                  : One-chip color area
784Main       -> SensitivityType                : Standard Output Sensitivity
785Main       -> SequenceNumber                 : 0
786Main       -> SerialNumber                   : 2D011957
787Main       -> ShadowTone                     : 0 (normal)
788Main       -> Sharpness                      : Hard
789Main       -> Sharpness (1)                  : +2 (hard)
790Main       -> ShutterSpeed                   : 1/1100
791Main       -> ShutterSpeedValue              : 1/1144
792Main       -> ShutterType                    : Electronic Front Curtain
793Main       -> SlowSync                       : Off
794Main       -> Software                       : Digital Camera X-T5 Ver2.00
795Main       -> SubSecCreateDate               : 2023:06:03 14:22:04+09:00
796Main       -> SubSecDateTimeOriginal         : 2023:06:03 14:22:04+09:00
797Main       -> SubSecModifyDate               : 2023:06:04 19:32:29+09:00
798Main       -> SubjectDistanceRange           : Unknown
799Main       -> ThumbnailImage                 : SCALAR(0xfcf160)
800Main       -> ThumbnailLength                : 8341
801Main       -> ThumbnailOffset                : 4256
802Main       -> UserComment                    :
803Main       -> Version                        : 0130
804Main       -> WhiteBalance                   : Auto
805Main       -> WhiteBalance (1)               : Auto
806Main       -> WhiteBalanceFineTune           : Red +0, Blue +0
807Main       -> XResolution                    : 72
808Main       -> XResolution (1)                : 72
809Main       -> YCbCrPositioning               : Co-sited
810Main       -> YCbCrPositioning (1)           : Co-sited
811Main       -> YCbCrSubSampling               : YCbCr4:2:2 (2 1)
812Main       -> YResolution                    : 72
813Main       -> YResolution (1)                : 72
814MakerNotes -> AF-CPriority                   : Release
815MakerNotes -> AF-CSetting                    : Set 1 (multi-purpose)
816MakerNotes -> AF-CSpeedTrackingSensitivity   : 0
817MakerNotes -> AF-CTrackingSensitivity        : 2
818MakerNotes -> AF-CZoneAreaSwitching          : Auto
819MakerNotes -> AF-SPriority                   : Release
820MakerNotes -> AFAreaMode                     : Single Point
821MakerNotes -> AFAreaPointSize                : 4
822MakerNotes -> AFAreaZoneSize                 : n/a
823MakerNotes -> AFMode                         : Single Point
824MakerNotes -> AutoBracketing                 : Off
825MakerNotes -> BlurWarning                    : None
826MakerNotes -> Clarity                        : 2
827MakerNotes -> ColorChromeEffect              : Off
828MakerNotes -> ColorChromeFXBlue              : Strong
829MakerNotes -> Contrast                       : Normal
830MakerNotes -> CropMode                       : n/a
831MakerNotes -> DevelopmentDynamicRange        : 100
832MakerNotes -> DriveMode                      : Single
833MakerNotes -> DriveSpeed                     : n/a
834MakerNotes -> DynamicRange                   : Standard
835MakerNotes -> DynamicRangeSetting            : Manual
836MakerNotes -> ExposureCount                  : 1
837MakerNotes -> ExposureWarning                : Good
838MakerNotes -> FacesDetected                  : 0
839MakerNotes -> FilmMode                       : F2/Fujichrome (Velvia)
840MakerNotes -> FlashExposureComp              : 0
841MakerNotes -> FlickerReduction               : Off (0x0003)
842MakerNotes -> FocusMode                      : Auto
843MakerNotes -> FocusMode2                     : AF-S
844MakerNotes -> FocusPixel                     : 3863 3114
845MakerNotes -> FocusWarning                   : Good
846MakerNotes -> FujiFlashMode                  : Not Attached
847MakerNotes -> FujiModel                      : X-T5_0100
848MakerNotes -> FujiModel2                     : X-T5_0100
849MakerNotes -> GrainEffectRoughness           : Off
850MakerNotes -> GrainEffectSize                : Off
851MakerNotes -> HighlightTone                  : +1 (medium hard)
852MakerNotes -> ImageCount                     : 8999
853MakerNotes -> ImageGeneration                : Re-developed from RAW
854MakerNotes -> ImageStabilization             : OIS Lens; On (mode 1, continuous); 0
855MakerNotes -> InternalSerialNumber           : FF02B7129028     Y56881 2022:10:28 F22310411144
856MakerNotes -> LensModulationOptimizer        : On
857MakerNotes -> MaxApertureAtMaxFocal          : 4
858MakerNotes -> MaxApertureAtMinFocal          : 4
859MakerNotes -> MaxFocalLength                 : 24
860MakerNotes -> MinFocalLength                 : 10
861MakerNotes -> NoiseReduction                 : 0 (normal)
862MakerNotes -> NumFaceElements                : 0
863MakerNotes -> PictureMode                    : Aperture-priority AE
864MakerNotes -> PreAF                          : Off
865MakerNotes -> Quality                        : FINE
866MakerNotes -> RollAngle                      : 0
867MakerNotes -> Saturation                     : 0 (normal)
868MakerNotes -> SequenceNumber                 : 0
869MakerNotes -> ShadowTone                     : 0 (normal)
870MakerNotes -> Sharpness (1)                  : +2 (hard)
871MakerNotes -> ShutterType                    : Electronic Front Curtain
872MakerNotes -> SlowSync                       : Off
873MakerNotes -> Version                        : 0130
874MakerNotes -> WhiteBalance                   : Auto
875MakerNotes -> WhiteBalanceFineTune           : Red +0, Blue +0
876Other      -> Directory                      : .
877Other      -> FileName                       : DSCF5465.JPG
878Other      -> FilePermissions                : -rwxrw-r--
879Other      -> FileSize                       : 24 MB
880Other      -> FileType                       : JPEG
881Other      -> FileTypeExtension              : jpg
882Other      -> MIMEType                       : image/jpeg
883Preview    -> PreviewImage                   : SCALAR(0x1922df8)
884Preview    -> ThumbnailImage                 : SCALAR(0xfcf160)
885PrintIM    -> PrintIMVersion                 : 0250
886Printing   -> PrintIMVersion                 : 0250
887System     -> Directory                      : .
888System     -> FileAccessDate                 : 2024:01:03 01:08:43+09:00
889System     -> FileInodeChangeDate            : 2024:01:03 01:08:43+09:00
890System     -> FileModifyDate                 : 2023:06:04 19:32:30+09:00
891System     -> FileName                       : DSCF5465.JPG
892System     -> FilePermissions                : -rwxrw-r--
893System     -> FileSize                       : 24 MB
894Time       -> CreateDate                     : 2023:06:03 14:22:04
895Time       -> DateTimeOriginal               : 2023:06:03 14:22:04
896Time       -> FileAccessDate                 : 2024:01:03 01:08:43+09:00
897Time       -> FileInodeChangeDate            : 2024:01:03 01:08:43+09:00
898Time       -> FileModifyDate                 : 2023:06:04 19:32:30+09:00
899Time       -> GPSDateStamp                   : 2023:06:03
900Time       -> GPSDateTime                    : 2023:06:03 05:22:03Z
901Time       -> GPSTimeStamp                   : 05:22:03
902Time       -> ModifyDate                     : 2023:06:04 19:32:29
903Time       -> OffsetTime                     : +09:00
904Time       -> OffsetTimeDigitized            : +09:00
905Time       -> OffsetTimeOriginal             : +09:00
906Time       -> SubSecCreateDate               : 2023:06:03 14:22:04+09:00
907Time       -> SubSecDateTimeOriginal         : 2023:06:03 14:22:04+09:00
908Time       -> SubSecModifyDate               : 2023:06:04 19:32:29+09:00
909XMP        -> Rating                         : 0
910XMP-xmp    -> Rating                         : 0

Adobe Lightroom Classic 現像の Exif Tag Groups ごとの値

0001APP14      -> APP14Flags0                    : [14], Encoded with Blend=1 downsampling
0002APP14      -> APP14Flags1                    : (none)
0003APP14      -> ColorTransform                 : YCbCr
0004APP14      -> DCTEncodeVersion               : 100
0005Adobe      -> APP14Flags0                    : [14], Encoded with Blend=1 downsampling
0006Adobe      -> APP14Flags1                    : (none)
0007Adobe      -> ColorTransform                 : YCbCr
0008Adobe      -> DCTEncodeVersion               : 100
0009Author     -> Artist                         : MeltingRabbit
0010Author     -> By-line                        : MeltingRabbit
0011Author     -> Copyright                      : MeltingRabbit
0012Author     -> CopyrightNotice                : MeltingRabbit
0013Author     -> Creator                        : MeltingRabbit
0014Author     -> Rights                         : MeltingRabbit
0015Camera     -> CircleOfConfusion              : 0.020 mm
0016Camera     -> DeviceMfgDesc                  : IEC http://www.iec.ch
0017Camera     -> DeviceModelDesc                : IEC 61966-2.1 Default RGB colour space - sRGB
0018Camera     -> DistortionCorrectionAlreadyApplied : True
0019Camera     -> ExposureMode                   : Auto
0020Camera     -> ExposureProgram                : Aperture-priority AE
0021Camera     -> Flash                          : No Flash
0022Camera     -> FocalLength                    : 33.0 mm
0023Camera     -> FocalLength35efl               : 33.0 mm (35 mm equivalent: 50.0 mm)
0024Camera     -> FocalLengthIn35mmFormat        : 50 mm
0025Camera     -> FocalPlaneResolutionUnit       : cm
0026Camera     -> FocalPlaneXResolution          : 3303.855743
0027Camera     -> FocalPlaneYResolution          : 3303.855743
0028Camera     -> FujiRatingAlreadyApplied       : True
0029Camera     -> HyperfocalDistance             : 39.23 m
0030Camera     -> LateralChromaticAberrationCorrectionAlreadyApplied : True
0031Camera     -> Lens                           : XF33mmF1.4 R LM WR
0032Camera     -> LensID                         : XF33mm F1.4 R LM WR
0033Camera     -> LensInfo (1)                   : 33mm f/1.4
0034Camera     -> LensModel (1)                  : XF33mmF1.4 R LM WR
0035Camera     -> LensSerialNumber (1)           : 3DA01450
0036Camera     -> LightSource                    : Unknown
0037Camera     -> Make                           : FUJIFILM
0038Camera     -> MaxApertureValue               : 1.4
0039Camera     -> MeteringMode                   : Multi-segment
0040Camera     -> Model                          : X-T5
0041Camera     -> ScaleFactor35efl               : 1.5
0042Camera     -> SceneCaptureType               : Standard
0043Camera     -> SensingMethod                  : One-chip color area
0044Camera     -> SerialNumber (1)               : 2D011957
0045Camera     -> Sharpness                      : Normal
0046Camera     -> SubjectDistanceRange           : Unknown
0047Camera     -> VignetteCorrectionAlreadyApplied : True
0048Camera     -> WhiteBalance                   : Auto
0049Composite  -> Aperture                       : 1.4
0050Composite  -> CircleOfConfusion              : 0.020 mm
0051Composite  -> DateTimeCreated                : 2023:12:06 20:38:18+04:00
0052Composite  -> DigitalCreationDateTime        : 2023:12:06 20:38:18+04:00
0053Composite  -> FOV                            : 39.6 deg
0054Composite  -> FocalLength35efl               : 33.0 mm (35 mm equivalent: 50.0 mm)
0055Composite  -> GPSAltitude                    : 31 m Below Sea Level
0056Composite  -> GPSDateTime                    : 2023:12:06 16:38:14Z
0057Composite  -> GPSLatitude                    : 25 deg 7' 1.11" N
0058Composite  -> GPSLongitude                   : 55 deg 11' 40.21" E
0059Composite  -> GPSPosition                    : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E
0060Composite  -> HyperfocalDistance             : 39.23 m
0061Composite  -> ImageSize                      : 7728x5152
0062Composite  -> LensID                         : XF33mm F1.4 R LM WR
0063Composite  -> LightValue                     : 3.6
0064Composite  -> Megapixels                     : 39.8
0065Composite  -> ScaleFactor35efl               : 1.5
0066Composite  -> ShutterSpeed                   : 1/50
0067Composite  -> SubSecCreateDate               : 2023:12:06 20:38:18+04:00
0068Composite  -> SubSecDateTimeOriginal         : 2023:12:06 20:38:18+04:00
0069Composite  -> SubSecModifyDate               : 2024:01:02 16:22:07+09:00
0070Copy1      -> City (1)                       : ドバイ
0071Copy1      -> CreateDate (1)                 : 2023:12:06 20:38:18+04:00
0072Copy1      -> DateCreated (1)                : 2023:12:06
0073Copy1      -> GPSAltitude (1)                : 31 m
0074Copy1      -> GPSLatitude (1)                : 25 deg 7' 1.11"
0075Copy1      -> GPSLongitude (1)               : 55 deg 11' 40.21"
0076Copy1      -> LensInfo (1)                   : 33mm f/1.4
0077Copy1      -> LensModel (1)                  : XF33mmF1.4 R LM WR
0078Copy1      -> LensSerialNumber (1)           : 3DA01450
0079Copy1      -> ModifyDate (1)                 : 2024:01:02 16:22:07+09:00
0080Copy1      -> ResolutionUnit (1)             : inches
0081Copy1      -> SerialNumber (1)               : 2D011957
0082Copy1      -> Sharpness (1)                  : 40
0083Copy1      -> WhiteBalance (1)               : As Shot
0084Copy1      -> XResolution (1)                : 72
0085Copy1      -> YResolution (1)                : 72
0086Copy2      -> XResolution (2)                : 240
0087Copy2      -> YResolution (2)                : 240
0088Document   -> XMPToolkit                     : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00
0089EXIF       -> ApertureValue                  : 1.4
0090EXIF       -> Artist                         : MeltingRabbit
0091EXIF       -> BrightnessValue                : -0.79
0092EXIF       -> CameraElevationAngle           : -4.4
0093EXIF       -> ColorSpace                     : sRGB
0094EXIF       -> Compression                    : JPEG (old-style)
0095EXIF       -> Copyright                      : MeltingRabbit
0096EXIF       -> CreateDate                     : 2023:12:06 20:38:18
0097EXIF       -> CustomRendered                 : Normal
0098EXIF       -> DateTimeOriginal               : 2023:12:06 20:38:18
0099EXIF       -> ExifVersion                    : 0232
0100EXIF       -> ExposureCompensation           : +0.33
0101EXIF       -> ExposureMode                   : Auto
0102EXIF       -> ExposureProgram                : Aperture-priority AE
0103EXIF       -> ExposureTime                   : 1/50
0104EXIF       -> FNumber                        : 1.4
0105EXIF       -> FileSource                     : Digital Camera
0106EXIF       -> Flash                          : No Flash
0107EXIF       -> FocalLength                    : 33.0 mm
0108EXIF       -> FocalLengthIn35mmFormat        : 50 mm
0109EXIF       -> FocalPlaneResolutionUnit       : cm
0110EXIF       -> FocalPlaneXResolution          : 3303.855743
0111EXIF       -> FocalPlaneYResolution          : 3303.855743
0112EXIF       -> GPSAltitude (1)                : 31 m
0113EXIF       -> GPSAltitudeRef                 : Below Sea Level
0114EXIF       -> GPSDateStamp                   : 2023:12:06
0115EXIF       -> GPSLatitude (1)                : 25 deg 7' 1.11"
0116EXIF       -> GPSLatitudeRef                 : North
0117EXIF       -> GPSLongitude (1)               : 55 deg 11' 40.21"
0118EXIF       -> GPSLongitudeRef                : East
0119EXIF       -> GPSMapDatum                    : WGS-84
0120EXIF       -> GPSSpeed                       : 0
0121EXIF       -> GPSSpeedRef                    : km/h
0122EXIF       -> GPSTimeStamp                   : 16:38:14
0123EXIF       -> GPSVersionID                   : 2.3.0.0
0124EXIF       -> ISO                            : 800
0125EXIF       -> LensInfo                       : 33mm f/1.4
0126EXIF       -> LensMake                       : FUJIFILM
0127EXIF       -> LensModel                      : XF33mmF1.4 R LM WR
0128EXIF       -> LensSerialNumber               : 3DA01450
0129EXIF       -> LightSource                    : Unknown
0130EXIF       -> Make                           : FUJIFILM
0131EXIF       -> MaxApertureValue               : 1.4
0132EXIF       -> MeteringMode                   : Multi-segment
0133EXIF       -> Model                          : X-T5
0134EXIF       -> ModifyDate                     : 2024:01:02 16:22:07
0135EXIF       -> OffsetTime                     : +09:00
0136EXIF       -> OffsetTimeDigitized            : +04:00
0137EXIF       -> OffsetTimeOriginal             : +04:00
0138EXIF       -> ResolutionUnit                 : inches
0139EXIF       -> ResolutionUnit (1)             : inches
0140EXIF       -> SceneCaptureType               : Standard
0141EXIF       -> SceneType                      : Directly photographed
0142EXIF       -> SensingMethod                  : One-chip color area
0143EXIF       -> SensitivityType                : Standard Output Sensitivity
0144EXIF       -> SerialNumber                   : 2D011957
0145EXIF       -> Sharpness                      : Normal
0146EXIF       -> ShutterSpeedValue              : 1/50
0147EXIF       -> Software                       : Adobe Photoshop Lightroom Classic 12.3 (Windows)
0148EXIF       -> SubjectDistanceRange           : Unknown
0149EXIF       -> ThumbnailImage                 : SCALAR(0x1aa7630)
0150EXIF       -> ThumbnailLength                : 15104
0151EXIF       -> ThumbnailOffset                : 1360
0152EXIF       -> WhiteBalance                   : Auto
0153EXIF       -> XResolution                    : 240
0154EXIF       -> XResolution (1)                : 72
0155EXIF       -> YResolution                    : 240
0156EXIF       -> YResolution (1)                : 72
0157ExifIFD    -> ApertureValue                  : 1.4
0158ExifIFD    -> BrightnessValue                : -0.79
0159ExifIFD    -> CameraElevationAngle           : -4.4
0160ExifIFD    -> ColorSpace                     : sRGB
0161ExifIFD    -> CreateDate                     : 2023:12:06 20:38:18
0162ExifIFD    -> CustomRendered                 : Normal
0163ExifIFD    -> DateTimeOriginal               : 2023:12:06 20:38:18
0164ExifIFD    -> ExifVersion                    : 0232
0165ExifIFD    -> ExposureCompensation           : +0.33
0166ExifIFD    -> ExposureMode                   : Auto
0167ExifIFD    -> ExposureProgram                : Aperture-priority AE
0168ExifIFD    -> ExposureTime                   : 1/50
0169ExifIFD    -> FNumber                        : 1.4
0170ExifIFD    -> FileSource                     : Digital Camera
0171ExifIFD    -> Flash                          : No Flash
0172ExifIFD    -> FocalLength                    : 33.0 mm
0173ExifIFD    -> FocalLengthIn35mmFormat        : 50 mm
0174ExifIFD    -> FocalPlaneResolutionUnit       : cm
0175ExifIFD    -> FocalPlaneXResolution          : 3303.855743
0176ExifIFD    -> FocalPlaneYResolution          : 3303.855743
0177ExifIFD    -> ISO                            : 800
0178ExifIFD    -> LensInfo                       : 33mm f/1.4
0179ExifIFD    -> LensMake                       : FUJIFILM
0180ExifIFD    -> LensModel                      : XF33mmF1.4 R LM WR
0181ExifIFD    -> LensSerialNumber               : 3DA01450
0182ExifIFD    -> LightSource                    : Unknown
0183ExifIFD    -> MaxApertureValue               : 1.4
0184ExifIFD    -> MeteringMode                   : Multi-segment
0185ExifIFD    -> OffsetTime                     : +09:00
0186ExifIFD    -> OffsetTimeDigitized            : +04:00
0187ExifIFD    -> OffsetTimeOriginal             : +04:00
0188ExifIFD    -> SceneCaptureType               : Standard
0189ExifIFD    -> SceneType                      : Directly photographed
0190ExifIFD    -> SensingMethod                  : One-chip color area
0191ExifIFD    -> SensitivityType                : Standard Output Sensitivity
0192ExifIFD    -> SerialNumber                   : 2D011957
0193ExifIFD    -> Sharpness                      : Normal
0194ExifIFD    -> ShutterSpeedValue              : 1/50
0195ExifIFD    -> SubjectDistanceRange           : Unknown
0196ExifIFD    -> WhiteBalance                   : Auto
0197ExifTool   -> ExifToolVersion                : 12.70
0198File       -> BitsPerSample                  : 8
0199File       -> ColorComponents                : 3
0200File       -> CurrentIPTCDigest              : 7d108f8929e04b8fa1c8d9fa7044bec6
0201File       -> Directory                      : .
0202File       -> EncodingProcess                : Baseline DCT, Huffman coding
0203File       -> ExifByteOrder                  : Little-endian (Intel, II)
0204File       -> FileAccessDate                 : 2024:01:03 13:24:01+09:00
0205File       -> FileInodeChangeDate            : 2024:01:03 13:24:01+09:00
0206File       -> FileModifyDate                 : 2024:01:02 16:22:08+09:00
0207File       -> FileName                       : DSCF9340_lr.jpg
0208File       -> FilePermissions                : -rwxrw-r--
0209File       -> FileSize                       : 27 MB
0210File       -> FileType                       : JPEG
0211File       -> FileTypeExtension              : jpg
0212File       -> ImageHeight                    : 5152
0213File       -> ImageWidth                     : 7728
0214File       -> MIMEType                       : image/jpeg
0215File       -> YCbCrSubSampling               : YCbCr4:4:4 (1 1)
0216GPS        -> GPSAltitude (1)                : 31 m
0217GPS        -> GPSAltitudeRef                 : Below Sea Level
0218GPS        -> GPSDateStamp                   : 2023:12:06
0219GPS        -> GPSLatitude (1)                : 25 deg 7' 1.11"
0220GPS        -> GPSLatitudeRef                 : North
0221GPS        -> GPSLongitude (1)               : 55 deg 11' 40.21"
0222GPS        -> GPSLongitudeRef                : East
0223GPS        -> GPSMapDatum                    : WGS-84
0224GPS        -> GPSSpeed                       : 0
0225GPS        -> GPSSpeedRef                    : km/h
0226GPS        -> GPSTimeStamp                   : 16:38:14
0227GPS        -> GPSVersionID                   : 2.3.0.0
0228ICC-header -> CMMFlags                       : Not Embedded, Independent
0229ICC-header -> ColorSpaceData                 : RGB
0230ICC-header -> ConnectionSpaceIlluminant      : 0.9642 1 0.82491
0231ICC-header -> DeviceAttributes               : Reflective, Glossy, Positive, Color
0232ICC-header -> DeviceManufacturer             : Hewlett-Packard
0233ICC-header -> DeviceModel                    : sRGB
0234ICC-header -> PrimaryPlatform                : Microsoft Corporation
0235ICC-header -> ProfileCMMType                 : Linotronic
0236ICC-header -> ProfileClass                   : Display Device Profile
0237ICC-header -> ProfileConnectionSpace         : XYZ
0238ICC-header -> ProfileCreator                 : Hewlett-Packard
0239ICC-header -> ProfileDateTime                : 1998:02:09 06:49:00
0240ICC-header -> ProfileFileSignature           : acsp
0241ICC-header -> ProfileID                      : 0
0242ICC-header -> ProfileVersion                 : 2.1.0
0243ICC-header -> RenderingIntent                : Perceptual
0244ICC-meas   -> MeasurementBacking             : 0 0 0
0245ICC-meas   -> MeasurementFlare               : 0.999%
0246ICC-meas   -> MeasurementGeometry            : Unknown
0247ICC-meas   -> MeasurementIlluminant          : D65
0248ICC-meas   -> MeasurementObserver            : CIE 1931
0249ICC-view   -> ViewingCondIlluminant          : 19.6445 20.3718 16.8089
0250ICC-view   -> ViewingCondIlluminantType      : D50
0251ICC-view   -> ViewingCondSurround            : 3.92889 4.07439 3.36179
0252ICC_Profile -> BlueMatrixColumn               : 0.14307 0.06061 0.7141
0253ICC_Profile -> BlueTRC                        : SCALAR(0x230de90)
0254ICC_Profile -> CMMFlags                       : Not Embedded, Independent
0255ICC_Profile -> ColorSpaceData                 : RGB
0256ICC_Profile -> ConnectionSpaceIlluminant      : 0.9642 1 0.82491
0257ICC_Profile -> DeviceAttributes               : Reflective, Glossy, Positive, Color
0258ICC_Profile -> DeviceManufacturer             : Hewlett-Packard
0259ICC_Profile -> DeviceMfgDesc                  : IEC http://www.iec.ch
0260ICC_Profile -> DeviceModel                    : sRGB
0261ICC_Profile -> DeviceModelDesc                : IEC 61966-2.1 Default RGB colour space - sRGB
0262ICC_Profile -> GreenMatrixColumn              : 0.38515 0.71687 0.09708
0263ICC_Profile -> GreenTRC                       : SCALAR(0x1938530)
0264ICC_Profile -> Luminance                      : 76.03647 80 87.12462
0265ICC_Profile -> MeasurementBacking             : 0 0 0
0266ICC_Profile -> MeasurementFlare               : 0.999%
0267ICC_Profile -> MeasurementGeometry            : Unknown
0268ICC_Profile -> MeasurementIlluminant          : D65
0269ICC_Profile -> MeasurementObserver            : CIE 1931
0270ICC_Profile -> MediaBlackPoint                : 0 0 0
0271ICC_Profile -> MediaWhitePoint                : 0.95045 1 1.08905
0272ICC_Profile -> PrimaryPlatform                : Microsoft Corporation
0273ICC_Profile -> ProfileCMMType                 : Linotronic
0274ICC_Profile -> ProfileClass                   : Display Device Profile
0275ICC_Profile -> ProfileConnectionSpace         : XYZ
0276ICC_Profile -> ProfileCopyright               : Copyright (c) 1998 Hewlett-Packard Company
0277ICC_Profile -> ProfileCreator                 : Hewlett-Packard
0278ICC_Profile -> ProfileDateTime                : 1998:02:09 06:49:00
0279ICC_Profile -> ProfileDescription             : sRGB IEC61966-2.1
0280ICC_Profile -> ProfileFileSignature           : acsp
0281ICC_Profile -> ProfileID                      : 0
0282ICC_Profile -> ProfileVersion                 : 2.1.0
0283ICC_Profile -> RedMatrixColumn                : 0.43607 0.22249 0.01392
0284ICC_Profile -> RedTRC                         : SCALAR(0x230dba8)
0285ICC_Profile -> RenderingIntent                : Perceptual
0286ICC_Profile -> Technology                     : Cathode Ray Tube Display
0287ICC_Profile -> ViewingCondDesc                : Reference Viewing Condition in IEC61966-2.1
0288ICC_Profile -> ViewingCondIlluminant          : 19.6445 20.3718 16.8089
0289ICC_Profile -> ViewingCondIlluminantType      : D50
0290ICC_Profile -> ViewingCondSurround            : 3.92889 4.07439 3.36179
0291ID-0       -> ApplicationRecordVersion       : 4
0292ID-0       -> DCTEncodeVersion               : 100
0293ID-0       -> GPSVersionID                   : 2.3.0.0
0294ID-0       -> XResolution (2)                : 240
0295ID-1       -> APP14Flags0                    : [14], Encoded with Blend=1 downsampling
0296ID-1       -> GPSLatitudeRef                 : North
0297ID-100     -> Country-PrimaryLocationCode    : AE
0298ID-101     -> Country-PrimaryLocationName    : アラブ首長国連邦
0299ID-1036    -> PhotoshopThumbnail             : SCALAR(0x1b5c638)
0300ID-1061    -> IPTCDigest                     : 7d108f8929e04b8fa1c8d9fa7044bec6
0301ID-116     -> CopyrightNotice                : MeltingRabbit
0302ID-12      -> GPSSpeedRef                    : km/h
0303ID-12      -> MeasurementBacking             : 0 0 0
0304ID-12      -> ProfileClass                   : Display Device Profile
0305ID-13      -> GPSSpeed                       : 0
0306ID-16      -> ColorSpaceData                 : RGB
0307ID-18      -> GPSMapDatum                    : WGS-84
0308ID-2       -> APP14Flags1                    : (none)
0309ID-2       -> DisplayedUnitsX                : inches
0310ID-2       -> GPSLatitude (1)                : 25 deg 7' 1.11"
0311ID-20      -> ProfileConnectionSpace         : XYZ
0312ID-20      -> ViewingCondSurround            : 3.92889 4.07439 3.36179
0313ID-24      -> MeasurementGeometry            : Unknown
0314ID-24      -> ProfileDateTime                : 1998:02:09 06:49:00
0315ID-259     -> Compression                    : JPEG (old-style)
0316ID-271     -> Make                           : FUJIFILM
0317ID-272     -> Model                          : X-T5
0318ID-28      -> MeasurementFlare               : 0.999%
0319ID-282     -> XResolution                    : 240
0320ID-282     -> XResolution (1)                : 72
0321ID-283     -> YResolution                    : 240
0322ID-283     -> YResolution (1)                : 72
0323ID-29      -> GPSDateStamp                   : 2023:12:06
0324ID-296     -> ResolutionUnit                 : inches
0325ID-296     -> ResolutionUnit (1)             : inches
0326ID-3       -> ColorTransform                 : YCbCr
0327ID-3       -> GPSLongitudeRef                : East
0328ID-305     -> Software                       : Adobe Photoshop Lightroom Classic 12.3 (Windows)
0329ID-306     -> ModifyDate                     : 2024:01:02 16:22:07
0330ID-315     -> Artist                         : MeltingRabbit
0331ID-32      -> MeasurementIlluminant          : D65
0332ID-32      -> ViewingCondIlluminantType      : D50
0333ID-33432   -> Copyright                      : MeltingRabbit
0334ID-33434   -> ExposureTime                   : 1/50
0335ID-33437   -> FNumber                        : 1.4
0336ID-34850   -> ExposureProgram                : Aperture-priority AE
0337ID-34855   -> ISO                            : 800
0338ID-34864   -> SensitivityType                : Standard Output Sensitivity
0339ID-36      -> ProfileFileSignature           : acsp
0340ID-36864   -> ExifVersion                    : 0232
0341ID-36867   -> DateTimeOriginal               : 2023:12:06 20:38:18
0342ID-36868   -> CreateDate                     : 2023:12:06 20:38:18
0343ID-36880   -> OffsetTime                     : +09:00
0344ID-36881   -> OffsetTimeOriginal             : +04:00
0345ID-36882   -> OffsetTimeDigitized            : +04:00
0346ID-37377   -> ShutterSpeedValue              : 1/50
0347ID-37378   -> ApertureValue                  : 1.4
0348ID-37379   -> BrightnessValue                : -0.79
0349ID-37380   -> ExposureCompensation           : +0.33
0350ID-37381   -> MaxApertureValue               : 1.4
0351ID-37383   -> MeteringMode                   : Multi-segment
0352ID-37384   -> LightSource                    : Unknown
0353ID-37385   -> Flash                          : No Flash
0354ID-37386   -> FocalLength                    : 33.0 mm
0355ID-37893   -> CameraElevationAngle           : -4.4
0356ID-4       -> GPSLongitude (1)               : 55 deg 11' 40.21"
0357ID-4       -> ProfileCMMType                 : Linotronic
0358ID-4       -> YResolution (2)                : 240
0359ID-40      -> PrimaryPlatform                : Microsoft Corporation
0360ID-40961   -> ColorSpace                     : sRGB
0361ID-41486   -> FocalPlaneXResolution          : 3303.855743
0362ID-41487   -> FocalPlaneYResolution          : 3303.855743
0363ID-41488   -> FocalPlaneResolutionUnit       : cm
0364ID-41495   -> SensingMethod                  : One-chip color area
0365ID-41728   -> FileSource                     : Digital Camera
0366ID-41729   -> SceneType                      : Directly photographed
0367ID-41985   -> CustomRendered                 : Normal
0368ID-41986   -> ExposureMode                   : Auto
0369ID-41987   -> WhiteBalance                   : Auto
0370ID-41989   -> FocalLengthIn35mmFormat        : 50 mm
0371ID-41990   -> SceneCaptureType               : Standard
0372ID-41994   -> Sharpness                      : Normal
0373ID-41996   -> SubjectDistanceRange           : Unknown
0374ID-42033   -> SerialNumber                   : 2D011957
0375ID-42034   -> LensInfo                       : 33mm f/1.4
0376ID-42035   -> LensMake                       : FUJIFILM
0377ID-42036   -> LensModel                      : XF33mmF1.4 R LM WR
0378ID-42037   -> LensSerialNumber               : 3DA01450
0379ID-44      -> CMMFlags                       : Not Embedded, Independent
0380ID-48      -> DeviceManufacturer             : Hewlett-Packard
0381ID-5       -> GPSAltitudeRef                 : Below Sea Level
0382ID-513     -> ThumbnailOffset                : 1360
0383ID-514     -> ThumbnailLength                : 15104
0384ID-52      -> DeviceModel                    : sRGB
0385ID-55      -> DateCreated (1)                : 2023:12:06
0386ID-56      -> DeviceAttributes               : Reflective, Glossy, Positive, Color
0387ID-6       -> DisplayedUnitsY                : inches
0388ID-6       -> GPSAltitude (1)                : 31 m
0389ID-60      -> TimeCreated                    : 20:38:18+04:00
0390ID-62      -> DigitalCreationDate            : 2023:12:06
0391ID-63      -> DigitalCreationTime            : 20:38:18+04:00
0392ID-64      -> RenderingIntent                : Perceptual
0393ID-68      -> ConnectionSpaceIlluminant      : 0.9642 1 0.82491
0394ID-7       -> GPSTimeStamp                   : 16:38:14
0395ID-8       -> MeasurementObserver            : CIE 1931
0396ID-8       -> ProfileVersion                 : 2.1.0
0397ID-8       -> ViewingCondIlluminant          : 19.6445 20.3718 16.8089
0398ID-80      -> By-line                        : MeltingRabbit
0399ID-80      -> ProfileCreator                 : Hewlett-Packard
0400ID-84      -> ProfileID                      : 0
0401ID-90      -> City (1)                       : ドバイ
0402ID-90      -> CodedCharacterSet              : UTF8
0403ID-95      -> Province-State                 : ドバイ首長国
0404ID-AlreadyApplied -> AlreadyApplied                 : True
0405ID-AutoLateralCA -> AutoLateralCA                  : 1
0406ID-BitsPerSample -> BitsPerSample                  : 8
0407ID-Blacks2012 -> Blacks2012                     : -16
0408ID-BlueHue -> BlueHue                        : 0
0409ID-BlueSaturation -> BlueSaturation                 : 0
0410ID-CameraProfile -> CameraProfile                  : Camera Pro Neg Hi
0411ID-CameraProfileDigest -> CameraProfileDigest            : 3359FA54013194FAD426266D3FE61BE8
0412ID-CameraProfilesApertureValue -> CameraProfilesApertureValue    : 0.970854
0413ID-CameraProfilesAuthor -> CameraProfilesAuthor           : Adobe
0414ID-CameraProfilesAutoScale -> CameraProfilesAutoScale        : False
0415ID-CameraProfilesCameraPrettyName -> CameraProfilesCameraPrettyName : Fujifilm X-T5
0416ID-CameraProfilesCameraRawProfile -> CameraProfilesCameraRawProfile : True
0417ID-CameraProfilesFocalLength -> CameraProfilesFocalLength      : 33
0418ID-CameraProfilesFocusDistance -> CameraProfilesFocusDistance    : 10000
0419ID-CameraProfilesLens -> CameraProfilesLens             : XF33mmF1.4 R LM WR
0420ID-CameraProfilesLensPrettyName -> CameraProfilesLensPrettyName   : XF33mmF1.4 R LM WR
0421ID-CameraProfilesMake -> CameraProfilesMake             : FUJIFILM
0422ID-CameraProfilesModel -> CameraProfilesModel            : X-T5
0423ID-CameraProfilesPerspectiveModelImageXCenter -> CameraProfilesPerspectiveModelImageXCenter : 0.501812
0424ID-CameraProfilesPerspectiveModelImageYCenter -> CameraProfilesPerspectiveModelImageYCenter : 0.514752
0425ID-CameraProfilesPerspectiveModelRadialDistortParam1 -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911
0426ID-CameraProfilesPerspectiveModelRadialDistortParam2 -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313
0427ID-CameraProfilesPerspectiveModelRadialDistortParam3 -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685
0428ID-CameraProfilesPerspectiveModelScaleFactor -> CameraProfilesPerspectiveModelScaleFactor : 0.982285
0429ID-CameraProfilesPerspectiveModelVersion -> CameraProfilesPerspectiveModelVersion : 2
0430ID-CameraProfilesPerspectiveModelVignetteModelImageXCenter -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906
0431ID-CameraProfilesPerspectiveModelVignetteModelImageYCenter -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376
0432ID-CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1
0433ID-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
0434ID-CameraProfilesProfileName -> CameraProfilesProfileName      : Camera Settings
0435ID-CameraProfilesSensorFormatFactor -> CameraProfilesSensorFormatFactor : 1.539063
0436ID-CameraProfilesUniqueCameraModel -> CameraProfilesUniqueCameraModel : Fujifilm X-T5
0437ID-City    -> City                           : ドバイ
0438ID-Clarity2012 -> Clarity2012                    : +16
0439ID-ColorComponents -> ColorComponents                : 3
0440ID-ColorGradeBlending -> ColorGradeBlending             : 50
0441ID-ColorGradeGlobalHue -> ColorGradeGlobalHue            : 0
0442ID-ColorGradeGlobalLum -> ColorGradeGlobalLum            : 0
0443ID-ColorGradeGlobalSat -> ColorGradeGlobalSat            : 0
0444ID-ColorGradeHighlightLum -> ColorGradeHighlightLum         : 0
0445ID-ColorGradeMidtoneHue -> ColorGradeMidtoneHue           : 0
0446ID-ColorGradeMidtoneLum -> ColorGradeMidtoneLum           : 0
0447ID-ColorGradeMidtoneSat -> ColorGradeMidtoneSat           : 0
0448ID-ColorGradeShadowLum -> ColorGradeShadowLum            : 0
0449ID-ColorNoiseReduction -> ColorNoiseReduction            : 8
0450ID-ColorNoiseReductionDetail -> ColorNoiseReductionDetail      : 50
0451ID-ColorNoiseReductionSmoothness -> ColorNoiseReductionSmoothness  : 50
0452ID-Contrast2012 -> Contrast2012                   : +25
0453ID-ConvertToGrayscale -> ConvertToGrayscale             : False
0454ID-Country -> Country                        : アラブ首長国連邦
0455ID-CountryCode -> CountryCode                    : AE
0456ID-CreateDate -> CreateDate (1)                 : 2023:12:06 20:38:18+04:00
0457ID-CreatorTool -> CreatorTool                    : Adobe Photoshop Lightroom Classic 12.3 (Windows)
0458ID-CropAngle -> CropAngle                      : 0
0459ID-CropBottom -> CropBottom                     : 1
0460ID-CropConstrainToWarp -> CropConstrainToWarp            : 0
0461ID-CropLeft -> CropLeft                       : 0
0462ID-CropRight -> CropRight                      : 1
0463ID-CropTop -> CropTop                        : 0
0464ID-CurrentIPTCDigest -> CurrentIPTCDigest              : 7d108f8929e04b8fa1c8d9fa7044bec6
0465ID-DateCreated -> DateCreated                    : 2023:12:06 20:38:18+04:00
0466ID-DefringeGreenAmount -> DefringeGreenAmount            : 0
0467ID-DefringeGreenHueHi -> DefringeGreenHueHi             : 60
0468ID-DefringeGreenHueLo -> DefringeGreenHueLo             : 40
0469ID-DefringePurpleAmount -> DefringePurpleAmount           : 0
0470ID-DefringePurpleHueHi -> DefringePurpleHueHi            : 70
0471ID-DefringePurpleHueLo -> DefringePurpleHueLo            : 30
0472ID-Dehaze  -> Dehaze                         : 0
0473ID-DerivedFromDocumentID -> DerivedFromDocumentID          : 1CCDAF7E942BE2E79720105A9919C5A4
0474ID-DerivedFromOriginalDocumentID -> DerivedFromOriginalDocumentID  : 1CCDAF7E942BE2E79720105A9919C5A4
0475ID-Directory -> Directory                      : .
0476ID-DistortionCorrectionAlreadyApplied -> DistortionCorrectionAlreadyApplied : True
0477ID-DocumentID -> DocumentID                     : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc
0478ID-EncodingProcess -> EncodingProcess                : Baseline DCT, Huffman coding
0479ID-Exif-Aperture -> Aperture                       : 1.4
0480ID-Exif-CircleOfConfusion -> CircleOfConfusion              : 0.020 mm
0481ID-Exif-FOV -> FOV                            : 39.6 deg
0482ID-Exif-FocalLength35efl -> FocalLength35efl               : 33.0 mm (35 mm equivalent: 50.0 mm)
0483ID-Exif-GPSPosition -> GPSPosition                    : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E
0484ID-Exif-HyperfocalDistance -> HyperfocalDistance             : 39.23 m
0485ID-Exif-ImageSize -> ImageSize                      : 7728x5152
0486ID-Exif-LensID-2 -> LensID                         : XF33mm F1.4 R LM WR
0487ID-Exif-LightValue -> LightValue                     : 3.6
0488ID-Exif-Megapixels -> Megapixels                     : 39.8
0489ID-Exif-ScaleFactor35efl -> ScaleFactor35efl               : 1.5
0490ID-Exif-ShutterSpeed -> ShutterSpeed                   : 1/50
0491ID-Exif-SubSecCreateDate -> SubSecCreateDate               : 2023:12:06 20:38:18+04:00
0492ID-Exif-SubSecDateTimeOriginal -> SubSecDateTimeOriginal         : 2023:12:06 20:38:18+04:00
0493ID-Exif-SubSecModifyDate -> SubSecModifyDate               : 2024:01:02 16:22:07+09:00
0494ID-Exif-ThumbnailImage -> ThumbnailImage                 : SCALAR(0x1aa7630)
0495ID-ExifByteOrder -> ExifByteOrder                  : Little-endian (Intel, II)
0496ID-ExifToolVersion -> ExifToolVersion                : 12.70
0497ID-Exposure2012 -> Exposure2012                   : +0.70
0498ID-FileAccessDate -> FileAccessDate                 : 2024:01:03 13:24:01+09:00
0499ID-FileInodeChangeDate -> FileInodeChangeDate            : 2024:01:03 13:24:01+09:00
0500ID-FileModifyDate -> FileModifyDate                 : 2024:01:02 16:22:08+09:00
0501ID-FileName -> FileName                       : DSCF9340_lr.jpg
0502ID-FilePermissions -> FilePermissions                : -rwxrw-r--
0503ID-FileSize -> FileSize                       : 27 MB
0504ID-FileType -> FileType                       : JPEG
0505ID-FileTypeExtension -> FileTypeExtension              : jpg
0506ID-FujiRatingAlreadyApplied -> FujiRatingAlreadyApplied       : True
0507ID-GPS-GPSAltitude -> GPSAltitude                    : 31 m Below Sea Level
0508ID-GPS-GPSDateTime -> GPSDateTime                    : 2023:12:06 16:38:14Z
0509ID-GPS-GPSLatitude -> GPSLatitude                    : 25 deg 7' 1.11" N
0510ID-GPS-GPSLongitude -> GPSLongitude                   : 55 deg 11' 40.21" E
0511ID-GrainAmount -> GrainAmount                    : 0
0512ID-GreenHue -> GreenHue                       : 0
0513ID-GreenSaturation -> GreenSaturation                : 0
0514ID-HasCrop -> HasCrop                        : False
0515ID-HasSettings -> HasSettings                    : True
0516ID-Highlights2012 -> Highlights2012                 : +23
0517ID-HistoryAction -> HistoryAction                  : derived, saved
0518ID-HistoryChanged -> HistoryChanged                 : /
0519ID-HistoryInstanceID -> HistoryInstanceID              : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
0520ID-HistoryParameters -> HistoryParameters              : converted from image/x-fuji-raw to image/jpeg, saved to new location
0521ID-HistorySoftwareAgent -> HistorySoftwareAgent           : Adobe Photoshop Lightroom Classic 12.3 (Windows)
0522ID-HistoryWhen -> HistoryWhen                    : 2024:01:02 16:22:07+09:00
0523ID-HueAdjustmentAqua -> HueAdjustmentAqua              : 0
0524ID-HueAdjustmentBlue -> HueAdjustmentBlue              : 0
0525ID-HueAdjustmentGreen -> HueAdjustmentGreen             : 0
0526ID-HueAdjustmentMagenta -> HueAdjustmentMagenta           : 0
0527ID-HueAdjustmentOrange -> HueAdjustmentOrange            : 0
0528ID-HueAdjustmentPurple -> HueAdjustmentPurple            : 0
0529ID-HueAdjustmentRed -> HueAdjustmentRed               : 0
0530ID-HueAdjustmentYellow -> HueAdjustmentYellow            : 0
0531ID-IPTC-DateTimeCreated -> DateTimeCreated                : 2023:12:06 20:38:18+04:00
0532ID-IPTC-DigitalCreationDateTime -> DigitalCreationDateTime        : 2023:12:06 20:38:18+04:00
0533ID-ImageHeight -> ImageHeight                    : 5152
0534ID-ImageWidth -> ImageWidth                     : 7728
0535ID-InstanceID -> InstanceID                     : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
0536ID-LateralChromaticAberrationCorrectionAlreadyApplied -> LateralChromaticAberrationCorrectionAlreadyApplied : True
0537ID-Lens    -> Lens                           : XF33mmF1.4 R LM WR
0538ID-LensInfo -> LensInfo (1)                   : 33mm f/1.4
0539ID-LensManualDistortionAmount -> LensManualDistortionAmount     : 0
0540ID-LensModel -> LensModel (1)                  : XF33mmF1.4 R LM WR
0541ID-LensProfileDigest -> LensProfileDigest              : 0D18641C090112947D6EDE319D3014BC
0542ID-LensProfileDistortionScale -> LensProfileDistortionScale     : 100
0543ID-LensProfileEnable -> LensProfileEnable              : 1
0544ID-LensProfileIsEmbedded -> LensProfileIsEmbedded          : True
0545ID-LensProfileName -> LensProfileName                : Camera Settings
0546ID-LensProfileSetup -> LensProfileSetup               : LensDefaults
0547ID-LensProfileVignettingScale -> LensProfileVignettingScale     : 100
0548ID-LensSerialNumber -> LensSerialNumber (1)           : 3DA01450
0549ID-LuminanceAdjustmentAqua -> LuminanceAdjustmentAqua        : 0
0550ID-LuminanceAdjustmentBlue -> LuminanceAdjustmentBlue        : 0
0551ID-LuminanceAdjustmentGreen -> LuminanceAdjustmentGreen       : 0
0552ID-LuminanceAdjustmentMagenta -> LuminanceAdjustmentMagenta     : 0
0553ID-LuminanceAdjustmentOrange -> LuminanceAdjustmentOrange      : 0
0554ID-LuminanceAdjustmentPurple -> LuminanceAdjustmentPurple      : 0
0555ID-LuminanceAdjustmentRed -> LuminanceAdjustmentRed         : 0
0556ID-LuminanceAdjustmentYellow -> LuminanceAdjustmentYellow      : 0
0557ID-LuminanceNoiseReductionContrast -> LuminanceNoiseReductionContrast : 0
0558ID-LuminanceNoiseReductionDetail -> LuminanceNoiseReductionDetail  : 50
0559ID-LuminanceSmoothing -> LuminanceSmoothing             : 5
0560ID-MIMEType -> MIMEType                       : image/jpeg
0561ID-MetadataDate -> MetadataDate                   : 2024:01:02 16:22:07+09:00
0562ID-ModifyDate -> ModifyDate (1)                 : 2024:01:02 16:22:07+09:00
0563ID-OriginalDocumentID -> OriginalDocumentID             : 1CCDAF7E942BE2E79720105A9919C5A4
0564ID-OverrideLookVignette -> OverrideLookVignette           : False
0565ID-ParametricDarks -> ParametricDarks                : 0
0566ID-ParametricHighlightSplit -> ParametricHighlightSplit       : 75
0567ID-ParametricHighlights -> ParametricHighlights           : 0
0568ID-ParametricLights -> ParametricLights               : 0
0569ID-ParametricMidtoneSplit -> ParametricMidtoneSplit         : 50
0570ID-ParametricShadowSplit -> ParametricShadowSplit          : 25
0571ID-ParametricShadows -> ParametricShadows              : 0
0572ID-PerspectiveAspect -> PerspectiveAspect              : 0
0573ID-PerspectiveHorizontal -> PerspectiveHorizontal          : 0
0574ID-PerspectiveRotate -> PerspectiveRotate              : 0.0
0575ID-PerspectiveScale -> PerspectiveScale               : 100
0576ID-PerspectiveUpright -> PerspectiveUpright             : Off
0577ID-PerspectiveVertical -> PerspectiveVertical            : 0
0578ID-PerspectiveX -> PerspectiveX                   : 0.00
0579ID-PerspectiveY -> PerspectiveY                   : 0.00
0580ID-PostCropVignetteAmount -> PostCropVignetteAmount         : 0
0581ID-PreservedFileName -> PreservedFileName              : DSCF9340.RAF
0582ID-ProcessVersion -> ProcessVersion                 : 11.0
0583ID-Rating  -> Rating                         : 3
0584ID-RawFileName -> RawFileName                    : DSCF9340.RAF
0585ID-RedHue  -> RedHue                         : 0
0586ID-RedSaturation -> RedSaturation                  : 0
0587ID-Saturation -> Saturation                     : -7
0588ID-SaturationAdjustmentAqua -> SaturationAdjustmentAqua       : 0
0589ID-SaturationAdjustmentBlue -> SaturationAdjustmentBlue       : 0
0590ID-SaturationAdjustmentGreen -> SaturationAdjustmentGreen      : 0
0591ID-SaturationAdjustmentMagenta -> SaturationAdjustmentMagenta    : 0
0592ID-SaturationAdjustmentOrange -> SaturationAdjustmentOrange     : 0
0593ID-SaturationAdjustmentPurple -> SaturationAdjustmentPurple     : 0
0594ID-SaturationAdjustmentRed -> SaturationAdjustmentRed        : 0
0595ID-SaturationAdjustmentYellow -> SaturationAdjustmentYellow     : 0
0596ID-SerialNumber -> SerialNumber (1)               : 2D011957
0597ID-ShadowTint -> ShadowTint                     : 0
0598ID-Shadows2012 -> Shadows2012                    : 0
0599ID-SharpenDetail -> SharpenDetail                  : 25
0600ID-SharpenEdgeMasking -> SharpenEdgeMasking             : 5
0601ID-SharpenRadius -> SharpenRadius                  : +1.0
0602ID-Sharpness -> Sharpness (1)                  : 40
0603ID-SplitToningBalance -> SplitToningBalance             : 0
0604ID-SplitToningHighlightHue -> SplitToningHighlightHue        : 0
0605ID-SplitToningHighlightSaturation -> SplitToningHighlightSaturation : 0
0606ID-SplitToningShadowHue -> SplitToningShadowHue           : 0
0607ID-SplitToningShadowSaturation -> SplitToningShadowSaturation    : 0
0608ID-State   -> State                          : ドバイ首長国
0609ID-Temperature -> ColorTemperature               : 3050
0610ID-Texture -> Texture                        : 0
0611ID-Tint    -> Tint                           : +1
0612ID-ToneCurveName2012 -> ToneCurveName2012              : Linear
0613ID-ToneCurvePV2012 -> ToneCurvePV2012                : 0, 0, 255, 255
0614ID-ToneCurvePV2012Blue -> ToneCurvePV2012Blue            : 0, 0, 255, 255
0615ID-ToneCurvePV2012Green -> ToneCurvePV2012Green           : 0, 0, 255, 255
0616ID-ToneCurvePV2012Red -> ToneCurvePV2012Red             : 0, 0, 255, 255
0617ID-Version -> Version                        : 15.3
0618ID-Vibrance -> Vibrance                       : -3
0619ID-VignetteAmount -> VignetteAmount                 : 0
0620ID-VignetteCorrectionAlreadyApplied -> VignetteCorrectionAlreadyApplied : True
0621ID-WhiteBalance -> WhiteBalance (1)               : As Shot
0622ID-Whites2012 -> Whites2012                     : -8
0623ID-YCbCrSubSampling -> YCbCrSubSampling               : YCbCr4:4:4 (1 1)
0624ID-bTRC    -> BlueTRC                        : SCALAR(0x2326930)
0625ID-bXYZ    -> BlueMatrixColumn               : 0.14307 0.06061 0.7141
0626ID-bkpt    -> MediaBlackPoint                : 0 0 0
0627ID-cprt    -> ProfileCopyright               : Copyright (c) 1998 Hewlett-Packard Company
0628ID-creator -> Creator                        : MeltingRabbit
0629ID-desc    -> ProfileDescription             : sRGB IEC61966-2.1
0630ID-dmdd    -> DeviceModelDesc                : IEC 61966-2.1 Default RGB colour space - sRGB
0631ID-dmnd    -> DeviceMfgDesc                  : IEC http://www.iec.ch
0632ID-format  -> Format                         : image/jpeg
0633ID-gTRC    -> GreenTRC                       : SCALAR(0x2391200)
0634ID-gXYZ    -> GreenMatrixColumn              : 0.38515 0.71687 0.09708
0635ID-lumi    -> Luminance                      : 76.03647 80 87.12462
0636ID-rTRC    -> RedTRC                         : SCALAR(0x23909a8)
0637ID-rXYZ    -> RedMatrixColumn                : 0.43607 0.22249 0.01392
0638ID-rights  -> Rights                         : MeltingRabbit
0639ID-tech    -> Technology                     : Cathode Ray Tube Display
0640ID-vued    -> ViewingCondDesc                : Reference Viewing Condition in IEC61966-2.1
0641ID-wtpt    -> MediaWhitePoint                : 0.95045 1 1.08905
0642ID-xmptk   -> XMPToolkit                     : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00
0643IFD0       -> Artist                         : MeltingRabbit
0644IFD0       -> Copyright                      : MeltingRabbit
0645IFD0       -> Make                           : FUJIFILM
0646IFD0       -> Model                          : X-T5
0647IFD0       -> ModifyDate                     : 2024:01:02 16:22:07
0648IFD0       -> ResolutionUnit                 : inches
0649IFD0       -> Software                       : Adobe Photoshop Lightroom Classic 12.3 (Windows)
0650IFD0       -> XResolution                    : 240
0651IFD0       -> YResolution                    : 240
0652IFD1       -> Compression                    : JPEG (old-style)
0653IFD1       -> ResolutionUnit (1)             : inches
0654IFD1       -> ThumbnailImage                 : SCALAR(0x1aa7630)
0655IFD1       -> ThumbnailLength                : 15104
0656IFD1       -> ThumbnailOffset                : 1360
0657IFD1       -> XResolution (1)                : 72
0658IFD1       -> YResolution (1)                : 72
0659IPTC       -> ApplicationRecordVersion       : 4
0660IPTC       -> By-line                        : MeltingRabbit
0661IPTC       -> City (1)                       : ドバイ
0662IPTC       -> CodedCharacterSet              : UTF8
0663IPTC       -> CopyrightNotice                : MeltingRabbit
0664IPTC       -> Country-PrimaryLocationCode    : AE
0665IPTC       -> Country-PrimaryLocationName    : アラブ首長国連邦
0666IPTC       -> DateCreated (1)                : 2023:12:06
0667IPTC       -> DigitalCreationDate            : 2023:12:06
0668IPTC       -> DigitalCreationTime            : 20:38:18+04:00
0669IPTC       -> Province-State                 : ドバイ首長国
0670IPTC       -> TimeCreated                    : 20:38:18+04:00
0671Image      -> APP14Flags0                    : [14], Encoded with Blend=1 downsampling
0672Image      -> APP14Flags1                    : (none)
0673Image      -> AlreadyApplied                 : True
0674Image      -> Aperture                       : 1.4
0675Image      -> ApertureValue                  : 1.4
0676Image      -> AutoLateralCA                  : 1
0677Image      -> BitsPerSample                  : 8
0678Image      -> Blacks2012                     : -16
0679Image      -> BlueHue                        : 0
0680Image      -> BlueMatrixColumn               : 0.14307 0.06061 0.7141
0681Image      -> BlueSaturation                 : 0
0682Image      -> BlueTRC                        : SCALAR(0x2322fe8)
0683Image      -> BrightnessValue                : -0.79
0684Image      -> CMMFlags                       : Not Embedded, Independent
0685Image      -> CameraElevationAngle           : -4.4
0686Image      -> CameraProfile                  : Camera Pro Neg Hi
0687Image      -> CameraProfileDigest            : 3359FA54013194FAD426266D3FE61BE8
0688Image      -> CameraProfilesApertureValue    : 0.970854
0689Image      -> CameraProfilesAuthor           : Adobe
0690Image      -> CameraProfilesAutoScale        : False
0691Image      -> CameraProfilesCameraPrettyName : Fujifilm X-T5
0692Image      -> CameraProfilesCameraRawProfile : True
0693Image      -> CameraProfilesFocalLength      : 33
0694Image      -> CameraProfilesFocusDistance    : 10000
0695Image      -> CameraProfilesLens             : XF33mmF1.4 R LM WR
0696Image      -> CameraProfilesLensPrettyName   : XF33mmF1.4 R LM WR
0697Image      -> CameraProfilesMake             : FUJIFILM
0698Image      -> CameraProfilesModel            : X-T5
0699Image      -> CameraProfilesPerspectiveModelImageXCenter : 0.501812
0700Image      -> CameraProfilesPerspectiveModelImageYCenter : 0.514752
0701Image      -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911
0702Image      -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313
0703Image      -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685
0704Image      -> CameraProfilesPerspectiveModelScaleFactor : 0.982285
0705Image      -> CameraProfilesPerspectiveModelVersion : 2
0706Image      -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906
0707Image      -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376
0708Image      -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1
0709Image      -> 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
0710Image      -> CameraProfilesProfileName      : Camera Settings
0711Image      -> CameraProfilesSensorFormatFactor : 1.539063
0712Image      -> CameraProfilesUniqueCameraModel : Fujifilm X-T5
0713Image      -> Clarity2012                    : +16
0714Image      -> ColorComponents                : 3
0715Image      -> ColorGradeBlending             : 50
0716Image      -> ColorGradeGlobalHue            : 0
0717Image      -> ColorGradeGlobalLum            : 0
0718Image      -> ColorGradeGlobalSat            : 0
0719Image      -> ColorGradeHighlightLum         : 0
0720Image      -> ColorGradeMidtoneHue           : 0
0721Image      -> ColorGradeMidtoneLum           : 0
0722Image      -> ColorGradeMidtoneSat           : 0
0723Image      -> ColorGradeShadowLum            : 0
0724Image      -> ColorNoiseReduction            : 8
0725Image      -> ColorNoiseReductionDetail      : 50
0726Image      -> ColorNoiseReductionSmoothness  : 50
0727Image      -> ColorSpace                     : sRGB
0728Image      -> ColorSpaceData                 : RGB
0729Image      -> ColorTemperature               : 3050
0730Image      -> ColorTransform                 : YCbCr
0731Image      -> Compression                    : JPEG (old-style)
0732Image      -> ConnectionSpaceIlluminant      : 0.9642 1 0.82491
0733Image      -> Contrast2012                   : +25
0734Image      -> ConvertToGrayscale             : False
0735Image      -> CreatorTool                    : Adobe Photoshop Lightroom Classic 12.3 (Windows)
0736Image      -> CropAngle                      : 0
0737Image      -> CropBottom                     : 1
0738Image      -> CropConstrainToWarp            : 0
0739Image      -> CropLeft                       : 0
0740Image      -> CropRight                      : 1
0741Image      -> CropTop                        : 0
0742Image      -> CurrentIPTCDigest              : 7d108f8929e04b8fa1c8d9fa7044bec6
0743Image      -> CustomRendered                 : Normal
0744Image      -> DCTEncodeVersion               : 100
0745Image      -> DefringeGreenAmount            : 0
0746Image      -> DefringeGreenHueHi             : 60
0747Image      -> DefringeGreenHueLo             : 40
0748Image      -> DefringePurpleAmount           : 0
0749Image      -> DefringePurpleHueHi            : 70
0750Image      -> DefringePurpleHueLo            : 30
0751Image      -> Dehaze                         : 0
0752Image      -> DeviceAttributes               : Reflective, Glossy, Positive, Color
0753Image      -> DeviceManufacturer             : Hewlett-Packard
0754Image      -> DeviceModel                    : sRGB
0755Image      -> DisplayedUnitsX                : inches
0756Image      -> DisplayedUnitsY                : inches
0757Image      -> EncodingProcess                : Baseline DCT, Huffman coding
0758Image      -> ExifByteOrder                  : Little-endian (Intel, II)
0759Image      -> ExifVersion                    : 0232
0760Image      -> Exposure2012                   : +0.70
0761Image      -> ExposureCompensation           : +0.33
0762Image      -> ExposureTime                   : 1/50
0763Image      -> FNumber                        : 1.4
0764Image      -> FOV                            : 39.6 deg
0765Image      -> FileSource                     : Digital Camera
0766Image      -> Format                         : image/jpeg
0767Image      -> GrainAmount                    : 0
0768Image      -> GreenHue                       : 0
0769Image      -> GreenMatrixColumn              : 0.38515 0.71687 0.09708
0770Image      -> GreenSaturation                : 0
0771Image      -> GreenTRC                       : SCALAR(0x2331720)
0772Image      -> HasCrop                        : False
0773Image      -> HasSettings                    : True
0774Image      -> Highlights2012                 : +23
0775Image      -> HueAdjustmentAqua              : 0
0776Image      -> HueAdjustmentBlue              : 0
0777Image      -> HueAdjustmentGreen             : 0
0778Image      -> HueAdjustmentMagenta           : 0
0779Image      -> HueAdjustmentOrange            : 0
0780Image      -> HueAdjustmentPurple            : 0
0781Image      -> HueAdjustmentRed               : 0
0782Image      -> HueAdjustmentYellow            : 0
0783Image      -> IPTCDigest                     : 7d108f8929e04b8fa1c8d9fa7044bec6
0784Image      -> ISO                            : 800
0785Image      -> ImageHeight                    : 5152
0786Image      -> ImageSize                      : 7728x5152
0787Image      -> ImageWidth                     : 7728
0788Image      -> LensInfo                       : 33mm f/1.4
0789Image      -> LensMake                       : FUJIFILM
0790Image      -> LensManualDistortionAmount     : 0
0791Image      -> LensModel                      : XF33mmF1.4 R LM WR
0792Image      -> LensProfileDigest              : 0D18641C090112947D6EDE319D3014BC
0793Image      -> LensProfileDistortionScale     : 100
0794Image      -> LensProfileEnable              : 1
0795Image      -> LensProfileIsEmbedded          : True
0796Image      -> LensProfileName                : Camera Settings
0797Image      -> LensProfileSetup               : LensDefaults
0798Image      -> LensProfileVignettingScale     : 100
0799Image      -> LensSerialNumber               : 3DA01450
0800Image      -> LightValue                     : 3.6
0801Image      -> Luminance                      : 76.03647 80 87.12462
0802Image      -> LuminanceAdjustmentAqua        : 0
0803Image      -> LuminanceAdjustmentBlue        : 0
0804Image      -> LuminanceAdjustmentGreen       : 0
0805Image      -> LuminanceAdjustmentMagenta     : 0
0806Image      -> LuminanceAdjustmentOrange      : 0
0807Image      -> LuminanceAdjustmentPurple      : 0
0808Image      -> LuminanceAdjustmentRed         : 0
0809Image      -> LuminanceAdjustmentYellow      : 0
0810Image      -> LuminanceNoiseReductionContrast : 0
0811Image      -> LuminanceNoiseReductionDetail  : 50
0812Image      -> LuminanceSmoothing             : 5
0813Image      -> MeasurementBacking             : 0 0 0
0814Image      -> MeasurementFlare               : 0.999%
0815Image      -> MeasurementGeometry            : Unknown
0816Image      -> MeasurementIlluminant          : D65
0817Image      -> MeasurementObserver            : CIE 1931
0818Image      -> MediaBlackPoint                : 0 0 0
0819Image      -> MediaWhitePoint                : 0.95045 1 1.08905
0820Image      -> Megapixels                     : 39.8
0821Image      -> OverrideLookVignette           : False
0822Image      -> ParametricDarks                : 0
0823Image      -> ParametricHighlightSplit       : 75
0824Image      -> ParametricHighlights           : 0
0825Image      -> ParametricLights               : 0
0826Image      -> ParametricMidtoneSplit         : 50
0827Image      -> ParametricShadowSplit          : 25
0828Image      -> ParametricShadows              : 0
0829Image      -> PerspectiveAspect              : 0
0830Image      -> PerspectiveHorizontal          : 0
0831Image      -> PerspectiveRotate              : 0.0
0832Image      -> PerspectiveScale               : 100
0833Image      -> PerspectiveUpright             : Off
0834Image      -> PerspectiveVertical            : 0
0835Image      -> PerspectiveX                   : 0.00
0836Image      -> PerspectiveY                   : 0.00
0837Image      -> PostCropVignetteAmount         : 0
0838Image      -> PrimaryPlatform                : Microsoft Corporation
0839Image      -> ProcessVersion                 : 11.0
0840Image      -> ProfileCMMType                 : Linotronic
0841Image      -> ProfileClass                   : Display Device Profile
0842Image      -> ProfileConnectionSpace         : XYZ
0843Image      -> ProfileCopyright               : Copyright (c) 1998 Hewlett-Packard Company
0844Image      -> ProfileCreator                 : Hewlett-Packard
0845Image      -> ProfileDescription             : sRGB IEC61966-2.1
0846Image      -> ProfileFileSignature           : acsp
0847Image      -> ProfileID                      : 0
0848Image      -> ProfileVersion                 : 2.1.0
0849Image      -> Rating                         : 3
0850Image      -> RawFileName                    : DSCF9340.RAF
0851Image      -> RedHue                         : 0
0852Image      -> RedMatrixColumn                : 0.43607 0.22249 0.01392
0853Image      -> RedSaturation                  : 0
0854Image      -> RedTRC                         : SCALAR(0x23353e0)
0855Image      -> RenderingIntent                : Perceptual
0856Image      -> ResolutionUnit                 : inches
0857Image      -> ResolutionUnit (1)             : inches
0858Image      -> Saturation                     : -7
0859Image      -> SaturationAdjustmentAqua       : 0
0860Image      -> SaturationAdjustmentBlue       : 0
0861Image      -> SaturationAdjustmentGreen      : 0
0862Image      -> SaturationAdjustmentMagenta    : 0
0863Image      -> SaturationAdjustmentOrange     : 0
0864Image      -> SaturationAdjustmentPurple     : 0
0865Image      -> SaturationAdjustmentRed        : 0
0866Image      -> SaturationAdjustmentYellow     : 0
0867Image      -> SceneType                      : Directly photographed
0868Image      -> SensitivityType                : Standard Output Sensitivity
0869Image      -> SerialNumber                   : 2D011957
0870Image      -> ShadowTint                     : 0
0871Image      -> Shadows2012                    : 0
0872Image      -> SharpenDetail                  : 25
0873Image      -> SharpenEdgeMasking             : 5
0874Image      -> SharpenRadius                  : +1.0
0875Image      -> Sharpness (1)                  : 40
0876Image      -> ShutterSpeed                   : 1/50
0877Image      -> ShutterSpeedValue              : 1/50
0878Image      -> Software                       : Adobe Photoshop Lightroom Classic 12.3 (Windows)
0879Image      -> SplitToningBalance             : 0
0880Image      -> SplitToningHighlightHue        : 0
0881Image      -> SplitToningHighlightSaturation : 0
0882Image      -> SplitToningShadowHue           : 0
0883Image      -> SplitToningShadowSaturation    : 0
0884Image      -> Technology                     : Cathode Ray Tube Display
0885Image      -> Texture                        : 0
0886Image      -> ThumbnailLength                : 15104
0887Image      -> ThumbnailOffset                : 1360
0888Image      -> Tint                           : +1
0889Image      -> ToneCurveName2012              : Linear
0890Image      -> ToneCurvePV2012                : 0, 0, 255, 255
0891Image      -> ToneCurvePV2012Blue            : 0, 0, 255, 255
0892Image      -> ToneCurvePV2012Green           : 0, 0, 255, 255
0893Image      -> ToneCurvePV2012Red             : 0, 0, 255, 255
0894Image      -> Version                        : 15.3
0895Image      -> Vibrance                       : -3
0896Image      -> ViewingCondDesc                : Reference Viewing Condition in IEC61966-2.1
0897Image      -> ViewingCondIlluminant          : 19.6445 20.3718 16.8089
0898Image      -> ViewingCondIlluminantType      : D50
0899Image      -> ViewingCondSurround            : 3.92889 4.07439 3.36179
0900Image      -> VignetteAmount                 : 0
0901Image      -> WhiteBalance (1)               : As Shot
0902Image      -> Whites2012                     : -8
0903Image      -> XResolution                    : 240
0904Image      -> XResolution (1)                : 72
0905Image      -> XResolution (2)                : 240
0906Image      -> YCbCrSubSampling               : YCbCr4:4:4 (1 1)
0907Image      -> YResolution                    : 240
0908Image      -> YResolution (1)                : 72
0909Image      -> YResolution (2)                : 240
0910Location   -> City                           : ドバイ
0911Location   -> City (1)                       : ドバイ
0912Location   -> Country                        : アラブ首長国連邦
0913Location   -> Country-PrimaryLocationCode    : AE
0914Location   -> Country-PrimaryLocationName    : アラブ首長国連邦
0915Location   -> CountryCode                    : AE
0916Location   -> GPSAltitude                    : 31 m Below Sea Level
0917Location   -> GPSAltitude (1)                : 31 m
0918Location   -> GPSAltitudeRef                 : Below Sea Level
0919Location   -> GPSLatitude                    : 25 deg 7' 1.11" N
0920Location   -> GPSLatitude (1)                : 25 deg 7' 1.11"
0921Location   -> GPSLatitudeRef                 : North
0922Location   -> GPSLongitude                   : 55 deg 11' 40.21" E
0923Location   -> GPSLongitude (1)               : 55 deg 11' 40.21"
0924Location   -> GPSLongitudeRef                : East
0925Location   -> GPSMapDatum                    : WGS-84
0926Location   -> GPSPosition                    : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E
0927Location   -> GPSSpeed                       : 0
0928Location   -> GPSSpeedRef                    : km/h
0929Location   -> GPSVersionID                   : 2.3.0.0
0930Location   -> Province-State                 : ドバイ首長国
0931Location   -> State                          : ドバイ首長国
0932Main       -> APP14Flags0                    : [14], Encoded with Blend=1 downsampling
0933Main       -> APP14Flags1                    : (none)
0934Main       -> AlreadyApplied                 : True
0935Main       -> Aperture                       : 1.4
0936Main       -> ApertureValue                  : 1.4
0937Main       -> ApplicationRecordVersion       : 4
0938Main       -> Artist                         : MeltingRabbit
0939Main       -> AutoLateralCA                  : 1
0940Main       -> BitsPerSample                  : 8
0941Main       -> Blacks2012                     : -16
0942Main       -> BlueHue                        : 0
0943Main       -> BlueMatrixColumn               : 0.14307 0.06061 0.7141
0944Main       -> BlueSaturation                 : 0
0945Main       -> BlueTRC                        : SCALAR(0x233feb8)
0946Main       -> BrightnessValue                : -0.79
0947Main       -> By-line                        : MeltingRabbit
0948Main       -> CMMFlags                       : Not Embedded, Independent
0949Main       -> CameraElevationAngle           : -4.4
0950Main       -> CameraProfile                  : Camera Pro Neg Hi
0951Main       -> CameraProfileDigest            : 3359FA54013194FAD426266D3FE61BE8
0952Main       -> CameraProfilesApertureValue    : 0.970854
0953Main       -> CameraProfilesAuthor           : Adobe
0954Main       -> CameraProfilesAutoScale        : False
0955Main       -> CameraProfilesCameraPrettyName : Fujifilm X-T5
0956Main       -> CameraProfilesCameraRawProfile : True
0957Main       -> CameraProfilesFocalLength      : 33
0958Main       -> CameraProfilesFocusDistance    : 10000
0959Main       -> CameraProfilesLens             : XF33mmF1.4 R LM WR
0960Main       -> CameraProfilesLensPrettyName   : XF33mmF1.4 R LM WR
0961Main       -> CameraProfilesMake             : FUJIFILM
0962Main       -> CameraProfilesModel            : X-T5
0963Main       -> CameraProfilesPerspectiveModelImageXCenter : 0.501812
0964Main       -> CameraProfilesPerspectiveModelImageYCenter : 0.514752
0965Main       -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911
0966Main       -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313
0967Main       -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685
0968Main       -> CameraProfilesPerspectiveModelScaleFactor : 0.982285
0969Main       -> CameraProfilesPerspectiveModelVersion : 2
0970Main       -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906
0971Main       -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376
0972Main       -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1
0973Main       -> 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
0974Main       -> CameraProfilesProfileName      : Camera Settings
0975Main       -> CameraProfilesSensorFormatFactor : 1.539063
0976Main       -> CameraProfilesUniqueCameraModel : Fujifilm X-T5
0977Main       -> CircleOfConfusion              : 0.020 mm
0978Main       -> City                           : ドバイ
0979Main       -> City (1)                       : ドバイ
0980Main       -> Clarity2012                    : +16
0981Main       -> CodedCharacterSet              : UTF8
0982Main       -> ColorComponents                : 3
0983Main       -> ColorGradeBlending             : 50
0984Main       -> ColorGradeGlobalHue            : 0
0985Main       -> ColorGradeGlobalLum            : 0
0986Main       -> ColorGradeGlobalSat            : 0
0987Main       -> ColorGradeHighlightLum         : 0
0988Main       -> ColorGradeMidtoneHue           : 0
0989Main       -> ColorGradeMidtoneLum           : 0
0990Main       -> ColorGradeMidtoneSat           : 0
0991Main       -> ColorGradeShadowLum            : 0
0992Main       -> ColorNoiseReduction            : 8
0993Main       -> ColorNoiseReductionDetail      : 50
0994Main       -> ColorNoiseReductionSmoothness  : 50
0995Main       -> ColorSpace                     : sRGB
0996Main       -> ColorSpaceData                 : RGB
0997Main       -> ColorTemperature               : 3050
0998Main       -> ColorTransform                 : YCbCr
0999Main       -> Compression                    : JPEG (old-style)
1000Main       -> ConnectionSpaceIlluminant      : 0.9642 1 0.82491
1001Main       -> Contrast2012                   : +25
1002Main       -> ConvertToGrayscale             : False
1003Main       -> Copyright                      : MeltingRabbit
1004Main       -> CopyrightNotice                : MeltingRabbit
1005Main       -> Country                        : アラブ首長国連邦
1006Main       -> Country-PrimaryLocationCode    : AE
1007Main       -> Country-PrimaryLocationName    : アラブ首長国連邦
1008Main       -> CountryCode                    : AE
1009Main       -> CreateDate                     : 2023:12:06 20:38:18
1010Main       -> CreateDate (1)                 : 2023:12:06 20:38:18+04:00
1011Main       -> Creator                        : MeltingRabbit
1012Main       -> CreatorTool                    : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1013Main       -> CropAngle                      : 0
1014Main       -> CropBottom                     : 1
1015Main       -> CropConstrainToWarp            : 0
1016Main       -> CropLeft                       : 0
1017Main       -> CropRight                      : 1
1018Main       -> CropTop                        : 0
1019Main       -> CurrentIPTCDigest              : 7d108f8929e04b8fa1c8d9fa7044bec6
1020Main       -> CustomRendered                 : Normal
1021Main       -> DCTEncodeVersion               : 100
1022Main       -> DateCreated                    : 2023:12:06 20:38:18+04:00
1023Main       -> DateCreated (1)                : 2023:12:06
1024Main       -> DateTimeCreated                : 2023:12:06 20:38:18+04:00
1025Main       -> DateTimeOriginal               : 2023:12:06 20:38:18
1026Main       -> DefringeGreenAmount            : 0
1027Main       -> DefringeGreenHueHi             : 60
1028Main       -> DefringeGreenHueLo             : 40
1029Main       -> DefringePurpleAmount           : 0
1030Main       -> DefringePurpleHueHi            : 70
1031Main       -> DefringePurpleHueLo            : 30
1032Main       -> Dehaze                         : 0
1033Main       -> DerivedFromDocumentID          : 1CCDAF7E942BE2E79720105A9919C5A4
1034Main       -> DerivedFromOriginalDocumentID  : 1CCDAF7E942BE2E79720105A9919C5A4
1035Main       -> DeviceAttributes               : Reflective, Glossy, Positive, Color
1036Main       -> DeviceManufacturer             : Hewlett-Packard
1037Main       -> DeviceMfgDesc                  : IEC http://www.iec.ch
1038Main       -> DeviceModel                    : sRGB
1039Main       -> DeviceModelDesc                : IEC 61966-2.1 Default RGB colour space - sRGB
1040Main       -> DigitalCreationDate            : 2023:12:06
1041Main       -> DigitalCreationDateTime        : 2023:12:06 20:38:18+04:00
1042Main       -> DigitalCreationTime            : 20:38:18+04:00
1043Main       -> Directory                      : .
1044Main       -> DisplayedUnitsX                : inches
1045Main       -> DisplayedUnitsY                : inches
1046Main       -> DistortionCorrectionAlreadyApplied : True
1047Main       -> DocumentID                     : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc
1048Main       -> EncodingProcess                : Baseline DCT, Huffman coding
1049Main       -> ExifByteOrder                  : Little-endian (Intel, II)
1050Main       -> ExifToolVersion                : 12.70
1051Main       -> ExifVersion                    : 0232
1052Main       -> Exposure2012                   : +0.70
1053Main       -> ExposureCompensation           : +0.33
1054Main       -> ExposureMode                   : Auto
1055Main       -> ExposureProgram                : Aperture-priority AE
1056Main       -> ExposureTime                   : 1/50
1057Main       -> FNumber                        : 1.4
1058Main       -> FOV                            : 39.6 deg
1059Main       -> FileAccessDate                 : 2024:01:03 13:24:01+09:00
1060Main       -> FileInodeChangeDate            : 2024:01:03 13:24:01+09:00
1061Main       -> FileModifyDate                 : 2024:01:02 16:22:08+09:00
1062Main       -> FileName                       : DSCF9340_lr.jpg
1063Main       -> FilePermissions                : -rwxrw-r--
1064Main       -> FileSize                       : 27 MB
1065Main       -> FileSource                     : Digital Camera
1066Main       -> FileType                       : JPEG
1067Main       -> FileTypeExtension              : jpg
1068Main       -> Flash                          : No Flash
1069Main       -> FocalLength                    : 33.0 mm
1070Main       -> FocalLength35efl               : 33.0 mm (35 mm equivalent: 50.0 mm)
1071Main       -> FocalLengthIn35mmFormat        : 50 mm
1072Main       -> FocalPlaneResolutionUnit       : cm
1073Main       -> FocalPlaneXResolution          : 3303.855743
1074Main       -> FocalPlaneYResolution          : 3303.855743
1075Main       -> Format                         : image/jpeg
1076Main       -> FujiRatingAlreadyApplied       : True
1077Main       -> GPSAltitude                    : 31 m Below Sea Level
1078Main       -> GPSAltitude (1)                : 31 m
1079Main       -> GPSAltitudeRef                 : Below Sea Level
1080Main       -> GPSDateStamp                   : 2023:12:06
1081Main       -> GPSDateTime                    : 2023:12:06 16:38:14Z
1082Main       -> GPSLatitude                    : 25 deg 7' 1.11" N
1083Main       -> GPSLatitude (1)                : 25 deg 7' 1.11"
1084Main       -> GPSLatitudeRef                 : North
1085Main       -> GPSLongitude                   : 55 deg 11' 40.21" E
1086Main       -> GPSLongitude (1)               : 55 deg 11' 40.21"
1087Main       -> GPSLongitudeRef                : East
1088Main       -> GPSMapDatum                    : WGS-84
1089Main       -> GPSPosition                    : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E
1090Main       -> GPSSpeed                       : 0
1091Main       -> GPSSpeedRef                    : km/h
1092Main       -> GPSTimeStamp                   : 16:38:14
1093Main       -> GPSVersionID                   : 2.3.0.0
1094Main       -> GrainAmount                    : 0
1095Main       -> GreenHue                       : 0
1096Main       -> GreenMatrixColumn              : 0.38515 0.71687 0.09708
1097Main       -> GreenSaturation                : 0
1098Main       -> GreenTRC                       : SCALAR(0x23313f0)
1099Main       -> HasCrop                        : False
1100Main       -> HasSettings                    : True
1101Main       -> Highlights2012                 : +23
1102Main       -> HistoryAction                  : derived, saved
1103Main       -> HistoryChanged                 : /
1104Main       -> HistoryInstanceID              : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1105Main       -> HistoryParameters              : converted from image/x-fuji-raw to image/jpeg, saved to new location
1106Main       -> HistorySoftwareAgent           : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1107Main       -> HistoryWhen                    : 2024:01:02 16:22:07+09:00
1108Main       -> HueAdjustmentAqua              : 0
1109Main       -> HueAdjustmentBlue              : 0
1110Main       -> HueAdjustmentGreen             : 0
1111Main       -> HueAdjustmentMagenta           : 0
1112Main       -> HueAdjustmentOrange            : 0
1113Main       -> HueAdjustmentPurple            : 0
1114Main       -> HueAdjustmentRed               : 0
1115Main       -> HueAdjustmentYellow            : 0
1116Main       -> HyperfocalDistance             : 39.23 m
1117Main       -> IPTCDigest                     : 7d108f8929e04b8fa1c8d9fa7044bec6
1118Main       -> ISO                            : 800
1119Main       -> ImageHeight                    : 5152
1120Main       -> ImageSize                      : 7728x5152
1121Main       -> ImageWidth                     : 7728
1122Main       -> InstanceID                     : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1123Main       -> LateralChromaticAberrationCorrectionAlreadyApplied : True
1124Main       -> Lens                           : XF33mmF1.4 R LM WR
1125Main       -> LensID                         : XF33mm F1.4 R LM WR
1126Main       -> LensInfo                       : 33mm f/1.4
1127Main       -> LensInfo (1)                   : 33mm f/1.4
1128Main       -> LensMake                       : FUJIFILM
1129Main       -> LensManualDistortionAmount     : 0
1130Main       -> LensModel                      : XF33mmF1.4 R LM WR
1131Main       -> LensModel (1)                  : XF33mmF1.4 R LM WR
1132Main       -> LensProfileDigest              : 0D18641C090112947D6EDE319D3014BC
1133Main       -> LensProfileDistortionScale     : 100
1134Main       -> LensProfileEnable              : 1
1135Main       -> LensProfileIsEmbedded          : True
1136Main       -> LensProfileName                : Camera Settings
1137Main       -> LensProfileSetup               : LensDefaults
1138Main       -> LensProfileVignettingScale     : 100
1139Main       -> LensSerialNumber               : 3DA01450
1140Main       -> LensSerialNumber (1)           : 3DA01450
1141Main       -> LightSource                    : Unknown
1142Main       -> LightValue                     : 3.6
1143Main       -> Luminance                      : 76.03647 80 87.12462
1144Main       -> LuminanceAdjustmentAqua        : 0
1145Main       -> LuminanceAdjustmentBlue        : 0
1146Main       -> LuminanceAdjustmentGreen       : 0
1147Main       -> LuminanceAdjustmentMagenta     : 0
1148Main       -> LuminanceAdjustmentOrange      : 0
1149Main       -> LuminanceAdjustmentPurple      : 0
1150Main       -> LuminanceAdjustmentRed         : 0
1151Main       -> LuminanceAdjustmentYellow      : 0
1152Main       -> LuminanceNoiseReductionContrast : 0
1153Main       -> LuminanceNoiseReductionDetail  : 50
1154Main       -> LuminanceSmoothing             : 5
1155Main       -> MIMEType                       : image/jpeg
1156Main       -> Make                           : FUJIFILM
1157Main       -> MaxApertureValue               : 1.4
1158Main       -> MeasurementBacking             : 0 0 0
1159Main       -> MeasurementFlare               : 0.999%
1160Main       -> MeasurementGeometry            : Unknown
1161Main       -> MeasurementIlluminant          : D65
1162Main       -> MeasurementObserver            : CIE 1931
1163Main       -> MediaBlackPoint                : 0 0 0
1164Main       -> MediaWhitePoint                : 0.95045 1 1.08905
1165Main       -> Megapixels                     : 39.8
1166Main       -> MetadataDate                   : 2024:01:02 16:22:07+09:00
1167Main       -> MeteringMode                   : Multi-segment
1168Main       -> Model                          : X-T5
1169Main       -> ModifyDate                     : 2024:01:02 16:22:07
1170Main       -> ModifyDate (1)                 : 2024:01:02 16:22:07+09:00
1171Main       -> OffsetTime                     : +09:00
1172Main       -> OffsetTimeDigitized            : +04:00
1173Main       -> OffsetTimeOriginal             : +04:00
1174Main       -> OriginalDocumentID             : 1CCDAF7E942BE2E79720105A9919C5A4
1175Main       -> OverrideLookVignette           : False
1176Main       -> ParametricDarks                : 0
1177Main       -> ParametricHighlightSplit       : 75
1178Main       -> ParametricHighlights           : 0
1179Main       -> ParametricLights               : 0
1180Main       -> ParametricMidtoneSplit         : 50
1181Main       -> ParametricShadowSplit          : 25
1182Main       -> ParametricShadows              : 0
1183Main       -> PerspectiveAspect              : 0
1184Main       -> PerspectiveHorizontal          : 0
1185Main       -> PerspectiveRotate              : 0.0
1186Main       -> PerspectiveScale               : 100
1187Main       -> PerspectiveUpright             : Off
1188Main       -> PerspectiveVertical            : 0
1189Main       -> PerspectiveX                   : 0.00
1190Main       -> PerspectiveY                   : 0.00
1191Main       -> PhotoshopThumbnail             : SCALAR(0x1b5c638)
1192Main       -> PostCropVignetteAmount         : 0
1193Main       -> PreservedFileName              : DSCF9340.RAF
1194Main       -> PrimaryPlatform                : Microsoft Corporation
1195Main       -> ProcessVersion                 : 11.0
1196Main       -> ProfileCMMType                 : Linotronic
1197Main       -> ProfileClass                   : Display Device Profile
1198Main       -> ProfileConnectionSpace         : XYZ
1199Main       -> ProfileCopyright               : Copyright (c) 1998 Hewlett-Packard Company
1200Main       -> ProfileCreator                 : Hewlett-Packard
1201Main       -> ProfileDateTime                : 1998:02:09 06:49:00
1202Main       -> ProfileDescription             : sRGB IEC61966-2.1
1203Main       -> ProfileFileSignature           : acsp
1204Main       -> ProfileID                      : 0
1205Main       -> ProfileVersion                 : 2.1.0
1206Main       -> Province-State                 : ドバイ首長国
1207Main       -> Rating                         : 3
1208Main       -> RawFileName                    : DSCF9340.RAF
1209Main       -> RedHue                         : 0
1210Main       -> RedMatrixColumn                : 0.43607 0.22249 0.01392
1211Main       -> RedSaturation                  : 0
1212Main       -> RedTRC                         : SCALAR(0x2332858)
1213Main       -> RenderingIntent                : Perceptual
1214Main       -> ResolutionUnit                 : inches
1215Main       -> ResolutionUnit (1)             : inches
1216Main       -> Rights                         : MeltingRabbit
1217Main       -> Saturation                     : -7
1218Main       -> SaturationAdjustmentAqua       : 0
1219Main       -> SaturationAdjustmentBlue       : 0
1220Main       -> SaturationAdjustmentGreen      : 0
1221Main       -> SaturationAdjustmentMagenta    : 0
1222Main       -> SaturationAdjustmentOrange     : 0
1223Main       -> SaturationAdjustmentPurple     : 0
1224Main       -> SaturationAdjustmentRed        : 0
1225Main       -> SaturationAdjustmentYellow     : 0
1226Main       -> ScaleFactor35efl               : 1.5
1227Main       -> SceneCaptureType               : Standard
1228Main       -> SceneType                      : Directly photographed
1229Main       -> SensingMethod                  : One-chip color area
1230Main       -> SensitivityType                : Standard Output Sensitivity
1231Main       -> SerialNumber                   : 2D011957
1232Main       -> SerialNumber (1)               : 2D011957
1233Main       -> ShadowTint                     : 0
1234Main       -> Shadows2012                    : 0
1235Main       -> SharpenDetail                  : 25
1236Main       -> SharpenEdgeMasking             : 5
1237Main       -> SharpenRadius                  : +1.0
1238Main       -> Sharpness                      : Normal
1239Main       -> Sharpness (1)                  : 40
1240Main       -> ShutterSpeed                   : 1/50
1241Main       -> ShutterSpeedValue              : 1/50
1242Main       -> Software                       : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1243Main       -> SplitToningBalance             : 0
1244Main       -> SplitToningHighlightHue        : 0
1245Main       -> SplitToningHighlightSaturation : 0
1246Main       -> SplitToningShadowHue           : 0
1247Main       -> SplitToningShadowSaturation    : 0
1248Main       -> State                          : ドバイ首長国
1249Main       -> SubSecCreateDate               : 2023:12:06 20:38:18+04:00
1250Main       -> SubSecDateTimeOriginal         : 2023:12:06 20:38:18+04:00
1251Main       -> SubSecModifyDate               : 2024:01:02 16:22:07+09:00
1252Main       -> SubjectDistanceRange           : Unknown
1253Main       -> Technology                     : Cathode Ray Tube Display
1254Main       -> Texture                        : 0
1255Main       -> ThumbnailImage                 : SCALAR(0x1aa7630)
1256Main       -> ThumbnailLength                : 15104
1257Main       -> ThumbnailOffset                : 1360
1258Main       -> TimeCreated                    : 20:38:18+04:00
1259Main       -> Tint                           : +1
1260Main       -> ToneCurveName2012              : Linear
1261Main       -> ToneCurvePV2012                : 0, 0, 255, 255
1262Main       -> ToneCurvePV2012Blue            : 0, 0, 255, 255
1263Main       -> ToneCurvePV2012Green           : 0, 0, 255, 255
1264Main       -> ToneCurvePV2012Red             : 0, 0, 255, 255
1265Main       -> Version                        : 15.3
1266Main       -> Vibrance                       : -3
1267Main       -> ViewingCondDesc                : Reference Viewing Condition in IEC61966-2.1
1268Main       -> ViewingCondIlluminant          : 19.6445 20.3718 16.8089
1269Main       -> ViewingCondIlluminantType      : D50
1270Main       -> ViewingCondSurround            : 3.92889 4.07439 3.36179
1271Main       -> VignetteAmount                 : 0
1272Main       -> VignetteCorrectionAlreadyApplied : True
1273Main       -> WhiteBalance                   : Auto
1274Main       -> WhiteBalance (1)               : As Shot
1275Main       -> Whites2012                     : -8
1276Main       -> XMPToolkit                     : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00
1277Main       -> XResolution                    : 240
1278Main       -> XResolution (1)                : 72
1279Main       -> XResolution (2)                : 240
1280Main       -> YCbCrSubSampling               : YCbCr4:4:4 (1 1)
1281Main       -> YResolution                    : 240
1282Main       -> YResolution (1)                : 72
1283Main       -> YResolution (2)                : 240
1284Other      -> ApplicationRecordVersion       : 4
1285Other      -> CodedCharacterSet              : UTF8
1286Other      -> DerivedFromDocumentID          : 1CCDAF7E942BE2E79720105A9919C5A4
1287Other      -> DerivedFromOriginalDocumentID  : 1CCDAF7E942BE2E79720105A9919C5A4
1288Other      -> Directory                      : .
1289Other      -> DocumentID                     : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc
1290Other      -> FileName                       : DSCF9340_lr.jpg
1291Other      -> FilePermissions                : -rwxrw-r--
1292Other      -> FileSize                       : 27 MB
1293Other      -> FileType                       : JPEG
1294Other      -> FileTypeExtension              : jpg
1295Other      -> HistoryAction                  : derived, saved
1296Other      -> HistoryChanged                 : /
1297Other      -> HistoryInstanceID              : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1298Other      -> HistoryParameters              : converted from image/x-fuji-raw to image/jpeg, saved to new location
1299Other      -> HistorySoftwareAgent           : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1300Other      -> InstanceID                     : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1301Other      -> MIMEType                       : image/jpeg
1302Other      -> OriginalDocumentID             : 1CCDAF7E942BE2E79720105A9919C5A4
1303Other      -> PreservedFileName              : DSCF9340.RAF
1304Photoshop  -> DisplayedUnitsX                : inches
1305Photoshop  -> DisplayedUnitsY                : inches
1306Photoshop  -> IPTCDigest                     : 7d108f8929e04b8fa1c8d9fa7044bec6
1307Photoshop  -> PhotoshopThumbnail             : SCALAR(0x1b5c638)
1308Photoshop  -> XResolution (2)                : 240
1309Photoshop  -> YResolution (2)                : 240
1310Preview    -> PhotoshopThumbnail             : SCALAR(0x1b5c638)
1311Preview    -> ThumbnailImage                 : SCALAR(0x1aa7630)
1312System     -> Directory                      : .
1313System     -> FileAccessDate                 : 2024:01:03 13:24:01+09:00
1314System     -> FileInodeChangeDate            : 2024:01:03 13:24:01+09:00
1315System     -> FileModifyDate                 : 2024:01:02 16:22:08+09:00
1316System     -> FileName                       : DSCF9340_lr.jpg
1317System     -> FilePermissions                : -rwxrw-r--
1318System     -> FileSize                       : 27 MB
1319Time       -> CreateDate                     : 2023:12:06 20:38:18
1320Time       -> CreateDate (1)                 : 2023:12:06 20:38:18+04:00
1321Time       -> DateCreated                    : 2023:12:06 20:38:18+04:00
1322Time       -> DateCreated (1)                : 2023:12:06
1323Time       -> DateTimeCreated                : 2023:12:06 20:38:18+04:00
1324Time       -> DateTimeOriginal               : 2023:12:06 20:38:18
1325Time       -> DigitalCreationDate            : 2023:12:06
1326Time       -> DigitalCreationDateTime        : 2023:12:06 20:38:18+04:00
1327Time       -> DigitalCreationTime            : 20:38:18+04:00
1328Time       -> FileAccessDate                 : 2024:01:03 13:24:01+09:00
1329Time       -> FileInodeChangeDate            : 2024:01:03 13:24:01+09:00
1330Time       -> FileModifyDate                 : 2024:01:02 16:22:08+09:00
1331Time       -> GPSDateStamp                   : 2023:12:06
1332Time       -> GPSDateTime                    : 2023:12:06 16:38:14Z
1333Time       -> GPSTimeStamp                   : 16:38:14
1334Time       -> HistoryWhen                    : 2024:01:02 16:22:07+09:00
1335Time       -> MetadataDate                   : 2024:01:02 16:22:07+09:00
1336Time       -> ModifyDate                     : 2024:01:02 16:22:07
1337Time       -> ModifyDate (1)                 : 2024:01:02 16:22:07+09:00
1338Time       -> OffsetTime                     : +09:00
1339Time       -> OffsetTimeDigitized            : +04:00
1340Time       -> OffsetTimeOriginal             : +04:00
1341Time       -> ProfileDateTime                : 1998:02:09 06:49:00
1342Time       -> SubSecCreateDate               : 2023:12:06 20:38:18+04:00
1343Time       -> SubSecDateTimeOriginal         : 2023:12:06 20:38:18+04:00
1344Time       -> SubSecModifyDate               : 2024:01:02 16:22:07+09:00
1345Time       -> TimeCreated                    : 20:38:18+04:00
1346XMP        -> AlreadyApplied                 : True
1347XMP        -> AutoLateralCA                  : 1
1348XMP        -> Blacks2012                     : -16
1349XMP        -> BlueHue                        : 0
1350XMP        -> BlueSaturation                 : 0
1351XMP        -> CameraProfile                  : Camera Pro Neg Hi
1352XMP        -> CameraProfileDigest            : 3359FA54013194FAD426266D3FE61BE8
1353XMP        -> CameraProfilesApertureValue    : 0.970854
1354XMP        -> CameraProfilesAuthor           : Adobe
1355XMP        -> CameraProfilesAutoScale        : False
1356XMP        -> CameraProfilesCameraPrettyName : Fujifilm X-T5
1357XMP        -> CameraProfilesCameraRawProfile : True
1358XMP        -> CameraProfilesFocalLength      : 33
1359XMP        -> CameraProfilesFocusDistance    : 10000
1360XMP        -> CameraProfilesLens             : XF33mmF1.4 R LM WR
1361XMP        -> CameraProfilesLensPrettyName   : XF33mmF1.4 R LM WR
1362XMP        -> CameraProfilesMake             : FUJIFILM
1363XMP        -> CameraProfilesModel            : X-T5
1364XMP        -> CameraProfilesPerspectiveModelImageXCenter : 0.501812
1365XMP        -> CameraProfilesPerspectiveModelImageYCenter : 0.514752
1366XMP        -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911
1367XMP        -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313
1368XMP        -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685
1369XMP        -> CameraProfilesPerspectiveModelScaleFactor : 0.982285
1370XMP        -> CameraProfilesPerspectiveModelVersion : 2
1371XMP        -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906
1372XMP        -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376
1373XMP        -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1
1374XMP        -> 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
1375XMP        -> CameraProfilesProfileName      : Camera Settings
1376XMP        -> CameraProfilesSensorFormatFactor : 1.539063
1377XMP        -> CameraProfilesUniqueCameraModel : Fujifilm X-T5
1378XMP        -> City                           : ドバイ
1379XMP        -> Clarity2012                    : +16
1380XMP        -> ColorGradeBlending             : 50
1381XMP        -> ColorGradeGlobalHue            : 0
1382XMP        -> ColorGradeGlobalLum            : 0
1383XMP        -> ColorGradeGlobalSat            : 0
1384XMP        -> ColorGradeHighlightLum         : 0
1385XMP        -> ColorGradeMidtoneHue           : 0
1386XMP        -> ColorGradeMidtoneLum           : 0
1387XMP        -> ColorGradeMidtoneSat           : 0
1388XMP        -> ColorGradeShadowLum            : 0
1389XMP        -> ColorNoiseReduction            : 8
1390XMP        -> ColorNoiseReductionDetail      : 50
1391XMP        -> ColorNoiseReductionSmoothness  : 50
1392XMP        -> ColorTemperature               : 3050
1393XMP        -> Contrast2012                   : +25
1394XMP        -> ConvertToGrayscale             : False
1395XMP        -> Country                        : アラブ首長国連邦
1396XMP        -> CountryCode                    : AE
1397XMP        -> CreateDate (1)                 : 2023:12:06 20:38:18+04:00
1398XMP        -> Creator                        : MeltingRabbit
1399XMP        -> CreatorTool                    : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1400XMP        -> CropAngle                      : 0
1401XMP        -> CropBottom                     : 1
1402XMP        -> CropConstrainToWarp            : 0
1403XMP        -> CropLeft                       : 0
1404XMP        -> CropRight                      : 1
1405XMP        -> CropTop                        : 0
1406XMP        -> DateCreated                    : 2023:12:06 20:38:18+04:00
1407XMP        -> DefringeGreenAmount            : 0
1408XMP        -> DefringeGreenHueHi             : 60
1409XMP        -> DefringeGreenHueLo             : 40
1410XMP        -> DefringePurpleAmount           : 0
1411XMP        -> DefringePurpleHueHi            : 70
1412XMP        -> DefringePurpleHueLo            : 30
1413XMP        -> Dehaze                         : 0
1414XMP        -> DerivedFromDocumentID          : 1CCDAF7E942BE2E79720105A9919C5A4
1415XMP        -> DerivedFromOriginalDocumentID  : 1CCDAF7E942BE2E79720105A9919C5A4
1416XMP        -> DistortionCorrectionAlreadyApplied : True
1417XMP        -> DocumentID                     : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc
1418XMP        -> Exposure2012                   : +0.70
1419XMP        -> Format                         : image/jpeg
1420XMP        -> FujiRatingAlreadyApplied       : True
1421XMP        -> GrainAmount                    : 0
1422XMP        -> GreenHue                       : 0
1423XMP        -> GreenSaturation                : 0
1424XMP        -> HasCrop                        : False
1425XMP        -> HasSettings                    : True
1426XMP        -> Highlights2012                 : +23
1427XMP        -> HistoryAction                  : derived, saved
1428XMP        -> HistoryChanged                 : /
1429XMP        -> HistoryInstanceID              : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1430XMP        -> HistoryParameters              : converted from image/x-fuji-raw to image/jpeg, saved to new location
1431XMP        -> HistorySoftwareAgent           : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1432XMP        -> HistoryWhen                    : 2024:01:02 16:22:07+09:00
1433XMP        -> HueAdjustmentAqua              : 0
1434XMP        -> HueAdjustmentBlue              : 0
1435XMP        -> HueAdjustmentGreen             : 0
1436XMP        -> HueAdjustmentMagenta           : 0
1437XMP        -> HueAdjustmentOrange            : 0
1438XMP        -> HueAdjustmentPurple            : 0
1439XMP        -> HueAdjustmentRed               : 0
1440XMP        -> HueAdjustmentYellow            : 0
1441XMP        -> InstanceID                     : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1442XMP        -> LateralChromaticAberrationCorrectionAlreadyApplied : True
1443XMP        -> Lens                           : XF33mmF1.4 R LM WR
1444XMP        -> LensInfo (1)                   : 33mm f/1.4
1445XMP        -> LensManualDistortionAmount     : 0
1446XMP        -> LensModel (1)                  : XF33mmF1.4 R LM WR
1447XMP        -> LensProfileDigest              : 0D18641C090112947D6EDE319D3014BC
1448XMP        -> LensProfileDistortionScale     : 100
1449XMP        -> LensProfileEnable              : 1
1450XMP        -> LensProfileIsEmbedded          : True
1451XMP        -> LensProfileName                : Camera Settings
1452XMP        -> LensProfileSetup               : LensDefaults
1453XMP        -> LensProfileVignettingScale     : 100
1454XMP        -> LensSerialNumber (1)           : 3DA01450
1455XMP        -> LuminanceAdjustmentAqua        : 0
1456XMP        -> LuminanceAdjustmentBlue        : 0
1457XMP        -> LuminanceAdjustmentGreen       : 0
1458XMP        -> LuminanceAdjustmentMagenta     : 0
1459XMP        -> LuminanceAdjustmentOrange      : 0
1460XMP        -> LuminanceAdjustmentPurple      : 0
1461XMP        -> LuminanceAdjustmentRed         : 0
1462XMP        -> LuminanceAdjustmentYellow      : 0
1463XMP        -> LuminanceNoiseReductionContrast : 0
1464XMP        -> LuminanceNoiseReductionDetail  : 50
1465XMP        -> LuminanceSmoothing             : 5
1466XMP        -> MetadataDate                   : 2024:01:02 16:22:07+09:00
1467XMP        -> ModifyDate (1)                 : 2024:01:02 16:22:07+09:00
1468XMP        -> OriginalDocumentID             : 1CCDAF7E942BE2E79720105A9919C5A4
1469XMP        -> OverrideLookVignette           : False
1470XMP        -> ParametricDarks                : 0
1471XMP        -> ParametricHighlightSplit       : 75
1472XMP        -> ParametricHighlights           : 0
1473XMP        -> ParametricLights               : 0
1474XMP        -> ParametricMidtoneSplit         : 50
1475XMP        -> ParametricShadowSplit          : 25
1476XMP        -> ParametricShadows              : 0
1477XMP        -> PerspectiveAspect              : 0
1478XMP        -> PerspectiveHorizontal          : 0
1479XMP        -> PerspectiveRotate              : 0.0
1480XMP        -> PerspectiveScale               : 100
1481XMP        -> PerspectiveUpright             : Off
1482XMP        -> PerspectiveVertical            : 0
1483XMP        -> PerspectiveX                   : 0.00
1484XMP        -> PerspectiveY                   : 0.00
1485XMP        -> PostCropVignetteAmount         : 0
1486XMP        -> PreservedFileName              : DSCF9340.RAF
1487XMP        -> ProcessVersion                 : 11.0
1488XMP        -> Rating                         : 3
1489XMP        -> RawFileName                    : DSCF9340.RAF
1490XMP        -> RedHue                         : 0
1491XMP        -> RedSaturation                  : 0
1492XMP        -> Rights                         : MeltingRabbit
1493XMP        -> Saturation                     : -7
1494XMP        -> SaturationAdjustmentAqua       : 0
1495XMP        -> SaturationAdjustmentBlue       : 0
1496XMP        -> SaturationAdjustmentGreen      : 0
1497XMP        -> SaturationAdjustmentMagenta    : 0
1498XMP        -> SaturationAdjustmentOrange     : 0
1499XMP        -> SaturationAdjustmentPurple     : 0
1500XMP        -> SaturationAdjustmentRed        : 0
1501XMP        -> SaturationAdjustmentYellow     : 0
1502XMP        -> SerialNumber (1)               : 2D011957
1503XMP        -> ShadowTint                     : 0
1504XMP        -> Shadows2012                    : 0
1505XMP        -> SharpenDetail                  : 25
1506XMP        -> SharpenEdgeMasking             : 5
1507XMP        -> SharpenRadius                  : +1.0
1508XMP        -> Sharpness (1)                  : 40
1509XMP        -> SplitToningBalance             : 0
1510XMP        -> SplitToningHighlightHue        : 0
1511XMP        -> SplitToningHighlightSaturation : 0
1512XMP        -> SplitToningShadowHue           : 0
1513XMP        -> SplitToningShadowSaturation    : 0
1514XMP        -> State                          : ドバイ首長国
1515XMP        -> Texture                        : 0
1516XMP        -> Tint                           : +1
1517XMP        -> ToneCurveName2012              : Linear
1518XMP        -> ToneCurvePV2012                : 0, 0, 255, 255
1519XMP        -> ToneCurvePV2012Blue            : 0, 0, 255, 255
1520XMP        -> ToneCurvePV2012Green           : 0, 0, 255, 255
1521XMP        -> ToneCurvePV2012Red             : 0, 0, 255, 255
1522XMP        -> Version                        : 15.3
1523XMP        -> Vibrance                       : -3
1524XMP        -> VignetteAmount                 : 0
1525XMP        -> VignetteCorrectionAlreadyApplied : True
1526XMP        -> WhiteBalance (1)               : As Shot
1527XMP        -> Whites2012                     : -8
1528XMP        -> XMPToolkit                     : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00
1529XMP-aux    -> DistortionCorrectionAlreadyApplied : True
1530XMP-aux    -> FujiRatingAlreadyApplied       : True
1531XMP-aux    -> LateralChromaticAberrationCorrectionAlreadyApplied : True
1532XMP-aux    -> Lens                           : XF33mmF1.4 R LM WR
1533XMP-aux    -> LensInfo (1)                   : 33mm f/1.4
1534XMP-aux    -> LensSerialNumber (1)           : 3DA01450
1535XMP-aux    -> SerialNumber (1)               : 2D011957
1536XMP-aux    -> VignetteCorrectionAlreadyApplied : True
1537XMP-crs    -> AlreadyApplied                 : True
1538XMP-crs    -> AutoLateralCA                  : 1
1539XMP-crs    -> Blacks2012                     : -16
1540XMP-crs    -> BlueHue                        : 0
1541XMP-crs    -> BlueSaturation                 : 0
1542XMP-crs    -> CameraProfile                  : Camera Pro Neg Hi
1543XMP-crs    -> CameraProfileDigest            : 3359FA54013194FAD426266D3FE61BE8
1544XMP-crs    -> Clarity2012                    : +16
1545XMP-crs    -> ColorGradeBlending             : 50
1546XMP-crs    -> ColorGradeGlobalHue            : 0
1547XMP-crs    -> ColorGradeGlobalLum            : 0
1548XMP-crs    -> ColorGradeGlobalSat            : 0
1549XMP-crs    -> ColorGradeHighlightLum         : 0
1550XMP-crs    -> ColorGradeMidtoneHue           : 0
1551XMP-crs    -> ColorGradeMidtoneLum           : 0
1552XMP-crs    -> ColorGradeMidtoneSat           : 0
1553XMP-crs    -> ColorGradeShadowLum            : 0
1554XMP-crs    -> ColorNoiseReduction            : 8
1555XMP-crs    -> ColorNoiseReductionDetail      : 50
1556XMP-crs    -> ColorNoiseReductionSmoothness  : 50
1557XMP-crs    -> ColorTemperature               : 3050
1558XMP-crs    -> Contrast2012                   : +25
1559XMP-crs    -> ConvertToGrayscale             : False
1560XMP-crs    -> CropAngle                      : 0
1561XMP-crs    -> CropBottom                     : 1
1562XMP-crs    -> CropConstrainToWarp            : 0
1563XMP-crs    -> CropLeft                       : 0
1564XMP-crs    -> CropRight                      : 1
1565XMP-crs    -> CropTop                        : 0
1566XMP-crs    -> DefringeGreenAmount            : 0
1567XMP-crs    -> DefringeGreenHueHi             : 60
1568XMP-crs    -> DefringeGreenHueLo             : 40
1569XMP-crs    -> DefringePurpleAmount           : 0
1570XMP-crs    -> DefringePurpleHueHi            : 70
1571XMP-crs    -> DefringePurpleHueLo            : 30
1572XMP-crs    -> Dehaze                         : 0
1573XMP-crs    -> Exposure2012                   : +0.70
1574XMP-crs    -> GrainAmount                    : 0
1575XMP-crs    -> GreenHue                       : 0
1576XMP-crs    -> GreenSaturation                : 0
1577XMP-crs    -> HasCrop                        : False
1578XMP-crs    -> HasSettings                    : True
1579XMP-crs    -> Highlights2012                 : +23
1580XMP-crs    -> HueAdjustmentAqua              : 0
1581XMP-crs    -> HueAdjustmentBlue              : 0
1582XMP-crs    -> HueAdjustmentGreen             : 0
1583XMP-crs    -> HueAdjustmentMagenta           : 0
1584XMP-crs    -> HueAdjustmentOrange            : 0
1585XMP-crs    -> HueAdjustmentPurple            : 0
1586XMP-crs    -> HueAdjustmentRed               : 0
1587XMP-crs    -> HueAdjustmentYellow            : 0
1588XMP-crs    -> LensManualDistortionAmount     : 0
1589XMP-crs    -> LensProfileDigest              : 0D18641C090112947D6EDE319D3014BC
1590XMP-crs    -> LensProfileDistortionScale     : 100
1591XMP-crs    -> LensProfileEnable              : 1
1592XMP-crs    -> LensProfileIsEmbedded          : True
1593XMP-crs    -> LensProfileName                : Camera Settings
1594XMP-crs    -> LensProfileSetup               : LensDefaults
1595XMP-crs    -> LensProfileVignettingScale     : 100
1596XMP-crs    -> LuminanceAdjustmentAqua        : 0
1597XMP-crs    -> LuminanceAdjustmentBlue        : 0
1598XMP-crs    -> LuminanceAdjustmentGreen       : 0
1599XMP-crs    -> LuminanceAdjustmentMagenta     : 0
1600XMP-crs    -> LuminanceAdjustmentOrange      : 0
1601XMP-crs    -> LuminanceAdjustmentPurple      : 0
1602XMP-crs    -> LuminanceAdjustmentRed         : 0
1603XMP-crs    -> LuminanceAdjustmentYellow      : 0
1604XMP-crs    -> LuminanceNoiseReductionContrast : 0
1605XMP-crs    -> LuminanceNoiseReductionDetail  : 50
1606XMP-crs    -> LuminanceSmoothing             : 5
1607XMP-crs    -> OverrideLookVignette           : False
1608XMP-crs    -> ParametricDarks                : 0
1609XMP-crs    -> ParametricHighlightSplit       : 75
1610XMP-crs    -> ParametricHighlights           : 0
1611XMP-crs    -> ParametricLights               : 0
1612XMP-crs    -> ParametricMidtoneSplit         : 50
1613XMP-crs    -> ParametricShadowSplit          : 25
1614XMP-crs    -> ParametricShadows              : 0
1615XMP-crs    -> PerspectiveAspect              : 0
1616XMP-crs    -> PerspectiveHorizontal          : 0
1617XMP-crs    -> PerspectiveRotate              : 0.0
1618XMP-crs    -> PerspectiveScale               : 100
1619XMP-crs    -> PerspectiveUpright             : Off
1620XMP-crs    -> PerspectiveVertical            : 0
1621XMP-crs    -> PerspectiveX                   : 0.00
1622XMP-crs    -> PerspectiveY                   : 0.00
1623XMP-crs    -> PostCropVignetteAmount         : 0
1624XMP-crs    -> ProcessVersion                 : 11.0
1625XMP-crs    -> RawFileName                    : DSCF9340.RAF
1626XMP-crs    -> RedHue                         : 0
1627XMP-crs    -> RedSaturation                  : 0
1628XMP-crs    -> Saturation                     : -7
1629XMP-crs    -> SaturationAdjustmentAqua       : 0
1630XMP-crs    -> SaturationAdjustmentBlue       : 0
1631XMP-crs    -> SaturationAdjustmentGreen      : 0
1632XMP-crs    -> SaturationAdjustmentMagenta    : 0
1633XMP-crs    -> SaturationAdjustmentOrange     : 0
1634XMP-crs    -> SaturationAdjustmentPurple     : 0
1635XMP-crs    -> SaturationAdjustmentRed        : 0
1636XMP-crs    -> SaturationAdjustmentYellow     : 0
1637XMP-crs    -> ShadowTint                     : 0
1638XMP-crs    -> Shadows2012                    : 0
1639XMP-crs    -> SharpenDetail                  : 25
1640XMP-crs    -> SharpenEdgeMasking             : 5
1641XMP-crs    -> SharpenRadius                  : +1.0
1642XMP-crs    -> Sharpness (1)                  : 40
1643XMP-crs    -> SplitToningBalance             : 0
1644XMP-crs    -> SplitToningHighlightHue        : 0
1645XMP-crs    -> SplitToningHighlightSaturation : 0
1646XMP-crs    -> SplitToningShadowHue           : 0
1647XMP-crs    -> SplitToningShadowSaturation    : 0
1648XMP-crs    -> Texture                        : 0
1649XMP-crs    -> Tint                           : +1
1650XMP-crs    -> ToneCurveName2012              : Linear
1651XMP-crs    -> ToneCurvePV2012                : 0, 0, 255, 255
1652XMP-crs    -> ToneCurvePV2012Blue            : 0, 0, 255, 255
1653XMP-crs    -> ToneCurvePV2012Green           : 0, 0, 255, 255
1654XMP-crs    -> ToneCurvePV2012Red             : 0, 0, 255, 255
1655XMP-crs    -> Version                        : 15.3
1656XMP-crs    -> Vibrance                       : -3
1657XMP-crs    -> VignetteAmount                 : 0
1658XMP-crs    -> WhiteBalance (1)               : As Shot
1659XMP-crs    -> Whites2012                     : -8
1660XMP-dc     -> Creator                        : MeltingRabbit
1661XMP-dc     -> Format                         : image/jpeg
1662XMP-dc     -> Rights                         : MeltingRabbit
1663XMP-exifEX -> LensModel (1)                  : XF33mmF1.4 R LM WR
1664XMP-iptcCore -> CountryCode                    : AE
1665XMP-photoshop -> CameraProfilesApertureValue    : 0.970854
1666XMP-photoshop -> CameraProfilesAuthor           : Adobe
1667XMP-photoshop -> CameraProfilesAutoScale        : False
1668XMP-photoshop -> CameraProfilesCameraPrettyName : Fujifilm X-T5
1669XMP-photoshop -> CameraProfilesCameraRawProfile : True
1670XMP-photoshop -> CameraProfilesFocalLength      : 33
1671XMP-photoshop -> CameraProfilesFocusDistance    : 10000
1672XMP-photoshop -> CameraProfilesLens             : XF33mmF1.4 R LM WR
1673XMP-photoshop -> CameraProfilesLensPrettyName   : XF33mmF1.4 R LM WR
1674XMP-photoshop -> CameraProfilesMake             : FUJIFILM
1675XMP-photoshop -> CameraProfilesModel            : X-T5
1676XMP-photoshop -> CameraProfilesPerspectiveModelImageXCenter : 0.501812
1677XMP-photoshop -> CameraProfilesPerspectiveModelImageYCenter : 0.514752
1678XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911
1679XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313
1680XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685
1681XMP-photoshop -> CameraProfilesPerspectiveModelScaleFactor : 0.982285
1682XMP-photoshop -> CameraProfilesPerspectiveModelVersion : 2
1683XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906
1684XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376
1685XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1
1686XMP-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
1687XMP-photoshop -> CameraProfilesProfileName      : Camera Settings
1688XMP-photoshop -> CameraProfilesSensorFormatFactor : 1.539063
1689XMP-photoshop -> CameraProfilesUniqueCameraModel : Fujifilm X-T5
1690XMP-photoshop -> City                           : ドバイ
1691XMP-photoshop -> Country                        : アラブ首長国連邦
1692XMP-photoshop -> DateCreated                    : 2023:12:06 20:38:18+04:00
1693XMP-photoshop -> State                          : ドバイ首長国
1694XMP-x      -> XMPToolkit                     : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00
1695XMP-xmp    -> CreateDate (1)                 : 2023:12:06 20:38:18+04:00
1696XMP-xmp    -> CreatorTool                    : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1697XMP-xmp    -> MetadataDate                   : 2024:01:02 16:22:07+09:00
1698XMP-xmp    -> ModifyDate (1)                 : 2024:01:02 16:22:07+09:00
1699XMP-xmp    -> Rating                         : 3
1700XMP-xmpMM  -> DerivedFromDocumentID          : 1CCDAF7E942BE2E79720105A9919C5A4
1701XMP-xmpMM  -> DerivedFromOriginalDocumentID  : 1CCDAF7E942BE2E79720105A9919C5A4
1702XMP-xmpMM  -> DocumentID                     : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc
1703XMP-xmpMM  -> HistoryAction                  : derived, saved
1704XMP-xmpMM  -> HistoryChanged                 : /
1705XMP-xmpMM  -> HistoryInstanceID              : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1706XMP-xmpMM  -> HistoryParameters              : converted from image/x-fuji-raw to image/jpeg, saved to new location
1707XMP-xmpMM  -> HistorySoftwareAgent           : Adobe Photoshop Lightroom Classic 12.3 (Windows)
1708XMP-xmpMM  -> HistoryWhen                    : 2024:01:02 16:22:07+09:00
1709XMP-xmpMM  -> InstanceID                     : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc
1710XMP-xmpMM  -> OriginalDocumentID             : 1CCDAF7E942BE2E79720105A9919C5A4
1711XMP-xmpMM  -> PreservedFileName              : DSCF9340.RAF

関連記事

コメントを投稿

名前

Email (※公開されることはありません)

コメント