事象発生日:2024-01-03
記事公開日:2024-01-03
アクセス数:944
去年の写真の振り返りをしていたとき,昔自作したツールで写真を整理していました.
富士フイルム (FUJIFILM) のカメラで撮影した写真の中で,比較的新しいフィルムシミュレーションのメタデータが取得できずに困っていたので,久しぶりに Exif を細かく見ていました.
その時の備忘録です.
過去作成した自作したツールで,手元の画像(FUJIFILM の撮って出し or ボディ内現像 JPEG)からフィルムシミュレーション情報を抜き出していました.
すると,最近のフィルムシミュレーションでは値が取れないことがわかりました.
フィルムシミュレーションは,TAG ID
が 0x1401
にあることはこれまでの経験でわかっていたので,フィルムシミュレーションが既知の画像をつかって,こういうテーブルを作成し,画像を整理していました.
0x700: Eterna 0x800: Classic Neg 0x900: Bleach Bypass 0xa00: Nostalgic Neg
その他のメタデータも取得したいなぁとインターネットを漁っていると,
ExifTool Forum: FujiFilm X Series Color Chrome FX Blue
というフォーラムでの議論を見つけました.
なるほどね,こうやって有志が様々なメーカーのデータを解析し,ExifTool を更新しているのかぁ.などと思っていたら,そういえば自作ツールで参照している ExifTool のバージョンが 10.40 と,latest である 12.70 からだいぶ古いことに気づきました.
ということで ExifTool を更新すると,難なく上記のフィルムシミュレーションの値も普通に取得できました.
ツールをビルド中に, ExifTool のソースコードを眺めていました.
すると下で示すように,フィルムシミュレーションは FilmMode
として定義されていました.
なるほど,カメラ本体で確認できるようなパラメタはすべて定義されていますね.ありがたい.
たとえば ここ (FacePositions) などをみると,顔検出で検出したすべての顔(の範囲)の座標が配列で格納されいてる,ということもわかりますね.
0x1401 => { #2 (this doesn't seem to work for the X100 - PH) Name => 'FilmMode', Writable => 'int16u', PrintHex => 1, PrintConv => { 0x000 => 'F0/Standard (Provia)', # X-Pro2 "Provia/Standard" 0x100 => 'F1/Studio Portrait', 0x110 => 'F1a/Studio Portrait Enhanced Saturation', 0x120 => 'F1b/Studio Portrait Smooth Skin Tone (Astia)', # X-Pro2 "Astia/Soft" 0x130 => 'F1c/Studio Portrait Increased Sharpness', 0x200 => 'F2/Fujichrome (Velvia)', # X-Pro2 "Velvia/Vivid" 0x300 => 'F3/Studio Portrait Ex', 0x400 => 'F4/Velvia', 0x500 => 'Pro Neg. Std', #PH (X-Pro1) 0x501 => 'Pro Neg. Hi', #PH (X-Pro1) 0x600 => 'Classic Chrome', #forum6109 0x700 => 'Eterna', #12 0x800 => 'Classic Negative', #forum10536 0x900 => 'Bleach Bypass', #forum10890 0xa00 => 'Nostalgic Neg', #forum12085 0xb00 => 'Reala ACE', #forum15190 }, },
より詳細な Tag Groups ごとの Exif の値「」で記載しますが,ここではさっと Exif の一覧を載せておきます.
個人的に気になるポイントは次です.
フィルムシミュレーションは撮って出しでも Lightroom 現像でも, key と value のセットが違うが取得はできそう(適切な変換が必須). FUJIFILM の撮って出し: FilmMode Lightroom での現像: CameraProfile | |
撮って出しとボディ内現像はImageGeneration で区別ができそう.FUJIFILM の撮って出し: Original Image ボディ内現像: Re-developed from RAW | |
以下の値は使い方次第ではかなり有効活用できそう.FocusPixel : フォーカスポイントの座標FocusWarning : フォーカス状態HyperfocalDistance : 過焦点距離FacePositions : 顔検出時の検出した顔位置(配列) |
ボディ内現像した以下の画像とその Exif です.
AF-CPriority : Release AF-CSetting : Set 1 (multi-purpose) AF-CSpeedTrackingSensitivity : 0 AF-CTrackingSensitivity : 2 AF-CZoneAreaSwitching : Auto AF-SPriority : Release AFAreaMode : Single Point AFAreaPointSize : 4 AFAreaZoneSize : n/a AFMode : Single Point Aperture : 4.0 ApertureValue : 4.0 Artist : MeltingRabbit Artist (1) : MeltingRabbit AutoBracketing : Off BitsPerSample : 8 BlurWarning : None BrightnessValue : 9.4 CameraElevationAngle : -4.1 CircleOfConfusion : 0.020 mm Clarity : 2 ColorChromeEffect : Off ColorChromeFXBlue : Strong ColorComponents : 3 ColorSpace : sRGB ComponentsConfiguration : Y, Cb, Cr, - CompositeImage : Not a Composite Image CompressedBitsPerPixel : 4.8 Compression : JPEG (old-style) Contrast : Normal Copyright : MeltingRabbit CreateDate : 2023:06:03 14:22:04 CropMode : n/a CustomRendered : Normal DateTimeOriginal : 2023:06:03 14:22:04 DevelopmentDynamicRange : 100 Directory : . DriveMode : Single DriveSpeed : n/a DynamicRange : Standard DynamicRangeSetting : Manual EncodingProcess : Baseline DCT, Huffman coding ExifByteOrder : Little-endian (Intel, II) ExifImageHeight : 5152 ExifImageWidth : 7728 ExifToolVersion : 12.70 ExifVersion : 0232 ExposureCompensation : 0 ExposureCount : 1 ExposureMode : Auto ExposureProgram : Aperture-priority AE ExposureTime : 1/1100 ExposureWarning : Good FNumber : 4.0 FOV : 100.4 deg FacesDetected : 0 FileAccessDate : 2024:01:03 01:08:43+09:00 FileInodeChangeDate : 2024:01:03 01:08:43+09:00 FileModifyDate : 2023:06:04 19:32:30+09:00 FileName : DSCF5465.JPG FilePermissions : -rwxrw-r-- FileSize : 24 MB FileSource : Digital Camera FileType : JPEG FileTypeExtension : jpg FilmMode : F2/Fujichrome (Velvia) Flash : No Flash FlashExposureComp : 0 FlashpixVersion : 0100 FlickerReduction : Off (0x0003) FocalLength : 10.0 mm FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) FocalLengthIn35mmFormat : 15 mm FocalPlaneResolutionUnit : cm FocalPlaneXResolution : 3289 FocalPlaneYResolution : 3289 FocusMode : Auto FocusMode2 : AF-S FocusPixel : 3863 3114 FocusWarning : Good FujiFlashMode : Not Attached FujiModel : X-T5_0100 FujiModel2 : X-T5_0100 GPSAltitude : 1577 m Above Sea Level GPSAltitude (1) : 1577 m GPSAltitudeRef : Above Sea Level GPSDateStamp : 2023:06:03 GPSDateTime : 2023:06:03 05:22:03Z GPSLatitude : 35 deg 22' 24.64" N GPSLatitude (1) : 35 deg 22' 24.64" GPSLatitudeRef : North GPSLongitude : 133 deg 32' 4.97" E GPSLongitude (1) : 133 deg 32' 4.97" GPSLongitudeRef : East GPSMapDatum : WGS-84 GPSPosition : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E GPSSpeed : 680 GPSSpeedRef : km/h GPSTimeStamp : 05:22:03 GPSVersionID : 2.3.0.0 GrainEffectRoughness : Off GrainEffectSize : Off HighlightTone : +1 (medium hard) HyperfocalDistance : 1.25 m ISO : 125 ImageCount : 8999 ImageGeneration : Re-developed from RAW ImageHeight : 5152 ImageSize : 7728x5152 ImageStabilization : OIS Lens; On (mode 1, continuous); 0 ImageWidth : 7728 InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 InteropIndex : R98 - DCF basic file (sRGB) InteropVersion : 0100 LensID : XF10-24mm F4 R OIS WR LensInfo : 10-24mm f/4 LensMake : FUJIFILM LensModel : XF10-24mmF4 R OIS WR LensModulationOptimizer : On LensSerialNumber : 0DA00449 LightSource : Unknown LightValue : 13.8 MIMEType : image/jpeg Make : FUJIFILM MaxApertureAtMaxFocal : 4 MaxApertureAtMinFocal : 4 MaxApertureValue : 4.0 MaxFocalLength : 24 Megapixels : 39.8 MeteringMode : Multi-segment MinFocalLength : 10 Model : X-T5 ModifyDate : 2023:06:04 19:32:29 NoiseReduction : 0 (normal) NumFaceElements : 0 OffsetTime : +09:00 OffsetTimeDigitized : +09:00 OffsetTimeOriginal : +09:00 Orientation : Horizontal (normal) Orientation (1) : Horizontal (normal) PictureMode : Aperture-priority AE PreAF : Off PreviewImage : SCALAR(0x1922df8) PreviewImageHeight : 480 PreviewImageSize : 640x480 PreviewImageWidth : 640 PrintIMVersion : 0250 Quality : FINE Rating : 0 ResolutionUnit : inches ResolutionUnit (1) : inches RollAngle : 0 Saturation : 0 (normal) ScaleFactor35efl : 1.5 SceneCaptureType : Standard SceneType : Directly photographed SensingMethod : One-chip color area SensitivityType : Standard Output Sensitivity SequenceNumber : 0 SerialNumber : 2D011957 ShadowTone : 0 (normal) Sharpness : Hard Sharpness (1) : +2 (hard) ShutterSpeed : 1/1100 ShutterSpeedValue : 1/1144 ShutterType : Electronic Front Curtain SlowSync : Off Software : Digital Camera X-T5 Ver2.00 SubSecCreateDate : 2023:06:03 14:22:04+09:00 SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 SubSecModifyDate : 2023:06:04 19:32:29+09:00 SubjectDistanceRange : Unknown ThumbnailImage : SCALAR(0xfcf160) ThumbnailLength : 8341 ThumbnailOffset : 4256 UserComment : Version : 0130 WhiteBalance : Auto WhiteBalance (1) : Auto WhiteBalanceFineTune : Red +0, Blue +0 XResolution : 72 XResolution (1) : 72 YCbCrPositioning : Co-sited YCbCrPositioning (1) : Co-sited YCbCrSubSampling : YCbCr4:2:2 (2 1) YResolution : 72 YResolution (1) : 72
Adobe Lightroom Classic で現像した以下の画像とその Exif です.
APP14Flags0 : [14], Encoded with Blend=1 downsampling APP14Flags1 : (none) AlreadyApplied : True Aperture : 1.4 ApertureValue : 1.4 ApplicationRecordVersion : 4 Artist : MeltingRabbit AutoLateralCA : 1 BitsPerSample : 8 Blacks2012 : -16 BlueHue : 0 BlueMatrixColumn : 0.14307 0.06061 0.7141 BlueSaturation : 0 BlueTRC : SCALAR(0x233feb8) BrightnessValue : -0.79 By-line : MeltingRabbit CMMFlags : Not Embedded, Independent CameraElevationAngle : -4.4 CameraProfile : Camera Pro Neg Hi CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 CameraProfilesApertureValue : 0.970854 CameraProfilesAuthor : Adobe CameraProfilesAutoScale : False CameraProfilesCameraPrettyName : Fujifilm X-T5 CameraProfilesCameraRawProfile : True CameraProfilesFocalLength : 33 CameraProfilesFocusDistance : 10000 CameraProfilesLens : XF33mmF1.4 R LM WR CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR CameraProfilesMake : FUJIFILM CameraProfilesModel : X-T5 CameraProfilesPerspectiveModelImageXCenter : 0.501812 CameraProfilesPerspectiveModelImageYCenter : 0.514752 CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 CameraProfilesPerspectiveModelScaleFactor : 0.982285 CameraProfilesPerspectiveModelVersion : 2 CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 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 CameraProfilesProfileName : Camera Settings CameraProfilesSensorFormatFactor : 1.539063 CameraProfilesUniqueCameraModel : Fujifilm X-T5 CircleOfConfusion : 0.020 mm City : ドバイ City (1) : ドバイ Clarity2012 : +16 CodedCharacterSet : UTF8 ColorComponents : 3 ColorGradeBlending : 50 ColorGradeGlobalHue : 0 ColorGradeGlobalLum : 0 ColorGradeGlobalSat : 0 ColorGradeHighlightLum : 0 ColorGradeMidtoneHue : 0 ColorGradeMidtoneLum : 0 ColorGradeMidtoneSat : 0 ColorGradeShadowLum : 0 ColorNoiseReduction : 8 ColorNoiseReductionDetail : 50 ColorNoiseReductionSmoothness : 50 ColorSpace : sRGB ColorSpaceData : RGB ColorTemperature : 3050 ColorTransform : YCbCr Compression : JPEG (old-style) ConnectionSpaceIlluminant : 0.9642 1 0.82491 Contrast2012 : +25 ConvertToGrayscale : False Copyright : MeltingRabbit CopyrightNotice : MeltingRabbit Country : アラブ首長国連邦 Country-PrimaryLocationCode : AE Country-PrimaryLocationName : アラブ首長国連邦 CountryCode : AE CreateDate : 2023:12:06 20:38:18 CreateDate (1) : 2023:12:06 20:38:18+04:00 Creator : MeltingRabbit CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) CropAngle : 0 CropBottom : 1 CropConstrainToWarp : 0 CropLeft : 0 CropRight : 1 CropTop : 0 CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 CustomRendered : Normal DCTEncodeVersion : 100 DateCreated : 2023:12:06 20:38:18+04:00 DateCreated (1) : 2023:12:06 DateTimeCreated : 2023:12:06 20:38:18+04:00 DateTimeOriginal : 2023:12:06 20:38:18 DefringeGreenAmount : 0 DefringeGreenHueHi : 60 DefringeGreenHueLo : 40 DefringePurpleAmount : 0 DefringePurpleHueHi : 70 DefringePurpleHueLo : 30 Dehaze : 0 DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 DeviceAttributes : Reflective, Glossy, Positive, Color DeviceManufacturer : Hewlett-Packard DeviceMfgDesc : IEC http://www.iec.ch DeviceModel : sRGB DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB DigitalCreationDate : 2023:12:06 DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 DigitalCreationTime : 20:38:18+04:00 Directory : . DisplayedUnitsX : inches DisplayedUnitsY : inches DistortionCorrectionAlreadyApplied : True DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc EncodingProcess : Baseline DCT, Huffman coding ExifByteOrder : Little-endian (Intel, II) ExifToolVersion : 12.70 ExifVersion : 0232 Exposure2012 : +0.70 ExposureCompensation : +0.33 ExposureMode : Auto ExposureProgram : Aperture-priority AE ExposureTime : 1/50 FNumber : 1.4 FOV : 39.6 deg FileAccessDate : 2024:01:03 13:24:01+09:00 FileInodeChangeDate : 2024:01:03 13:24:01+09:00 FileModifyDate : 2024:01:02 16:22:08+09:00 FileName : DSCF9340_lr.jpg FilePermissions : -rwxrw-r-- FileSize : 27 MB FileSource : Digital Camera FileType : JPEG FileTypeExtension : jpg Flash : No Flash FocalLength : 33.0 mm FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) FocalLengthIn35mmFormat : 50 mm FocalPlaneResolutionUnit : cm FocalPlaneXResolution : 3303.855743 FocalPlaneYResolution : 3303.855743 Format : image/jpeg FujiRatingAlreadyApplied : True GPSAltitude : 31 m Below Sea Level GPSAltitude (1) : 31 m GPSAltitudeRef : Below Sea Level GPSDateStamp : 2023:12:06 GPSDateTime : 2023:12:06 16:38:14Z GPSLatitude : 25 deg 7' 1.11" N GPSLatitude (1) : 25 deg 7' 1.11" GPSLatitudeRef : North GPSLongitude : 55 deg 11' 40.21" E GPSLongitude (1) : 55 deg 11' 40.21" GPSLongitudeRef : East GPSMapDatum : WGS-84 GPSPosition : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E GPSSpeed : 0 GPSSpeedRef : km/h GPSTimeStamp : 16:38:14 GPSVersionID : 2.3.0.0 GrainAmount : 0 GreenHue : 0 GreenMatrixColumn : 0.38515 0.71687 0.09708 GreenSaturation : 0 GreenTRC : SCALAR(0x23313f0) HasCrop : False HasSettings : True Highlights2012 : +23 HistoryAction : derived, saved HistoryChanged : / HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) HistoryWhen : 2024:01:02 16:22:07+09:00 HueAdjustmentAqua : 0 HueAdjustmentBlue : 0 HueAdjustmentGreen : 0 HueAdjustmentMagenta : 0 HueAdjustmentOrange : 0 HueAdjustmentPurple : 0 HueAdjustmentRed : 0 HueAdjustmentYellow : 0 HyperfocalDistance : 39.23 m IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 ISO : 800 ImageHeight : 5152 ImageSize : 7728x5152 ImageWidth : 7728 InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc LateralChromaticAberrationCorrectionAlreadyApplied : True Lens : XF33mmF1.4 R LM WR LensID : XF33mm F1.4 R LM WR LensInfo : 33mm f/1.4 LensInfo (1) : 33mm f/1.4 LensMake : FUJIFILM LensManualDistortionAmount : 0 LensModel : XF33mmF1.4 R LM WR LensModel (1) : XF33mmF1.4 R LM WR LensProfileDigest : 0D18641C090112947D6EDE319D3014BC LensProfileDistortionScale : 100 LensProfileEnable : 1 LensProfileIsEmbedded : True LensProfileName : Camera Settings LensProfileSetup : LensDefaults LensProfileVignettingScale : 100 LensSerialNumber : 3DA01450 LensSerialNumber (1) : 3DA01450 LightSource : Unknown LightValue : 3.6 Luminance : 76.03647 80 87.12462 LuminanceAdjustmentAqua : 0 LuminanceAdjustmentBlue : 0 LuminanceAdjustmentGreen : 0 LuminanceAdjustmentMagenta : 0 LuminanceAdjustmentOrange : 0 LuminanceAdjustmentPurple : 0 LuminanceAdjustmentRed : 0 LuminanceAdjustmentYellow : 0 LuminanceNoiseReductionContrast : 0 LuminanceNoiseReductionDetail : 50 LuminanceSmoothing : 5 MIMEType : image/jpeg Make : FUJIFILM MaxApertureValue : 1.4 MeasurementBacking : 0 0 0 MeasurementFlare : 0.999% MeasurementGeometry : Unknown MeasurementIlluminant : D65 MeasurementObserver : CIE 1931 MediaBlackPoint : 0 0 0 MediaWhitePoint : 0.95045 1 1.08905 Megapixels : 39.8 MetadataDate : 2024:01:02 16:22:07+09:00 MeteringMode : Multi-segment Model : X-T5 ModifyDate : 2024:01:02 16:22:07 ModifyDate (1) : 2024:01:02 16:22:07+09:00 OffsetTime : +09:00 OffsetTimeDigitized : +04:00 OffsetTimeOriginal : +04:00 OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 OverrideLookVignette : False ParametricDarks : 0 ParametricHighlightSplit : 75 ParametricHighlights : 0 ParametricLights : 0 ParametricMidtoneSplit : 50 ParametricShadowSplit : 25 ParametricShadows : 0 PerspectiveAspect : 0 PerspectiveHorizontal : 0 PerspectiveRotate : 0.0 PerspectiveScale : 100 PerspectiveUpright : Off PerspectiveVertical : 0 PerspectiveX : 0.00 PerspectiveY : 0.00 PhotoshopThumbnail : SCALAR(0x1b5c638) PostCropVignetteAmount : 0 PreservedFileName : DSCF9340.RAF PrimaryPlatform : Microsoft Corporation ProcessVersion : 11.0 ProfileCMMType : Linotronic ProfileClass : Display Device Profile ProfileConnectionSpace : XYZ ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company ProfileCreator : Hewlett-Packard ProfileDateTime : 1998:02:09 06:49:00 ProfileDescription : sRGB IEC61966-2.1 ProfileFileSignature : acsp ProfileID : 0 ProfileVersion : 2.1.0 Province-State : ドバイ首長国 Rating : 3 RawFileName : DSCF9340.RAF RedHue : 0 RedMatrixColumn : 0.43607 0.22249 0.01392 RedSaturation : 0 RedTRC : SCALAR(0x2332858) RenderingIntent : Perceptual ResolutionUnit : inches ResolutionUnit (1) : inches Rights : MeltingRabbit Saturation : -7 SaturationAdjustmentAqua : 0 SaturationAdjustmentBlue : 0 SaturationAdjustmentGreen : 0 SaturationAdjustmentMagenta : 0 SaturationAdjustmentOrange : 0 SaturationAdjustmentPurple : 0 SaturationAdjustmentRed : 0 SaturationAdjustmentYellow : 0 ScaleFactor35efl : 1.5 SceneCaptureType : Standard SceneType : Directly photographed SensingMethod : One-chip color area SensitivityType : Standard Output Sensitivity SerialNumber : 2D011957 SerialNumber (1) : 2D011957 ShadowTint : 0 Shadows2012 : 0 SharpenDetail : 25 SharpenEdgeMasking : 5 SharpenRadius : +1.0 Sharpness : Normal Sharpness (1) : 40 ShutterSpeed : 1/50 ShutterSpeedValue : 1/50 Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) SplitToningBalance : 0 SplitToningHighlightHue : 0 SplitToningHighlightSaturation : 0 SplitToningShadowHue : 0 SplitToningShadowSaturation : 0 State : ドバイ首長国 SubSecCreateDate : 2023:12:06 20:38:18+04:00 SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 SubSecModifyDate : 2024:01:02 16:22:07+09:00 SubjectDistanceRange : Unknown Technology : Cathode Ray Tube Display Texture : 0 ThumbnailImage : SCALAR(0x1aa7630) ThumbnailLength : 15104 ThumbnailOffset : 1360 TimeCreated : 20:38:18+04:00 Tint : +1 ToneCurveName2012 : Linear ToneCurvePV2012 : 0, 0, 255, 255 ToneCurvePV2012Blue : 0, 0, 255, 255 ToneCurvePV2012Green : 0, 0, 255, 255 ToneCurvePV2012Red : 0, 0, 255, 255 Version : 15.3 Vibrance : -3 ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 ViewingCondIlluminant : 19.6445 20.3718 16.8089 ViewingCondIlluminantType : D50 ViewingCondSurround : 3.92889 4.07439 3.36179 VignetteAmount : 0 VignetteCorrectionAlreadyApplied : True WhiteBalance : Auto WhiteBalance (1) : As Shot Whites2012 : -8 XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 XResolution : 240 XResolution (1) : 72 XResolution (2) : 240 YCbCrSubSampling : YCbCr4:4:4 (1 1) YResolution : 240 YResolution (1) : 72 YResolution (2) : 240
Exif は Family > Group > Tag の順番にカテゴライズされています.すべての Family の Group から Tag を取得し,それぞれの Group ごとに和集合をとって出力するスクリプトを書きました.
その コード と,撮って出し,Lightroom での現像 の両方の出力結果を載せておきます.
Lightroom で出力すると,現像パラメタなどで Tag はかなり増えているものの,FujiFilm group や MakerNotes group は消えてしまうことがわかりますね.残しておいてくれても良いのに....
#!/usr/bin/perl use strict; use warnings; use Image::ExifTool; # 設定 my $IMG_PATH = './DSCF5465.JPG'; my $exif_tool = Image::ExifTool->new; $exif_tool->ExtractInfo($IMG_PATH); # すべての family に対して,group ごとのデータを集める my $MAX_FAMILY = 8; my @family_info; for (my $family = 0; $family <= $MAX_FAMILY; $family++) { print "INFO: Get family #$family info ...\n"; my %group_info = %{&GetGroupInfo(\$exif_tool, $family)}; # &PrintGroupInfo(\%group_info); $family_info[$family] = \%group_info; } # すべての family の group ごとのデータの和集合をとる my %unique_group_info; %unique_group_info = %{$family_info[0]}; for (my $family = 1; $family <= $MAX_FAMILY; $family++) { print "INFO: Take union of family #$family info ...\n"; my %group_info = %{$family_info[$family]}; foreach my $group (sort {$a cmp $b} keys %group_info) { if (exists $unique_group_info{$group}) { # マージ my %temp = %{&GetUnion(\%{$unique_group_info{$group}}, \%{$group_info{$group}})}; $unique_group_info{$group} = \%temp; } else { # もってくるだけ $unique_group_info{$group} = \%{$group_info{$group}}; } } } &PrintGroupInfo(\%unique_group_info); # 最後におまけで tag で潰す # https://exiftool.org/TagNames/FujiFilm.html print "INFO: ALL TAG\n"; my %all_tag_info; foreach my $group (sort {$a cmp $b} keys %unique_group_info) { %all_tag_info = (%all_tag_info, %{$unique_group_info{$group}}); } foreach (sort {$a cmp $b} keys %all_tag_info) { print sprintf("%-30s", $_)." : $all_tag_info{$_}\n"; } exit; sub GetGroupInfo { my $exif_tool = ${$_[0]}; my $family = $_[1]; my %group_info; my @groups = $exif_tool->GetGroups($family); foreach my $group (@groups) { my %tag_info; # print "---- $group ----\n"; # https://exiftool.org/ExifTool.html#GetInfo # family https://exiftool.org/#groups my $info = $exif_tool->GetInfo({"Group$family" => $group}); foreach ($exif_tool->GetTagList($info)) { # print "$_ : $$info{$_}\n"; $tag_info{$_} = $$info{$_}; } $group_info{$group} = \%tag_info; } return \%group_info; } sub PrintGroupInfo { my %group_info = %{$_[0]}; foreach my $group (sort {$a cmp $b} keys %group_info) { foreach (sort {$a cmp $b} keys %{ $group_info{$group} }) { print sprintf("%-10s", $group)." -> ".sprintf("%-30s", $_)." : $group_info{$group}{$_}\n"; } } } sub GetUnion { my %g0 = %{$_[0]}; my %g1 = %{$_[1]}; my %g; # ハッシュスライスをつかって, key の和集合をつくる my %all_keys; @all_keys{keys %g0, keys %g1} = (); # すべての key について,あつめる foreach my $k (sort {$a cmp $b} keys %all_keys) { # print "$k\n"; if ( (exists $g0{$k}) && (exists $g1{$k}) ) { if ($g0{$k} ne $g1{$k}) { print "ERR: MISMATCH at key $k: $g0{$k}, $g1{$k} !!\n"; } $g{$k} = $g0{$k}; } else { $g{$k} = (exists $g0{$k}) ? $g0{$k} : $g1{$k}; } } return \%g; }
Author -> Artist : MeltingRabbit Author -> Artist (1) : MeltingRabbit Author -> Copyright : MeltingRabbit Camera -> AF-CPriority : Release Camera -> AF-CSetting : Set 1 (multi-purpose) Camera -> AF-CSpeedTrackingSensitivity : 0 Camera -> AF-CTrackingSensitivity : 2 Camera -> AF-CZoneAreaSwitching : Auto Camera -> AF-SPriority : Release Camera -> AFAreaMode : Single Point Camera -> AFAreaPointSize : 4 Camera -> AFAreaZoneSize : n/a Camera -> AFMode : Single Point Camera -> AutoBracketing : Off Camera -> BlurWarning : None Camera -> CircleOfConfusion : 0.020 mm Camera -> Clarity : 2 Camera -> ColorChromeEffect : Off Camera -> ColorChromeFXBlue : Strong Camera -> Contrast : Normal Camera -> CropMode : n/a Camera -> DevelopmentDynamicRange : 100 Camera -> DriveMode : Single Camera -> DriveSpeed : n/a Camera -> DynamicRange : Standard Camera -> DynamicRangeSetting : Manual Camera -> ExposureCount : 1 Camera -> ExposureMode : Auto Camera -> ExposureProgram : Aperture-priority AE Camera -> ExposureWarning : Good Camera -> FacesDetected : 0 Camera -> FilmMode : F2/Fujichrome (Velvia) Camera -> Flash : No Flash Camera -> FlashExposureComp : 0 Camera -> FlickerReduction : Off (0x0003) Camera -> FocalLength : 10.0 mm Camera -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) Camera -> FocalLengthIn35mmFormat : 15 mm Camera -> FocalPlaneResolutionUnit : cm Camera -> FocalPlaneXResolution : 3289 Camera -> FocalPlaneYResolution : 3289 Camera -> FocusMode : Auto Camera -> FocusMode2 : AF-S Camera -> FocusPixel : 3863 3114 Camera -> FocusWarning : Good Camera -> FujiFlashMode : Not Attached Camera -> FujiModel : X-T5_0100 Camera -> FujiModel2 : X-T5_0100 Camera -> GrainEffectRoughness : Off Camera -> GrainEffectSize : Off Camera -> HighlightTone : +1 (medium hard) Camera -> HyperfocalDistance : 1.25 m Camera -> ImageCount : 8999 Camera -> ImageGeneration : Re-developed from RAW Camera -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 Camera -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 Camera -> LensID : XF10-24mm F4 R OIS WR Camera -> LensModulationOptimizer : On Camera -> LightSource : Unknown Camera -> Make : FUJIFILM Camera -> MaxApertureAtMaxFocal : 4 Camera -> MaxApertureAtMinFocal : 4 Camera -> MaxApertureValue : 4.0 Camera -> MaxFocalLength : 24 Camera -> MeteringMode : Multi-segment Camera -> MinFocalLength : 10 Camera -> Model : X-T5 Camera -> NoiseReduction : 0 (normal) Camera -> NumFaceElements : 0 Camera -> PictureMode : Aperture-priority AE Camera -> PreAF : Off Camera -> Quality : FINE Camera -> RollAngle : 0 Camera -> Saturation : 0 (normal) Camera -> ScaleFactor35efl : 1.5 Camera -> SceneCaptureType : Standard Camera -> SensingMethod : One-chip color area Camera -> SequenceNumber : 0 Camera -> ShadowTone : 0 (normal) Camera -> Sharpness : Hard Camera -> Sharpness (1) : +2 (hard) Camera -> ShutterType : Electronic Front Curtain Camera -> SlowSync : Off Camera -> SubjectDistanceRange : Unknown Camera -> Version : 0130 Camera -> WhiteBalance : Auto Camera -> WhiteBalance (1) : Auto Camera -> WhiteBalanceFineTune : Red +0, Blue +0 Composite -> Aperture : 4.0 Composite -> CircleOfConfusion : 0.020 mm Composite -> FOV : 100.4 deg Composite -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) Composite -> GPSAltitude : 1577 m Above Sea Level Composite -> GPSDateTime : 2023:06:03 05:22:03Z Composite -> GPSLatitude : 35 deg 22' 24.64" N Composite -> GPSLongitude : 133 deg 32' 4.97" E Composite -> GPSPosition : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E Composite -> HyperfocalDistance : 1.25 m Composite -> ImageSize : 7728x5152 Composite -> LensID : XF10-24mm F4 R OIS WR Composite -> LightValue : 13.8 Composite -> Megapixels : 39.8 Composite -> PreviewImageSize : 640x480 Composite -> ScaleFactor35efl : 1.5 Composite -> ShutterSpeed : 1/1100 Composite -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 Composite -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 Composite -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 Copy1 -> Artist (1) : MeltingRabbit Copy1 -> GPSAltitude (1) : 1577 m Copy1 -> GPSLatitude (1) : 35 deg 22' 24.64" Copy1 -> GPSLongitude (1) : 133 deg 32' 4.97" Copy1 -> Orientation (1) : Horizontal (normal) Copy1 -> ResolutionUnit (1) : inches Copy1 -> Sharpness (1) : +2 (hard) Copy1 -> WhiteBalance (1) : Auto Copy1 -> XResolution (1) : 72 Copy1 -> YCbCrPositioning (1) : Co-sited Copy1 -> YResolution (1) : 72 EXIF -> ApertureValue : 4.0 EXIF -> Artist : MeltingRabbit EXIF -> Artist (1) : MeltingRabbit EXIF -> BrightnessValue : 9.4 EXIF -> CameraElevationAngle : -4.1 EXIF -> ColorSpace : sRGB EXIF -> ComponentsConfiguration : Y, Cb, Cr, - EXIF -> CompositeImage : Not a Composite Image EXIF -> CompressedBitsPerPixel : 4.8 EXIF -> Compression : JPEG (old-style) EXIF -> Copyright : MeltingRabbit EXIF -> CreateDate : 2023:06:03 14:22:04 EXIF -> CustomRendered : Normal EXIF -> DateTimeOriginal : 2023:06:03 14:22:04 EXIF -> ExifImageHeight : 5152 EXIF -> ExifImageWidth : 7728 EXIF -> ExifVersion : 0232 EXIF -> ExposureCompensation : 0 EXIF -> ExposureMode : Auto EXIF -> ExposureProgram : Aperture-priority AE EXIF -> ExposureTime : 1/1100 EXIF -> FNumber : 4.0 EXIF -> FileSource : Digital Camera EXIF -> Flash : No Flash EXIF -> FlashpixVersion : 0100 EXIF -> FocalLength : 10.0 mm EXIF -> FocalLengthIn35mmFormat : 15 mm EXIF -> FocalPlaneResolutionUnit : cm EXIF -> FocalPlaneXResolution : 3289 EXIF -> FocalPlaneYResolution : 3289 EXIF -> GPSAltitude (1) : 1577 m EXIF -> GPSAltitudeRef : Above Sea Level EXIF -> GPSDateStamp : 2023:06:03 EXIF -> GPSLatitude (1) : 35 deg 22' 24.64" EXIF -> GPSLatitudeRef : North EXIF -> GPSLongitude (1) : 133 deg 32' 4.97" EXIF -> GPSLongitudeRef : East EXIF -> GPSMapDatum : WGS-84 EXIF -> GPSSpeed : 680 EXIF -> GPSSpeedRef : km/h EXIF -> GPSTimeStamp : 05:22:03 EXIF -> GPSVersionID : 2.3.0.0 EXIF -> ISO : 125 EXIF -> InteropIndex : R98 - DCF basic file (sRGB) EXIF -> InteropVersion : 0100 EXIF -> LensInfo : 10-24mm f/4 EXIF -> LensMake : FUJIFILM EXIF -> LensModel : XF10-24mmF4 R OIS WR EXIF -> LensSerialNumber : 0DA00449 EXIF -> LightSource : Unknown EXIF -> Make : FUJIFILM EXIF -> MaxApertureValue : 4.0 EXIF -> MeteringMode : Multi-segment EXIF -> Model : X-T5 EXIF -> ModifyDate : 2023:06:04 19:32:29 EXIF -> OffsetTime : +09:00 EXIF -> OffsetTimeDigitized : +09:00 EXIF -> OffsetTimeOriginal : +09:00 EXIF -> Orientation : Horizontal (normal) EXIF -> Orientation (1) : Horizontal (normal) EXIF -> ResolutionUnit : inches EXIF -> ResolutionUnit (1) : inches EXIF -> SceneCaptureType : Standard EXIF -> SceneType : Directly photographed EXIF -> SensingMethod : One-chip color area EXIF -> SensitivityType : Standard Output Sensitivity EXIF -> SerialNumber : 2D011957 EXIF -> Sharpness : Hard EXIF -> ShutterSpeedValue : 1/1144 EXIF -> Software : Digital Camera X-T5 Ver2.00 EXIF -> SubjectDistanceRange : Unknown EXIF -> ThumbnailImage : SCALAR(0xfcf160) EXIF -> ThumbnailLength : 8341 EXIF -> ThumbnailOffset : 4256 EXIF -> UserComment : EXIF -> WhiteBalance (1) : Auto EXIF -> XResolution : 72 EXIF -> XResolution (1) : 72 EXIF -> YCbCrPositioning : Co-sited EXIF -> YCbCrPositioning (1) : Co-sited EXIF -> YResolution : 72 EXIF -> YResolution (1) : 72 ExifIFD -> ApertureValue : 4.0 ExifIFD -> BrightnessValue : 9.4 ExifIFD -> CameraElevationAngle : -4.1 ExifIFD -> ColorSpace : sRGB ExifIFD -> ComponentsConfiguration : Y, Cb, Cr, - ExifIFD -> CompositeImage : Not a Composite Image ExifIFD -> CompressedBitsPerPixel : 4.8 ExifIFD -> CreateDate : 2023:06:03 14:22:04 ExifIFD -> CustomRendered : Normal ExifIFD -> DateTimeOriginal : 2023:06:03 14:22:04 ExifIFD -> ExifImageHeight : 5152 ExifIFD -> ExifImageWidth : 7728 ExifIFD -> ExifVersion : 0232 ExifIFD -> ExposureCompensation : 0 ExifIFD -> ExposureMode : Auto ExifIFD -> ExposureProgram : Aperture-priority AE ExifIFD -> ExposureTime : 1/1100 ExifIFD -> FNumber : 4.0 ExifIFD -> FileSource : Digital Camera ExifIFD -> Flash : No Flash ExifIFD -> FlashpixVersion : 0100 ExifIFD -> FocalLength : 10.0 mm ExifIFD -> FocalLengthIn35mmFormat : 15 mm ExifIFD -> FocalPlaneResolutionUnit : cm ExifIFD -> FocalPlaneXResolution : 3289 ExifIFD -> FocalPlaneYResolution : 3289 ExifIFD -> ISO : 125 ExifIFD -> LensInfo : 10-24mm f/4 ExifIFD -> LensMake : FUJIFILM ExifIFD -> LensModel : XF10-24mmF4 R OIS WR ExifIFD -> LensSerialNumber : 0DA00449 ExifIFD -> LightSource : Unknown ExifIFD -> MaxApertureValue : 4.0 ExifIFD -> MeteringMode : Multi-segment ExifIFD -> OffsetTime : +09:00 ExifIFD -> OffsetTimeDigitized : +09:00 ExifIFD -> OffsetTimeOriginal : +09:00 ExifIFD -> SceneCaptureType : Standard ExifIFD -> SceneType : Directly photographed ExifIFD -> SensingMethod : One-chip color area ExifIFD -> SensitivityType : Standard Output Sensitivity ExifIFD -> SerialNumber : 2D011957 ExifIFD -> Sharpness : Hard ExifIFD -> ShutterSpeedValue : 1/1144 ExifIFD -> SubjectDistanceRange : Unknown ExifIFD -> UserComment : ExifIFD -> WhiteBalance (1) : Auto ExifTool -> ExifToolVersion : 12.70 File -> BitsPerSample : 8 File -> ColorComponents : 3 File -> Directory : . File -> EncodingProcess : Baseline DCT, Huffman coding File -> ExifByteOrder : Little-endian (Intel, II) File -> FileAccessDate : 2024:01:03 01:08:43+09:00 File -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 File -> FileModifyDate : 2023:06:04 19:32:30+09:00 File -> FileName : DSCF5465.JPG File -> FilePermissions : -rwxrw-r-- File -> FileSize : 24 MB File -> FileType : JPEG File -> FileTypeExtension : jpg File -> ImageHeight : 5152 File -> ImageWidth : 7728 File -> MIMEType : image/jpeg File -> YCbCrSubSampling : YCbCr4:2:2 (2 1) FlashPix -> PreviewImage : SCALAR(0xe5f4a0) FlashPix -> PreviewImageHeight : 480 FlashPix -> PreviewImageWidth : 640 FujiFilm -> AF-CPriority : Release FujiFilm -> AF-CSetting : Set 1 (multi-purpose) FujiFilm -> AF-CSpeedTrackingSensitivity : 0 FujiFilm -> AF-CTrackingSensitivity : 2 FujiFilm -> AF-CZoneAreaSwitching : Auto FujiFilm -> AF-SPriority : Release FujiFilm -> AFAreaMode : Single Point FujiFilm -> AFAreaPointSize : 4 FujiFilm -> AFAreaZoneSize : n/a FujiFilm -> AFMode : Single Point FujiFilm -> AutoBracketing : Off FujiFilm -> BlurWarning : None FujiFilm -> Clarity : 2 FujiFilm -> ColorChromeEffect : Off FujiFilm -> ColorChromeFXBlue : Strong FujiFilm -> Contrast : Normal FujiFilm -> CropMode : n/a FujiFilm -> DevelopmentDynamicRange : 100 FujiFilm -> DriveMode : Single FujiFilm -> DriveSpeed : n/a FujiFilm -> DynamicRange : Standard FujiFilm -> DynamicRangeSetting : Manual FujiFilm -> ExposureCount : 1 FujiFilm -> ExposureWarning : Good FujiFilm -> FacesDetected : 0 FujiFilm -> FilmMode : F2/Fujichrome (Velvia) FujiFilm -> FlashExposureComp : 0 FujiFilm -> FlickerReduction : Off (0x0003) FujiFilm -> FocusMode : Auto FujiFilm -> FocusMode2 : AF-S FujiFilm -> FocusPixel : 3863 3114 FujiFilm -> FocusWarning : Good FujiFilm -> FujiFlashMode : Not Attached FujiFilm -> FujiModel : X-T5_0100 FujiFilm -> FujiModel2 : X-T5_0100 FujiFilm -> GrainEffectRoughness : Off FujiFilm -> GrainEffectSize : Off FujiFilm -> HighlightTone : +1 (medium hard) FujiFilm -> ImageCount : 8999 FujiFilm -> ImageGeneration : Re-developed from RAW FujiFilm -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 FujiFilm -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 FujiFilm -> LensModulationOptimizer : On FujiFilm -> MaxApertureAtMaxFocal : 4 FujiFilm -> MaxApertureAtMinFocal : 4 FujiFilm -> MaxFocalLength : 24 FujiFilm -> MinFocalLength : 10 FujiFilm -> NoiseReduction : 0 (normal) FujiFilm -> NumFaceElements : 0 FujiFilm -> PictureMode : Aperture-priority AE FujiFilm -> PreAF : Off FujiFilm -> Quality : FINE FujiFilm -> RollAngle : 0 FujiFilm -> Saturation : 0 (normal) FujiFilm -> SequenceNumber : 0 FujiFilm -> ShadowTone : 0 (normal) FujiFilm -> Sharpness (1) : +2 (hard) FujiFilm -> ShutterType : Electronic Front Curtain FujiFilm -> SlowSync : Off FujiFilm -> Version : 0130 FujiFilm -> WhiteBalance : Auto FujiFilm -> WhiteBalanceFineTune : Red +0, Blue +0 GPS -> GPSAltitude (1) : 1577 m GPS -> GPSAltitudeRef : Above Sea Level GPS -> GPSDateStamp : 2023:06:03 GPS -> GPSLatitude (1) : 35 deg 22' 24.64" GPS -> GPSLatitudeRef : North GPS -> GPSLongitude (1) : 133 deg 32' 4.97" GPS -> GPSLongitudeRef : East GPS -> GPSMapDatum : WGS-84 GPS -> GPSSpeed : 680 GPS -> GPSSpeedRef : km/h GPS -> GPSTimeStamp : 05:22:03 GPS -> GPSVersionID : 2.3.0.0 ID-0 -> AF-CSetting : Set 1 (multi-purpose) ID-0 -> GPSVersionID : 2.3.0.0 ID-0 -> Version : 0130 ID-02e1 -> AF-CTrackingSensitivity : 2 ID-02e1 -> AF-SPriority : Release ID-02e1 -> DriveMode : Single ID-02e1 -> FocusMode2 : AF-S ID-02e2 -> AF-CPriority : Release ID-02e2 -> AF-CSpeedTrackingSensitivity : 0 ID-02e2 -> DriveSpeed : n/a ID-02e2 -> PreAF : Off ID-02e3 -> AF-CZoneAreaSwitching : Auto ID-02e3 -> AFAreaMode : Single Point ID-02e4 -> AFAreaPointSize : 4 ID-02e5 -> AFAreaZoneSize : n/a ID-1 -> GPSLatitudeRef : North ID-1 -> InteropIndex : R98 - DCF basic file (sRGB) ID-12 -> GPSSpeedRef : km/h ID-13 -> GPSSpeed : 680 ID-13 -> PreviewImageWidth : 640 ID-16 -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 ID-16640 -> FacesDetected : 0 ID-16896 -> NumFaceElements : 0 ID-18 -> GPSMapDatum : WGS-84 ID-2 -> GPSLatitude (1) : 35 deg 22' 24.64" ID-2 -> InteropVersion : 0100 ID-23 -> PreviewImageHeight : 480 ID-259 -> Compression : JPEG (old-style) ID-271 -> Make : FUJIFILM ID-272 -> Model : X-T5 ID-274 -> Orientation : Horizontal (normal) ID-274 -> Orientation (1) : Horizontal (normal) ID-282 -> XResolution : 72 ID-282 -> XResolution (1) : 72 ID-283 -> YResolution : 72 ID-283 -> YResolution (1) : 72 ID-29 -> GPSDateStamp : 2023:06:03 ID-296 -> ResolutionUnit : inches ID-296 -> ResolutionUnit (1) : inches ID-3 -> GPSLongitudeRef : East ID-305 -> Software : Digital Camera X-T5 Ver2.00 ID-306 -> ModifyDate : 2023:06:04 19:32:29 ID-315 -> Artist : MeltingRabbit ID-315 -> Artist (1) : MeltingRabbit ID-33432 -> Copyright : MeltingRabbit ID-33434 -> ExposureTime : 1/1100 ID-33437 -> FNumber : 4.0 ID-34850 -> ExposureProgram : Aperture-priority AE ID-34855 -> ISO : 125 ID-34864 -> SensitivityType : Standard Output Sensitivity ID-36864 -> ExifVersion : 0232 ID-36867 -> DateTimeOriginal : 2023:06:03 14:22:04 ID-36868 -> CreateDate : 2023:06:03 14:22:04 ID-36880 -> OffsetTime : +09:00 ID-36881 -> OffsetTimeOriginal : +09:00 ID-36882 -> OffsetTimeDigitized : +09:00 ID-37121 -> ComponentsConfiguration : Y, Cb, Cr, - ID-37122 -> CompressedBitsPerPixel : 4.8 ID-37377 -> ShutterSpeedValue : 1/1144 ID-37378 -> ApertureValue : 4.0 ID-37379 -> BrightnessValue : 9.4 ID-37380 -> ExposureCompensation : 0 ID-37381 -> MaxApertureValue : 4.0 ID-37383 -> MeteringMode : Multi-segment ID-37384 -> LightSource : Unknown ID-37385 -> Flash : No Flash ID-37386 -> FocalLength : 10.0 mm ID-37510 -> UserComment : ID-37893 -> CameraElevationAngle : -4.1 ID-4 -> GPSLongitude (1) : 133 deg 32' 4.97" ID-4096 -> Quality : FINE ID-40960 -> FlashpixVersion : 0100 ID-40961 -> ColorSpace : sRGB ID-40962 -> ExifImageWidth : 7728 ID-40963 -> ExifImageHeight : 5152 ID-4097 -> Sharpness (1) : +2 (hard) ID-4098 -> WhiteBalance : Auto ID-4099 -> Saturation : 0 (normal) ID-4100 -> Contrast : Normal ID-4106 -> WhiteBalanceFineTune : Red +0, Blue +0 ID-4110 -> NoiseReduction : 0 (normal) ID-4111 -> Clarity : 2 ID-4112 -> FujiFlashMode : Not Attached ID-4113 -> FlashExposureComp : 0 ID-4129 -> FocusMode : Auto ID-4130 -> AFMode : Single Point ID-4131 -> FocusPixel : 3863 3114 ID-4144 -> SlowSync : Off ID-4145 -> PictureMode : Aperture-priority AE ID-4146 -> ExposureCount : 1 ID-41486 -> FocalPlaneXResolution : 3289 ID-41487 -> FocalPlaneYResolution : 3289 ID-41488 -> FocalPlaneResolutionUnit : cm ID-41495 -> SensingMethod : One-chip color area ID-4160 -> ShadowTone : 0 (normal) ID-4161 -> HighlightTone : +1 (medium hard) ID-4165 -> LensModulationOptimizer : On ID-4167 -> GrainEffectRoughness : Off ID-4168 -> ColorChromeEffect : Off ID-4172 -> GrainEffectSize : Off ID-41728 -> FileSource : Digital Camera ID-41729 -> SceneType : Directly photographed ID-4173 -> CropMode : n/a ID-4174 -> ColorChromeFXBlue : Strong ID-4176 -> ShutterType : Electronic Front Curtain ID-41985 -> CustomRendered : Normal ID-41986 -> ExposureMode : Auto ID-41987 -> WhiteBalance (1) : Auto ID-41989 -> FocalLengthIn35mmFormat : 15 mm ID-41990 -> SceneCaptureType : Standard ID-41994 -> Sharpness : Hard ID-41996 -> SubjectDistanceRange : Unknown ID-42033 -> SerialNumber : 2D011957 ID-42034 -> LensInfo : 10-24mm f/4 ID-42035 -> LensMake : FUJIFILM ID-42036 -> LensModel : XF10-24mmF4 R OIS WR ID-42037 -> LensSerialNumber : 0DA00449 ID-42080 -> CompositeImage : Not a Composite Image ID-4352 -> AutoBracketing : Off ID-4353 -> SequenceNumber : 0 ID-4864 -> BlurWarning : None ID-4865 -> FocusWarning : Good ID-4866 -> ExposureWarning : Good ID-5 -> GPSAltitudeRef : Above Sea Level ID-5120 -> DynamicRange : Standard ID-5121 -> FilmMode : F2/Fujichrome (Velvia) ID-5122 -> DynamicRangeSetting : Manual ID-5123 -> DevelopmentDynamicRange : 100 ID-5124 -> MinFocalLength : 10 ID-5125 -> MaxFocalLength : 24 ID-5126 -> MaxApertureAtMinFocal : 4 ID-5127 -> MaxApertureAtMaxFocal : 4 ID-513 -> ThumbnailOffset : 4256 ID-514 -> ThumbnailLength : 8341 ID-5154 -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 ID-5174 -> ImageGeneration : Re-developed from RAW ID-5176 -> ImageCount : 8999 ID-5190 -> FlickerReduction : Off (0x0003) ID-5191 -> FujiModel : X-T5_0100 ID-5192 -> FujiModel2 : X-T5_0100 ID-5197 -> RollAngle : 0 ID-531 -> YCbCrPositioning : Co-sited ID-531 -> YCbCrPositioning (1) : Co-sited ID-6 -> GPSAltitude (1) : 1577 m ID-7 -> GPSTimeStamp : 05:22:03 ID-BitsPerSample -> BitsPerSample : 8 ID-ColorComponents -> ColorComponents : 3 ID-Directory -> Directory : . ID-EncodingProcess -> EncodingProcess : Baseline DCT, Huffman coding ID-Exif-Aperture -> Aperture : 4.0 ID-Exif-CircleOfConfusion -> CircleOfConfusion : 0.020 mm ID-Exif-FOV -> FOV : 100.4 deg ID-Exif-FocalLength35efl -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) ID-Exif-GPSPosition -> GPSPosition : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E ID-Exif-HyperfocalDistance -> HyperfocalDistance : 1.25 m ID-Exif-ImageSize -> ImageSize : 7728x5152 ID-Exif-LensID-2 -> LensID : XF10-24mm F4 R OIS WR ID-Exif-LightValue -> LightValue : 13.8 ID-Exif-Megapixels -> Megapixels : 39.8 ID-Exif-PreviewImageSize -> PreviewImageSize : 640x480 ID-Exif-ScaleFactor35efl -> ScaleFactor35efl : 1.5 ID-Exif-ShutterSpeed -> ShutterSpeed : 1/1100 ID-Exif-SubSecCreateDate -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 ID-Exif-SubSecDateTimeOriginal -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 ID-Exif-SubSecModifyDate -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 ID-Exif-ThumbnailImage -> ThumbnailImage : SCALAR(0xfcf160) ID-ExifByteOrder -> ExifByteOrder : Little-endian (Intel, II) ID-ExifToolVersion -> ExifToolVersion : 12.70 ID-FileAccessDate -> FileAccessDate : 2024:01:03 01:08:43+09:00 ID-FileInodeChangeDate -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 ID-FileModifyDate -> FileModifyDate : 2023:06:04 19:32:30+09:00 ID-FileName -> FileName : DSCF5465.JPG ID-FilePermissions -> FilePermissions : -rwxrw-r-- ID-FileSize -> FileSize : 24 MB ID-FileType -> FileType : JPEG ID-FileTypeExtension -> FileTypeExtension : jpg ID-GPS-GPSAltitude -> GPSAltitude : 1577 m Above Sea Level ID-GPS-GPSDateTime -> GPSDateTime : 2023:06:03 05:22:03Z ID-GPS-GPSLatitude -> GPSLatitude : 35 deg 22' 24.64" N ID-GPS-GPSLongitude -> GPSLongitude : 133 deg 32' 4.97" E ID-ImageHeight -> ImageHeight : 5152 ID-ImageWidth -> ImageWidth : 7728 ID-MIMEType -> MIMEType : image/jpeg ID-Preview -> PreviewImage : SCALAR(0x1928248) ID-PrintIMVersion -> PrintIMVersion : 0250 ID-Rating -> Rating : 0 ID-YCbCrSubSampling -> YCbCrSubSampling : YCbCr4:2:2 (2 1) IFD0 -> Artist : MeltingRabbit IFD0 -> Copyright : MeltingRabbit IFD0 -> Make : FUJIFILM IFD0 -> Model : X-T5 IFD0 -> ModifyDate : 2023:06:04 19:32:29 IFD0 -> Orientation : Horizontal (normal) IFD0 -> ResolutionUnit : inches IFD0 -> Software : Digital Camera X-T5 Ver2.00 IFD0 -> XResolution : 72 IFD0 -> YCbCrPositioning : Co-sited IFD0 -> YResolution : 72 IFD1 -> Artist (1) : MeltingRabbit IFD1 -> Compression : JPEG (old-style) IFD1 -> Orientation (1) : Horizontal (normal) IFD1 -> ResolutionUnit (1) : inches IFD1 -> ThumbnailImage : SCALAR(0xfcf160) IFD1 -> ThumbnailLength : 8341 IFD1 -> ThumbnailOffset : 4256 IFD1 -> XResolution (1) : 72 IFD1 -> YCbCrPositioning (1) : Co-sited IFD1 -> YResolution (1) : 72 Image -> Aperture : 4.0 Image -> ApertureValue : 4.0 Image -> BitsPerSample : 8 Image -> BrightnessValue : 9.4 Image -> CameraElevationAngle : -4.1 Image -> ColorComponents : 3 Image -> ColorSpace : sRGB Image -> ComponentsConfiguration : Y, Cb, Cr, - Image -> CompositeImage : Not a Composite Image Image -> CompressedBitsPerPixel : 4.8 Image -> Compression : JPEG (old-style) Image -> CustomRendered : Normal Image -> EncodingProcess : Baseline DCT, Huffman coding Image -> ExifByteOrder : Little-endian (Intel, II) Image -> ExifImageHeight : 5152 Image -> ExifImageWidth : 7728 Image -> ExifVersion : 0232 Image -> ExposureCompensation : 0 Image -> ExposureTime : 1/1100 Image -> FNumber : 4.0 Image -> FOV : 100.4 deg Image -> FileSource : Digital Camera Image -> FlashpixVersion : 0100 Image -> ISO : 125 Image -> ImageHeight : 5152 Image -> ImageSize : 7728x5152 Image -> ImageWidth : 7728 Image -> InteropIndex : R98 - DCF basic file (sRGB) Image -> InteropVersion : 0100 Image -> LensInfo : 10-24mm f/4 Image -> LensMake : FUJIFILM Image -> LensModel : XF10-24mmF4 R OIS WR Image -> LensSerialNumber : 0DA00449 Image -> LightValue : 13.8 Image -> Megapixels : 39.8 Image -> Orientation : Horizontal (normal) Image -> Orientation (1) : Horizontal (normal) Image -> PreviewImageHeight : 480 Image -> PreviewImageSize : 640x480 Image -> PreviewImageWidth : 640 Image -> Rating : 0 Image -> ResolutionUnit : inches Image -> ResolutionUnit (1) : inches Image -> SceneType : Directly photographed Image -> SensitivityType : Standard Output Sensitivity Image -> SerialNumber : 2D011957 Image -> ShutterSpeed : 1/1100 Image -> ShutterSpeedValue : 1/1144 Image -> Software : Digital Camera X-T5 Ver2.00 Image -> ThumbnailLength : 8341 Image -> ThumbnailOffset : 4256 Image -> UserComment : Image -> XResolution : 72 Image -> XResolution (1) : 72 Image -> YCbCrPositioning : Co-sited Image -> YCbCrPositioning (1) : Co-sited Image -> YCbCrSubSampling : YCbCr4:2:2 (2 1) Image -> YResolution : 72 Image -> YResolution (1) : 72 InteropIFD -> InteropIndex : R98 - DCF basic file (sRGB) InteropIFD -> InteropVersion : 0100 Location -> GPSAltitude : 1577 m Above Sea Level Location -> GPSAltitude (1) : 1577 m Location -> GPSAltitudeRef : Above Sea Level Location -> GPSLatitude : 35 deg 22' 24.64" N Location -> GPSLatitude (1) : 35 deg 22' 24.64" Location -> GPSLatitudeRef : North Location -> GPSLongitude : 133 deg 32' 4.97" E Location -> GPSLongitude (1) : 133 deg 32' 4.97" Location -> GPSLongitudeRef : East Location -> GPSMapDatum : WGS-84 Location -> GPSPosition : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E Location -> GPSSpeed : 680 Location -> GPSSpeedRef : km/h Location -> GPSVersionID : 2.3.0.0 Main -> AF-CPriority : Release Main -> AF-CSetting : Set 1 (multi-purpose) Main -> AF-CSpeedTrackingSensitivity : 0 Main -> AF-CTrackingSensitivity : 2 Main -> AF-CZoneAreaSwitching : Auto Main -> AF-SPriority : Release Main -> AFAreaMode : Single Point Main -> AFAreaPointSize : 4 Main -> AFAreaZoneSize : n/a Main -> AFMode : Single Point Main -> Aperture : 4.0 Main -> ApertureValue : 4.0 Main -> Artist : MeltingRabbit Main -> Artist (1) : MeltingRabbit Main -> AutoBracketing : Off Main -> BitsPerSample : 8 Main -> BlurWarning : None Main -> BrightnessValue : 9.4 Main -> CameraElevationAngle : -4.1 Main -> CircleOfConfusion : 0.020 mm Main -> Clarity : 2 Main -> ColorChromeEffect : Off Main -> ColorChromeFXBlue : Strong Main -> ColorComponents : 3 Main -> ColorSpace : sRGB Main -> ComponentsConfiguration : Y, Cb, Cr, - Main -> CompositeImage : Not a Composite Image Main -> CompressedBitsPerPixel : 4.8 Main -> Compression : JPEG (old-style) Main -> Contrast : Normal Main -> Copyright : MeltingRabbit Main -> CreateDate : 2023:06:03 14:22:04 Main -> CropMode : n/a Main -> CustomRendered : Normal Main -> DateTimeOriginal : 2023:06:03 14:22:04 Main -> DevelopmentDynamicRange : 100 Main -> Directory : . Main -> DriveMode : Single Main -> DriveSpeed : n/a Main -> DynamicRange : Standard Main -> DynamicRangeSetting : Manual Main -> EncodingProcess : Baseline DCT, Huffman coding Main -> ExifByteOrder : Little-endian (Intel, II) Main -> ExifImageHeight : 5152 Main -> ExifImageWidth : 7728 Main -> ExifToolVersion : 12.70 Main -> ExifVersion : 0232 Main -> ExposureCompensation : 0 Main -> ExposureCount : 1 Main -> ExposureMode : Auto Main -> ExposureProgram : Aperture-priority AE Main -> ExposureTime : 1/1100 Main -> ExposureWarning : Good Main -> FNumber : 4.0 Main -> FOV : 100.4 deg Main -> FacesDetected : 0 Main -> FileAccessDate : 2024:01:03 01:08:43+09:00 Main -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 Main -> FileModifyDate : 2023:06:04 19:32:30+09:00 Main -> FileName : DSCF5465.JPG Main -> FilePermissions : -rwxrw-r-- Main -> FileSize : 24 MB Main -> FileSource : Digital Camera Main -> FileType : JPEG Main -> FileTypeExtension : jpg Main -> FilmMode : F2/Fujichrome (Velvia) Main -> Flash : No Flash Main -> FlashExposureComp : 0 Main -> FlashpixVersion : 0100 Main -> FlickerReduction : Off (0x0003) Main -> FocalLength : 10.0 mm Main -> FocalLength35efl : 10.0 mm (35 mm equivalent: 15.0 mm) Main -> FocalLengthIn35mmFormat : 15 mm Main -> FocalPlaneResolutionUnit : cm Main -> FocalPlaneXResolution : 3289 Main -> FocalPlaneYResolution : 3289 Main -> FocusMode : Auto Main -> FocusMode2 : AF-S Main -> FocusPixel : 3863 3114 Main -> FocusWarning : Good Main -> FujiFlashMode : Not Attached Main -> FujiModel : X-T5_0100 Main -> FujiModel2 : X-T5_0100 Main -> GPSAltitude : 1577 m Above Sea Level Main -> GPSAltitude (1) : 1577 m Main -> GPSAltitudeRef : Above Sea Level Main -> GPSDateStamp : 2023:06:03 Main -> GPSDateTime : 2023:06:03 05:22:03Z Main -> GPSLatitude : 35 deg 22' 24.64" N Main -> GPSLatitude (1) : 35 deg 22' 24.64" Main -> GPSLatitudeRef : North Main -> GPSLongitude : 133 deg 32' 4.97" E Main -> GPSLongitude (1) : 133 deg 32' 4.97" Main -> GPSLongitudeRef : East Main -> GPSMapDatum : WGS-84 Main -> GPSPosition : 35 deg 22' 24.64" N, 133 deg 32' 4.97" E Main -> GPSSpeed : 680 Main -> GPSSpeedRef : km/h Main -> GPSTimeStamp : 05:22:03 Main -> GPSVersionID : 2.3.0.0 Main -> GrainEffectRoughness : Off Main -> GrainEffectSize : Off Main -> HighlightTone : +1 (medium hard) Main -> HyperfocalDistance : 1.25 m Main -> ISO : 125 Main -> ImageCount : 8999 Main -> ImageGeneration : Re-developed from RAW Main -> ImageHeight : 5152 Main -> ImageSize : 7728x5152 Main -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 Main -> ImageWidth : 7728 Main -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 Main -> InteropIndex : R98 - DCF basic file (sRGB) Main -> InteropVersion : 0100 Main -> LensID : XF10-24mm F4 R OIS WR Main -> LensInfo : 10-24mm f/4 Main -> LensMake : FUJIFILM Main -> LensModel : XF10-24mmF4 R OIS WR Main -> LensModulationOptimizer : On Main -> LensSerialNumber : 0DA00449 Main -> LightSource : Unknown Main -> LightValue : 13.8 Main -> MIMEType : image/jpeg Main -> Make : FUJIFILM Main -> MaxApertureAtMaxFocal : 4 Main -> MaxApertureAtMinFocal : 4 Main -> MaxApertureValue : 4.0 Main -> MaxFocalLength : 24 Main -> Megapixels : 39.8 Main -> MeteringMode : Multi-segment Main -> MinFocalLength : 10 Main -> Model : X-T5 Main -> ModifyDate : 2023:06:04 19:32:29 Main -> NoiseReduction : 0 (normal) Main -> NumFaceElements : 0 Main -> OffsetTime : +09:00 Main -> OffsetTimeDigitized : +09:00 Main -> OffsetTimeOriginal : +09:00 Main -> Orientation : Horizontal (normal) Main -> Orientation (1) : Horizontal (normal) Main -> PictureMode : Aperture-priority AE Main -> PreAF : Off Main -> PreviewImage : SCALAR(0x19312f8) Main -> PreviewImageHeight : 480 Main -> PreviewImageSize : 640x480 Main -> PreviewImageWidth : 640 Main -> PrintIMVersion : 0250 Main -> Quality : FINE Main -> Rating : 0 Main -> ResolutionUnit : inches Main -> ResolutionUnit (1) : inches Main -> RollAngle : 0 Main -> Saturation : 0 (normal) Main -> ScaleFactor35efl : 1.5 Main -> SceneCaptureType : Standard Main -> SceneType : Directly photographed Main -> SensingMethod : One-chip color area Main -> SensitivityType : Standard Output Sensitivity Main -> SequenceNumber : 0 Main -> SerialNumber : 2D011957 Main -> ShadowTone : 0 (normal) Main -> Sharpness : Hard Main -> Sharpness (1) : +2 (hard) Main -> ShutterSpeed : 1/1100 Main -> ShutterSpeedValue : 1/1144 Main -> ShutterType : Electronic Front Curtain Main -> SlowSync : Off Main -> Software : Digital Camera X-T5 Ver2.00 Main -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 Main -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 Main -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 Main -> SubjectDistanceRange : Unknown Main -> ThumbnailImage : SCALAR(0xfcf160) Main -> ThumbnailLength : 8341 Main -> ThumbnailOffset : 4256 Main -> UserComment : Main -> Version : 0130 Main -> WhiteBalance : Auto Main -> WhiteBalance (1) : Auto Main -> WhiteBalanceFineTune : Red +0, Blue +0 Main -> XResolution : 72 Main -> XResolution (1) : 72 Main -> YCbCrPositioning : Co-sited Main -> YCbCrPositioning (1) : Co-sited Main -> YCbCrSubSampling : YCbCr4:2:2 (2 1) Main -> YResolution : 72 Main -> YResolution (1) : 72 MakerNotes -> AF-CPriority : Release MakerNotes -> AF-CSetting : Set 1 (multi-purpose) MakerNotes -> AF-CSpeedTrackingSensitivity : 0 MakerNotes -> AF-CTrackingSensitivity : 2 MakerNotes -> AF-CZoneAreaSwitching : Auto MakerNotes -> AF-SPriority : Release MakerNotes -> AFAreaMode : Single Point MakerNotes -> AFAreaPointSize : 4 MakerNotes -> AFAreaZoneSize : n/a MakerNotes -> AFMode : Single Point MakerNotes -> AutoBracketing : Off MakerNotes -> BlurWarning : None MakerNotes -> Clarity : 2 MakerNotes -> ColorChromeEffect : Off MakerNotes -> ColorChromeFXBlue : Strong MakerNotes -> Contrast : Normal MakerNotes -> CropMode : n/a MakerNotes -> DevelopmentDynamicRange : 100 MakerNotes -> DriveMode : Single MakerNotes -> DriveSpeed : n/a MakerNotes -> DynamicRange : Standard MakerNotes -> DynamicRangeSetting : Manual MakerNotes -> ExposureCount : 1 MakerNotes -> ExposureWarning : Good MakerNotes -> FacesDetected : 0 MakerNotes -> FilmMode : F2/Fujichrome (Velvia) MakerNotes -> FlashExposureComp : 0 MakerNotes -> FlickerReduction : Off (0x0003) MakerNotes -> FocusMode : Auto MakerNotes -> FocusMode2 : AF-S MakerNotes -> FocusPixel : 3863 3114 MakerNotes -> FocusWarning : Good MakerNotes -> FujiFlashMode : Not Attached MakerNotes -> FujiModel : X-T5_0100 MakerNotes -> FujiModel2 : X-T5_0100 MakerNotes -> GrainEffectRoughness : Off MakerNotes -> GrainEffectSize : Off MakerNotes -> HighlightTone : +1 (medium hard) MakerNotes -> ImageCount : 8999 MakerNotes -> ImageGeneration : Re-developed from RAW MakerNotes -> ImageStabilization : OIS Lens; On (mode 1, continuous); 0 MakerNotes -> InternalSerialNumber : FF02B7129028 Y56881 2022:10:28 F22310411144 MakerNotes -> LensModulationOptimizer : On MakerNotes -> MaxApertureAtMaxFocal : 4 MakerNotes -> MaxApertureAtMinFocal : 4 MakerNotes -> MaxFocalLength : 24 MakerNotes -> MinFocalLength : 10 MakerNotes -> NoiseReduction : 0 (normal) MakerNotes -> NumFaceElements : 0 MakerNotes -> PictureMode : Aperture-priority AE MakerNotes -> PreAF : Off MakerNotes -> Quality : FINE MakerNotes -> RollAngle : 0 MakerNotes -> Saturation : 0 (normal) MakerNotes -> SequenceNumber : 0 MakerNotes -> ShadowTone : 0 (normal) MakerNotes -> Sharpness (1) : +2 (hard) MakerNotes -> ShutterType : Electronic Front Curtain MakerNotes -> SlowSync : Off MakerNotes -> Version : 0130 MakerNotes -> WhiteBalance : Auto MakerNotes -> WhiteBalanceFineTune : Red +0, Blue +0 Other -> Directory : . Other -> FileName : DSCF5465.JPG Other -> FilePermissions : -rwxrw-r-- Other -> FileSize : 24 MB Other -> FileType : JPEG Other -> FileTypeExtension : jpg Other -> MIMEType : image/jpeg Preview -> PreviewImage : SCALAR(0x1922df8) Preview -> ThumbnailImage : SCALAR(0xfcf160) PrintIM -> PrintIMVersion : 0250 Printing -> PrintIMVersion : 0250 System -> Directory : . System -> FileAccessDate : 2024:01:03 01:08:43+09:00 System -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 System -> FileModifyDate : 2023:06:04 19:32:30+09:00 System -> FileName : DSCF5465.JPG System -> FilePermissions : -rwxrw-r-- System -> FileSize : 24 MB Time -> CreateDate : 2023:06:03 14:22:04 Time -> DateTimeOriginal : 2023:06:03 14:22:04 Time -> FileAccessDate : 2024:01:03 01:08:43+09:00 Time -> FileInodeChangeDate : 2024:01:03 01:08:43+09:00 Time -> FileModifyDate : 2023:06:04 19:32:30+09:00 Time -> GPSDateStamp : 2023:06:03 Time -> GPSDateTime : 2023:06:03 05:22:03Z Time -> GPSTimeStamp : 05:22:03 Time -> ModifyDate : 2023:06:04 19:32:29 Time -> OffsetTime : +09:00 Time -> OffsetTimeDigitized : +09:00 Time -> OffsetTimeOriginal : +09:00 Time -> SubSecCreateDate : 2023:06:03 14:22:04+09:00 Time -> SubSecDateTimeOriginal : 2023:06:03 14:22:04+09:00 Time -> SubSecModifyDate : 2023:06:04 19:32:29+09:00 XMP -> Rating : 0 XMP-xmp -> Rating : 0
APP14 -> APP14Flags0 : [14], Encoded with Blend=1 downsampling APP14 -> APP14Flags1 : (none) APP14 -> ColorTransform : YCbCr APP14 -> DCTEncodeVersion : 100 Adobe -> APP14Flags0 : [14], Encoded with Blend=1 downsampling Adobe -> APP14Flags1 : (none) Adobe -> ColorTransform : YCbCr Adobe -> DCTEncodeVersion : 100 Author -> Artist : MeltingRabbit Author -> By-line : MeltingRabbit Author -> Copyright : MeltingRabbit Author -> CopyrightNotice : MeltingRabbit Author -> Creator : MeltingRabbit Author -> Rights : MeltingRabbit Camera -> CircleOfConfusion : 0.020 mm Camera -> DeviceMfgDesc : IEC http://www.iec.ch Camera -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB Camera -> DistortionCorrectionAlreadyApplied : True Camera -> ExposureMode : Auto Camera -> ExposureProgram : Aperture-priority AE Camera -> Flash : No Flash Camera -> FocalLength : 33.0 mm Camera -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) Camera -> FocalLengthIn35mmFormat : 50 mm Camera -> FocalPlaneResolutionUnit : cm Camera -> FocalPlaneXResolution : 3303.855743 Camera -> FocalPlaneYResolution : 3303.855743 Camera -> FujiRatingAlreadyApplied : True Camera -> HyperfocalDistance : 39.23 m Camera -> LateralChromaticAberrationCorrectionAlreadyApplied : True Camera -> Lens : XF33mmF1.4 R LM WR Camera -> LensID : XF33mm F1.4 R LM WR Camera -> LensInfo (1) : 33mm f/1.4 Camera -> LensModel (1) : XF33mmF1.4 R LM WR Camera -> LensSerialNumber (1) : 3DA01450 Camera -> LightSource : Unknown Camera -> Make : FUJIFILM Camera -> MaxApertureValue : 1.4 Camera -> MeteringMode : Multi-segment Camera -> Model : X-T5 Camera -> ScaleFactor35efl : 1.5 Camera -> SceneCaptureType : Standard Camera -> SensingMethod : One-chip color area Camera -> SerialNumber (1) : 2D011957 Camera -> Sharpness : Normal Camera -> SubjectDistanceRange : Unknown Camera -> VignetteCorrectionAlreadyApplied : True Camera -> WhiteBalance : Auto Composite -> Aperture : 1.4 Composite -> CircleOfConfusion : 0.020 mm Composite -> DateTimeCreated : 2023:12:06 20:38:18+04:00 Composite -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 Composite -> FOV : 39.6 deg Composite -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) Composite -> GPSAltitude : 31 m Below Sea Level Composite -> GPSDateTime : 2023:12:06 16:38:14Z Composite -> GPSLatitude : 25 deg 7' 1.11" N Composite -> GPSLongitude : 55 deg 11' 40.21" E Composite -> GPSPosition : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E Composite -> HyperfocalDistance : 39.23 m Composite -> ImageSize : 7728x5152 Composite -> LensID : XF33mm F1.4 R LM WR Composite -> LightValue : 3.6 Composite -> Megapixels : 39.8 Composite -> ScaleFactor35efl : 1.5 Composite -> ShutterSpeed : 1/50 Composite -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 Composite -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 Composite -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 Copy1 -> City (1) : ドバイ Copy1 -> CreateDate (1) : 2023:12:06 20:38:18+04:00 Copy1 -> DateCreated (1) : 2023:12:06 Copy1 -> GPSAltitude (1) : 31 m Copy1 -> GPSLatitude (1) : 25 deg 7' 1.11" Copy1 -> GPSLongitude (1) : 55 deg 11' 40.21" Copy1 -> LensInfo (1) : 33mm f/1.4 Copy1 -> LensModel (1) : XF33mmF1.4 R LM WR Copy1 -> LensSerialNumber (1) : 3DA01450 Copy1 -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 Copy1 -> ResolutionUnit (1) : inches Copy1 -> SerialNumber (1) : 2D011957 Copy1 -> Sharpness (1) : 40 Copy1 -> WhiteBalance (1) : As Shot Copy1 -> XResolution (1) : 72 Copy1 -> YResolution (1) : 72 Copy2 -> XResolution (2) : 240 Copy2 -> YResolution (2) : 240 Document -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 EXIF -> ApertureValue : 1.4 EXIF -> Artist : MeltingRabbit EXIF -> BrightnessValue : -0.79 EXIF -> CameraElevationAngle : -4.4 EXIF -> ColorSpace : sRGB EXIF -> Compression : JPEG (old-style) EXIF -> Copyright : MeltingRabbit EXIF -> CreateDate : 2023:12:06 20:38:18 EXIF -> CustomRendered : Normal EXIF -> DateTimeOriginal : 2023:12:06 20:38:18 EXIF -> ExifVersion : 0232 EXIF -> ExposureCompensation : +0.33 EXIF -> ExposureMode : Auto EXIF -> ExposureProgram : Aperture-priority AE EXIF -> ExposureTime : 1/50 EXIF -> FNumber : 1.4 EXIF -> FileSource : Digital Camera EXIF -> Flash : No Flash EXIF -> FocalLength : 33.0 mm EXIF -> FocalLengthIn35mmFormat : 50 mm EXIF -> FocalPlaneResolutionUnit : cm EXIF -> FocalPlaneXResolution : 3303.855743 EXIF -> FocalPlaneYResolution : 3303.855743 EXIF -> GPSAltitude (1) : 31 m EXIF -> GPSAltitudeRef : Below Sea Level EXIF -> GPSDateStamp : 2023:12:06 EXIF -> GPSLatitude (1) : 25 deg 7' 1.11" EXIF -> GPSLatitudeRef : North EXIF -> GPSLongitude (1) : 55 deg 11' 40.21" EXIF -> GPSLongitudeRef : East EXIF -> GPSMapDatum : WGS-84 EXIF -> GPSSpeed : 0 EXIF -> GPSSpeedRef : km/h EXIF -> GPSTimeStamp : 16:38:14 EXIF -> GPSVersionID : 2.3.0.0 EXIF -> ISO : 800 EXIF -> LensInfo : 33mm f/1.4 EXIF -> LensMake : FUJIFILM EXIF -> LensModel : XF33mmF1.4 R LM WR EXIF -> LensSerialNumber : 3DA01450 EXIF -> LightSource : Unknown EXIF -> Make : FUJIFILM EXIF -> MaxApertureValue : 1.4 EXIF -> MeteringMode : Multi-segment EXIF -> Model : X-T5 EXIF -> ModifyDate : 2024:01:02 16:22:07 EXIF -> OffsetTime : +09:00 EXIF -> OffsetTimeDigitized : +04:00 EXIF -> OffsetTimeOriginal : +04:00 EXIF -> ResolutionUnit : inches EXIF -> ResolutionUnit (1) : inches EXIF -> SceneCaptureType : Standard EXIF -> SceneType : Directly photographed EXIF -> SensingMethod : One-chip color area EXIF -> SensitivityType : Standard Output Sensitivity EXIF -> SerialNumber : 2D011957 EXIF -> Sharpness : Normal EXIF -> ShutterSpeedValue : 1/50 EXIF -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) EXIF -> SubjectDistanceRange : Unknown EXIF -> ThumbnailImage : SCALAR(0x1aa7630) EXIF -> ThumbnailLength : 15104 EXIF -> ThumbnailOffset : 1360 EXIF -> WhiteBalance : Auto EXIF -> XResolution : 240 EXIF -> XResolution (1) : 72 EXIF -> YResolution : 240 EXIF -> YResolution (1) : 72 ExifIFD -> ApertureValue : 1.4 ExifIFD -> BrightnessValue : -0.79 ExifIFD -> CameraElevationAngle : -4.4 ExifIFD -> ColorSpace : sRGB ExifIFD -> CreateDate : 2023:12:06 20:38:18 ExifIFD -> CustomRendered : Normal ExifIFD -> DateTimeOriginal : 2023:12:06 20:38:18 ExifIFD -> ExifVersion : 0232 ExifIFD -> ExposureCompensation : +0.33 ExifIFD -> ExposureMode : Auto ExifIFD -> ExposureProgram : Aperture-priority AE ExifIFD -> ExposureTime : 1/50 ExifIFD -> FNumber : 1.4 ExifIFD -> FileSource : Digital Camera ExifIFD -> Flash : No Flash ExifIFD -> FocalLength : 33.0 mm ExifIFD -> FocalLengthIn35mmFormat : 50 mm ExifIFD -> FocalPlaneResolutionUnit : cm ExifIFD -> FocalPlaneXResolution : 3303.855743 ExifIFD -> FocalPlaneYResolution : 3303.855743 ExifIFD -> ISO : 800 ExifIFD -> LensInfo : 33mm f/1.4 ExifIFD -> LensMake : FUJIFILM ExifIFD -> LensModel : XF33mmF1.4 R LM WR ExifIFD -> LensSerialNumber : 3DA01450 ExifIFD -> LightSource : Unknown ExifIFD -> MaxApertureValue : 1.4 ExifIFD -> MeteringMode : Multi-segment ExifIFD -> OffsetTime : +09:00 ExifIFD -> OffsetTimeDigitized : +04:00 ExifIFD -> OffsetTimeOriginal : +04:00 ExifIFD -> SceneCaptureType : Standard ExifIFD -> SceneType : Directly photographed ExifIFD -> SensingMethod : One-chip color area ExifIFD -> SensitivityType : Standard Output Sensitivity ExifIFD -> SerialNumber : 2D011957 ExifIFD -> Sharpness : Normal ExifIFD -> ShutterSpeedValue : 1/50 ExifIFD -> SubjectDistanceRange : Unknown ExifIFD -> WhiteBalance : Auto ExifTool -> ExifToolVersion : 12.70 File -> BitsPerSample : 8 File -> ColorComponents : 3 File -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 File -> Directory : . File -> EncodingProcess : Baseline DCT, Huffman coding File -> ExifByteOrder : Little-endian (Intel, II) File -> FileAccessDate : 2024:01:03 13:24:01+09:00 File -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 File -> FileModifyDate : 2024:01:02 16:22:08+09:00 File -> FileName : DSCF9340_lr.jpg File -> FilePermissions : -rwxrw-r-- File -> FileSize : 27 MB File -> FileType : JPEG File -> FileTypeExtension : jpg File -> ImageHeight : 5152 File -> ImageWidth : 7728 File -> MIMEType : image/jpeg File -> YCbCrSubSampling : YCbCr4:4:4 (1 1) GPS -> GPSAltitude (1) : 31 m GPS -> GPSAltitudeRef : Below Sea Level GPS -> GPSDateStamp : 2023:12:06 GPS -> GPSLatitude (1) : 25 deg 7' 1.11" GPS -> GPSLatitudeRef : North GPS -> GPSLongitude (1) : 55 deg 11' 40.21" GPS -> GPSLongitudeRef : East GPS -> GPSMapDatum : WGS-84 GPS -> GPSSpeed : 0 GPS -> GPSSpeedRef : km/h GPS -> GPSTimeStamp : 16:38:14 GPS -> GPSVersionID : 2.3.0.0 ICC-header -> CMMFlags : Not Embedded, Independent ICC-header -> ColorSpaceData : RGB ICC-header -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 ICC-header -> DeviceAttributes : Reflective, Glossy, Positive, Color ICC-header -> DeviceManufacturer : Hewlett-Packard ICC-header -> DeviceModel : sRGB ICC-header -> PrimaryPlatform : Microsoft Corporation ICC-header -> ProfileCMMType : Linotronic ICC-header -> ProfileClass : Display Device Profile ICC-header -> ProfileConnectionSpace : XYZ ICC-header -> ProfileCreator : Hewlett-Packard ICC-header -> ProfileDateTime : 1998:02:09 06:49:00 ICC-header -> ProfileFileSignature : acsp ICC-header -> ProfileID : 0 ICC-header -> ProfileVersion : 2.1.0 ICC-header -> RenderingIntent : Perceptual ICC-meas -> MeasurementBacking : 0 0 0 ICC-meas -> MeasurementFlare : 0.999% ICC-meas -> MeasurementGeometry : Unknown ICC-meas -> MeasurementIlluminant : D65 ICC-meas -> MeasurementObserver : CIE 1931 ICC-view -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 ICC-view -> ViewingCondIlluminantType : D50 ICC-view -> ViewingCondSurround : 3.92889 4.07439 3.36179 ICC_Profile -> BlueMatrixColumn : 0.14307 0.06061 0.7141 ICC_Profile -> BlueTRC : SCALAR(0x230de90) ICC_Profile -> CMMFlags : Not Embedded, Independent ICC_Profile -> ColorSpaceData : RGB ICC_Profile -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 ICC_Profile -> DeviceAttributes : Reflective, Glossy, Positive, Color ICC_Profile -> DeviceManufacturer : Hewlett-Packard ICC_Profile -> DeviceMfgDesc : IEC http://www.iec.ch ICC_Profile -> DeviceModel : sRGB ICC_Profile -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB ICC_Profile -> GreenMatrixColumn : 0.38515 0.71687 0.09708 ICC_Profile -> GreenTRC : SCALAR(0x1938530) ICC_Profile -> Luminance : 76.03647 80 87.12462 ICC_Profile -> MeasurementBacking : 0 0 0 ICC_Profile -> MeasurementFlare : 0.999% ICC_Profile -> MeasurementGeometry : Unknown ICC_Profile -> MeasurementIlluminant : D65 ICC_Profile -> MeasurementObserver : CIE 1931 ICC_Profile -> MediaBlackPoint : 0 0 0 ICC_Profile -> MediaWhitePoint : 0.95045 1 1.08905 ICC_Profile -> PrimaryPlatform : Microsoft Corporation ICC_Profile -> ProfileCMMType : Linotronic ICC_Profile -> ProfileClass : Display Device Profile ICC_Profile -> ProfileConnectionSpace : XYZ ICC_Profile -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company ICC_Profile -> ProfileCreator : Hewlett-Packard ICC_Profile -> ProfileDateTime : 1998:02:09 06:49:00 ICC_Profile -> ProfileDescription : sRGB IEC61966-2.1 ICC_Profile -> ProfileFileSignature : acsp ICC_Profile -> ProfileID : 0 ICC_Profile -> ProfileVersion : 2.1.0 ICC_Profile -> RedMatrixColumn : 0.43607 0.22249 0.01392 ICC_Profile -> RedTRC : SCALAR(0x230dba8) ICC_Profile -> RenderingIntent : Perceptual ICC_Profile -> Technology : Cathode Ray Tube Display ICC_Profile -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 ICC_Profile -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 ICC_Profile -> ViewingCondIlluminantType : D50 ICC_Profile -> ViewingCondSurround : 3.92889 4.07439 3.36179 ID-0 -> ApplicationRecordVersion : 4 ID-0 -> DCTEncodeVersion : 100 ID-0 -> GPSVersionID : 2.3.0.0 ID-0 -> XResolution (2) : 240 ID-1 -> APP14Flags0 : [14], Encoded with Blend=1 downsampling ID-1 -> GPSLatitudeRef : North ID-100 -> Country-PrimaryLocationCode : AE ID-101 -> Country-PrimaryLocationName : アラブ首長国連邦 ID-1036 -> PhotoshopThumbnail : SCALAR(0x1b5c638) ID-1061 -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 ID-116 -> CopyrightNotice : MeltingRabbit ID-12 -> GPSSpeedRef : km/h ID-12 -> MeasurementBacking : 0 0 0 ID-12 -> ProfileClass : Display Device Profile ID-13 -> GPSSpeed : 0 ID-16 -> ColorSpaceData : RGB ID-18 -> GPSMapDatum : WGS-84 ID-2 -> APP14Flags1 : (none) ID-2 -> DisplayedUnitsX : inches ID-2 -> GPSLatitude (1) : 25 deg 7' 1.11" ID-20 -> ProfileConnectionSpace : XYZ ID-20 -> ViewingCondSurround : 3.92889 4.07439 3.36179 ID-24 -> MeasurementGeometry : Unknown ID-24 -> ProfileDateTime : 1998:02:09 06:49:00 ID-259 -> Compression : JPEG (old-style) ID-271 -> Make : FUJIFILM ID-272 -> Model : X-T5 ID-28 -> MeasurementFlare : 0.999% ID-282 -> XResolution : 240 ID-282 -> XResolution (1) : 72 ID-283 -> YResolution : 240 ID-283 -> YResolution (1) : 72 ID-29 -> GPSDateStamp : 2023:12:06 ID-296 -> ResolutionUnit : inches ID-296 -> ResolutionUnit (1) : inches ID-3 -> ColorTransform : YCbCr ID-3 -> GPSLongitudeRef : East ID-305 -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) ID-306 -> ModifyDate : 2024:01:02 16:22:07 ID-315 -> Artist : MeltingRabbit ID-32 -> MeasurementIlluminant : D65 ID-32 -> ViewingCondIlluminantType : D50 ID-33432 -> Copyright : MeltingRabbit ID-33434 -> ExposureTime : 1/50 ID-33437 -> FNumber : 1.4 ID-34850 -> ExposureProgram : Aperture-priority AE ID-34855 -> ISO : 800 ID-34864 -> SensitivityType : Standard Output Sensitivity ID-36 -> ProfileFileSignature : acsp ID-36864 -> ExifVersion : 0232 ID-36867 -> DateTimeOriginal : 2023:12:06 20:38:18 ID-36868 -> CreateDate : 2023:12:06 20:38:18 ID-36880 -> OffsetTime : +09:00 ID-36881 -> OffsetTimeOriginal : +04:00 ID-36882 -> OffsetTimeDigitized : +04:00 ID-37377 -> ShutterSpeedValue : 1/50 ID-37378 -> ApertureValue : 1.4 ID-37379 -> BrightnessValue : -0.79 ID-37380 -> ExposureCompensation : +0.33 ID-37381 -> MaxApertureValue : 1.4 ID-37383 -> MeteringMode : Multi-segment ID-37384 -> LightSource : Unknown ID-37385 -> Flash : No Flash ID-37386 -> FocalLength : 33.0 mm ID-37893 -> CameraElevationAngle : -4.4 ID-4 -> GPSLongitude (1) : 55 deg 11' 40.21" ID-4 -> ProfileCMMType : Linotronic ID-4 -> YResolution (2) : 240 ID-40 -> PrimaryPlatform : Microsoft Corporation ID-40961 -> ColorSpace : sRGB ID-41486 -> FocalPlaneXResolution : 3303.855743 ID-41487 -> FocalPlaneYResolution : 3303.855743 ID-41488 -> FocalPlaneResolutionUnit : cm ID-41495 -> SensingMethod : One-chip color area ID-41728 -> FileSource : Digital Camera ID-41729 -> SceneType : Directly photographed ID-41985 -> CustomRendered : Normal ID-41986 -> ExposureMode : Auto ID-41987 -> WhiteBalance : Auto ID-41989 -> FocalLengthIn35mmFormat : 50 mm ID-41990 -> SceneCaptureType : Standard ID-41994 -> Sharpness : Normal ID-41996 -> SubjectDistanceRange : Unknown ID-42033 -> SerialNumber : 2D011957 ID-42034 -> LensInfo : 33mm f/1.4 ID-42035 -> LensMake : FUJIFILM ID-42036 -> LensModel : XF33mmF1.4 R LM WR ID-42037 -> LensSerialNumber : 3DA01450 ID-44 -> CMMFlags : Not Embedded, Independent ID-48 -> DeviceManufacturer : Hewlett-Packard ID-5 -> GPSAltitudeRef : Below Sea Level ID-513 -> ThumbnailOffset : 1360 ID-514 -> ThumbnailLength : 15104 ID-52 -> DeviceModel : sRGB ID-55 -> DateCreated (1) : 2023:12:06 ID-56 -> DeviceAttributes : Reflective, Glossy, Positive, Color ID-6 -> DisplayedUnitsY : inches ID-6 -> GPSAltitude (1) : 31 m ID-60 -> TimeCreated : 20:38:18+04:00 ID-62 -> DigitalCreationDate : 2023:12:06 ID-63 -> DigitalCreationTime : 20:38:18+04:00 ID-64 -> RenderingIntent : Perceptual ID-68 -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 ID-7 -> GPSTimeStamp : 16:38:14 ID-8 -> MeasurementObserver : CIE 1931 ID-8 -> ProfileVersion : 2.1.0 ID-8 -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 ID-80 -> By-line : MeltingRabbit ID-80 -> ProfileCreator : Hewlett-Packard ID-84 -> ProfileID : 0 ID-90 -> City (1) : ドバイ ID-90 -> CodedCharacterSet : UTF8 ID-95 -> Province-State : ドバイ首長国 ID-AlreadyApplied -> AlreadyApplied : True ID-AutoLateralCA -> AutoLateralCA : 1 ID-BitsPerSample -> BitsPerSample : 8 ID-Blacks2012 -> Blacks2012 : -16 ID-BlueHue -> BlueHue : 0 ID-BlueSaturation -> BlueSaturation : 0 ID-CameraProfile -> CameraProfile : Camera Pro Neg Hi ID-CameraProfileDigest -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 ID-CameraProfilesApertureValue -> CameraProfilesApertureValue : 0.970854 ID-CameraProfilesAuthor -> CameraProfilesAuthor : Adobe ID-CameraProfilesAutoScale -> CameraProfilesAutoScale : False ID-CameraProfilesCameraPrettyName -> CameraProfilesCameraPrettyName : Fujifilm X-T5 ID-CameraProfilesCameraRawProfile -> CameraProfilesCameraRawProfile : True ID-CameraProfilesFocalLength -> CameraProfilesFocalLength : 33 ID-CameraProfilesFocusDistance -> CameraProfilesFocusDistance : 10000 ID-CameraProfilesLens -> CameraProfilesLens : XF33mmF1.4 R LM WR ID-CameraProfilesLensPrettyName -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR ID-CameraProfilesMake -> CameraProfilesMake : FUJIFILM ID-CameraProfilesModel -> CameraProfilesModel : X-T5 ID-CameraProfilesPerspectiveModelImageXCenter -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 ID-CameraProfilesPerspectiveModelImageYCenter -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 ID-CameraProfilesPerspectiveModelRadialDistortParam1 -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 ID-CameraProfilesPerspectiveModelRadialDistortParam2 -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 ID-CameraProfilesPerspectiveModelRadialDistortParam3 -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 ID-CameraProfilesPerspectiveModelScaleFactor -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 ID-CameraProfilesPerspectiveModelVersion -> CameraProfilesPerspectiveModelVersion : 2 ID-CameraProfilesPerspectiveModelVignetteModelImageXCenter -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 ID-CameraProfilesPerspectiveModelVignetteModelImageYCenter -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 ID-CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 ID-CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 ID-CameraProfilesProfileName -> CameraProfilesProfileName : Camera Settings ID-CameraProfilesSensorFormatFactor -> CameraProfilesSensorFormatFactor : 1.539063 ID-CameraProfilesUniqueCameraModel -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 ID-City -> City : ドバイ ID-Clarity2012 -> Clarity2012 : +16 ID-ColorComponents -> ColorComponents : 3 ID-ColorGradeBlending -> ColorGradeBlending : 50 ID-ColorGradeGlobalHue -> ColorGradeGlobalHue : 0 ID-ColorGradeGlobalLum -> ColorGradeGlobalLum : 0 ID-ColorGradeGlobalSat -> ColorGradeGlobalSat : 0 ID-ColorGradeHighlightLum -> ColorGradeHighlightLum : 0 ID-ColorGradeMidtoneHue -> ColorGradeMidtoneHue : 0 ID-ColorGradeMidtoneLum -> ColorGradeMidtoneLum : 0 ID-ColorGradeMidtoneSat -> ColorGradeMidtoneSat : 0 ID-ColorGradeShadowLum -> ColorGradeShadowLum : 0 ID-ColorNoiseReduction -> ColorNoiseReduction : 8 ID-ColorNoiseReductionDetail -> ColorNoiseReductionDetail : 50 ID-ColorNoiseReductionSmoothness -> ColorNoiseReductionSmoothness : 50 ID-Contrast2012 -> Contrast2012 : +25 ID-ConvertToGrayscale -> ConvertToGrayscale : False ID-Country -> Country : アラブ首長国連邦 ID-CountryCode -> CountryCode : AE ID-CreateDate -> CreateDate (1) : 2023:12:06 20:38:18+04:00 ID-CreatorTool -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) ID-CropAngle -> CropAngle : 0 ID-CropBottom -> CropBottom : 1 ID-CropConstrainToWarp -> CropConstrainToWarp : 0 ID-CropLeft -> CropLeft : 0 ID-CropRight -> CropRight : 1 ID-CropTop -> CropTop : 0 ID-CurrentIPTCDigest -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 ID-DateCreated -> DateCreated : 2023:12:06 20:38:18+04:00 ID-DefringeGreenAmount -> DefringeGreenAmount : 0 ID-DefringeGreenHueHi -> DefringeGreenHueHi : 60 ID-DefringeGreenHueLo -> DefringeGreenHueLo : 40 ID-DefringePurpleAmount -> DefringePurpleAmount : 0 ID-DefringePurpleHueHi -> DefringePurpleHueHi : 70 ID-DefringePurpleHueLo -> DefringePurpleHueLo : 30 ID-Dehaze -> Dehaze : 0 ID-DerivedFromDocumentID -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 ID-DerivedFromOriginalDocumentID -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 ID-Directory -> Directory : . ID-DistortionCorrectionAlreadyApplied -> DistortionCorrectionAlreadyApplied : True ID-DocumentID -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc ID-EncodingProcess -> EncodingProcess : Baseline DCT, Huffman coding ID-Exif-Aperture -> Aperture : 1.4 ID-Exif-CircleOfConfusion -> CircleOfConfusion : 0.020 mm ID-Exif-FOV -> FOV : 39.6 deg ID-Exif-FocalLength35efl -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) ID-Exif-GPSPosition -> GPSPosition : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E ID-Exif-HyperfocalDistance -> HyperfocalDistance : 39.23 m ID-Exif-ImageSize -> ImageSize : 7728x5152 ID-Exif-LensID-2 -> LensID : XF33mm F1.4 R LM WR ID-Exif-LightValue -> LightValue : 3.6 ID-Exif-Megapixels -> Megapixels : 39.8 ID-Exif-ScaleFactor35efl -> ScaleFactor35efl : 1.5 ID-Exif-ShutterSpeed -> ShutterSpeed : 1/50 ID-Exif-SubSecCreateDate -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 ID-Exif-SubSecDateTimeOriginal -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 ID-Exif-SubSecModifyDate -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 ID-Exif-ThumbnailImage -> ThumbnailImage : SCALAR(0x1aa7630) ID-ExifByteOrder -> ExifByteOrder : Little-endian (Intel, II) ID-ExifToolVersion -> ExifToolVersion : 12.70 ID-Exposure2012 -> Exposure2012 : +0.70 ID-FileAccessDate -> FileAccessDate : 2024:01:03 13:24:01+09:00 ID-FileInodeChangeDate -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 ID-FileModifyDate -> FileModifyDate : 2024:01:02 16:22:08+09:00 ID-FileName -> FileName : DSCF9340_lr.jpg ID-FilePermissions -> FilePermissions : -rwxrw-r-- ID-FileSize -> FileSize : 27 MB ID-FileType -> FileType : JPEG ID-FileTypeExtension -> FileTypeExtension : jpg ID-FujiRatingAlreadyApplied -> FujiRatingAlreadyApplied : True ID-GPS-GPSAltitude -> GPSAltitude : 31 m Below Sea Level ID-GPS-GPSDateTime -> GPSDateTime : 2023:12:06 16:38:14Z ID-GPS-GPSLatitude -> GPSLatitude : 25 deg 7' 1.11" N ID-GPS-GPSLongitude -> GPSLongitude : 55 deg 11' 40.21" E ID-GrainAmount -> GrainAmount : 0 ID-GreenHue -> GreenHue : 0 ID-GreenSaturation -> GreenSaturation : 0 ID-HasCrop -> HasCrop : False ID-HasSettings -> HasSettings : True ID-Highlights2012 -> Highlights2012 : +23 ID-HistoryAction -> HistoryAction : derived, saved ID-HistoryChanged -> HistoryChanged : / ID-HistoryInstanceID -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc ID-HistoryParameters -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location ID-HistorySoftwareAgent -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) ID-HistoryWhen -> HistoryWhen : 2024:01:02 16:22:07+09:00 ID-HueAdjustmentAqua -> HueAdjustmentAqua : 0 ID-HueAdjustmentBlue -> HueAdjustmentBlue : 0 ID-HueAdjustmentGreen -> HueAdjustmentGreen : 0 ID-HueAdjustmentMagenta -> HueAdjustmentMagenta : 0 ID-HueAdjustmentOrange -> HueAdjustmentOrange : 0 ID-HueAdjustmentPurple -> HueAdjustmentPurple : 0 ID-HueAdjustmentRed -> HueAdjustmentRed : 0 ID-HueAdjustmentYellow -> HueAdjustmentYellow : 0 ID-IPTC-DateTimeCreated -> DateTimeCreated : 2023:12:06 20:38:18+04:00 ID-IPTC-DigitalCreationDateTime -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 ID-ImageHeight -> ImageHeight : 5152 ID-ImageWidth -> ImageWidth : 7728 ID-InstanceID -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc ID-LateralChromaticAberrationCorrectionAlreadyApplied -> LateralChromaticAberrationCorrectionAlreadyApplied : True ID-Lens -> Lens : XF33mmF1.4 R LM WR ID-LensInfo -> LensInfo (1) : 33mm f/1.4 ID-LensManualDistortionAmount -> LensManualDistortionAmount : 0 ID-LensModel -> LensModel (1) : XF33mmF1.4 R LM WR ID-LensProfileDigest -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC ID-LensProfileDistortionScale -> LensProfileDistortionScale : 100 ID-LensProfileEnable -> LensProfileEnable : 1 ID-LensProfileIsEmbedded -> LensProfileIsEmbedded : True ID-LensProfileName -> LensProfileName : Camera Settings ID-LensProfileSetup -> LensProfileSetup : LensDefaults ID-LensProfileVignettingScale -> LensProfileVignettingScale : 100 ID-LensSerialNumber -> LensSerialNumber (1) : 3DA01450 ID-LuminanceAdjustmentAqua -> LuminanceAdjustmentAqua : 0 ID-LuminanceAdjustmentBlue -> LuminanceAdjustmentBlue : 0 ID-LuminanceAdjustmentGreen -> LuminanceAdjustmentGreen : 0 ID-LuminanceAdjustmentMagenta -> LuminanceAdjustmentMagenta : 0 ID-LuminanceAdjustmentOrange -> LuminanceAdjustmentOrange : 0 ID-LuminanceAdjustmentPurple -> LuminanceAdjustmentPurple : 0 ID-LuminanceAdjustmentRed -> LuminanceAdjustmentRed : 0 ID-LuminanceAdjustmentYellow -> LuminanceAdjustmentYellow : 0 ID-LuminanceNoiseReductionContrast -> LuminanceNoiseReductionContrast : 0 ID-LuminanceNoiseReductionDetail -> LuminanceNoiseReductionDetail : 50 ID-LuminanceSmoothing -> LuminanceSmoothing : 5 ID-MIMEType -> MIMEType : image/jpeg ID-MetadataDate -> MetadataDate : 2024:01:02 16:22:07+09:00 ID-ModifyDate -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 ID-OriginalDocumentID -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 ID-OverrideLookVignette -> OverrideLookVignette : False ID-ParametricDarks -> ParametricDarks : 0 ID-ParametricHighlightSplit -> ParametricHighlightSplit : 75 ID-ParametricHighlights -> ParametricHighlights : 0 ID-ParametricLights -> ParametricLights : 0 ID-ParametricMidtoneSplit -> ParametricMidtoneSplit : 50 ID-ParametricShadowSplit -> ParametricShadowSplit : 25 ID-ParametricShadows -> ParametricShadows : 0 ID-PerspectiveAspect -> PerspectiveAspect : 0 ID-PerspectiveHorizontal -> PerspectiveHorizontal : 0 ID-PerspectiveRotate -> PerspectiveRotate : 0.0 ID-PerspectiveScale -> PerspectiveScale : 100 ID-PerspectiveUpright -> PerspectiveUpright : Off ID-PerspectiveVertical -> PerspectiveVertical : 0 ID-PerspectiveX -> PerspectiveX : 0.00 ID-PerspectiveY -> PerspectiveY : 0.00 ID-PostCropVignetteAmount -> PostCropVignetteAmount : 0 ID-PreservedFileName -> PreservedFileName : DSCF9340.RAF ID-ProcessVersion -> ProcessVersion : 11.0 ID-Rating -> Rating : 3 ID-RawFileName -> RawFileName : DSCF9340.RAF ID-RedHue -> RedHue : 0 ID-RedSaturation -> RedSaturation : 0 ID-Saturation -> Saturation : -7 ID-SaturationAdjustmentAqua -> SaturationAdjustmentAqua : 0 ID-SaturationAdjustmentBlue -> SaturationAdjustmentBlue : 0 ID-SaturationAdjustmentGreen -> SaturationAdjustmentGreen : 0 ID-SaturationAdjustmentMagenta -> SaturationAdjustmentMagenta : 0 ID-SaturationAdjustmentOrange -> SaturationAdjustmentOrange : 0 ID-SaturationAdjustmentPurple -> SaturationAdjustmentPurple : 0 ID-SaturationAdjustmentRed -> SaturationAdjustmentRed : 0 ID-SaturationAdjustmentYellow -> SaturationAdjustmentYellow : 0 ID-SerialNumber -> SerialNumber (1) : 2D011957 ID-ShadowTint -> ShadowTint : 0 ID-Shadows2012 -> Shadows2012 : 0 ID-SharpenDetail -> SharpenDetail : 25 ID-SharpenEdgeMasking -> SharpenEdgeMasking : 5 ID-SharpenRadius -> SharpenRadius : +1.0 ID-Sharpness -> Sharpness (1) : 40 ID-SplitToningBalance -> SplitToningBalance : 0 ID-SplitToningHighlightHue -> SplitToningHighlightHue : 0 ID-SplitToningHighlightSaturation -> SplitToningHighlightSaturation : 0 ID-SplitToningShadowHue -> SplitToningShadowHue : 0 ID-SplitToningShadowSaturation -> SplitToningShadowSaturation : 0 ID-State -> State : ドバイ首長国 ID-Temperature -> ColorTemperature : 3050 ID-Texture -> Texture : 0 ID-Tint -> Tint : +1 ID-ToneCurveName2012 -> ToneCurveName2012 : Linear ID-ToneCurvePV2012 -> ToneCurvePV2012 : 0, 0, 255, 255 ID-ToneCurvePV2012Blue -> ToneCurvePV2012Blue : 0, 0, 255, 255 ID-ToneCurvePV2012Green -> ToneCurvePV2012Green : 0, 0, 255, 255 ID-ToneCurvePV2012Red -> ToneCurvePV2012Red : 0, 0, 255, 255 ID-Version -> Version : 15.3 ID-Vibrance -> Vibrance : -3 ID-VignetteAmount -> VignetteAmount : 0 ID-VignetteCorrectionAlreadyApplied -> VignetteCorrectionAlreadyApplied : True ID-WhiteBalance -> WhiteBalance (1) : As Shot ID-Whites2012 -> Whites2012 : -8 ID-YCbCrSubSampling -> YCbCrSubSampling : YCbCr4:4:4 (1 1) ID-bTRC -> BlueTRC : SCALAR(0x2326930) ID-bXYZ -> BlueMatrixColumn : 0.14307 0.06061 0.7141 ID-bkpt -> MediaBlackPoint : 0 0 0 ID-cprt -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company ID-creator -> Creator : MeltingRabbit ID-desc -> ProfileDescription : sRGB IEC61966-2.1 ID-dmdd -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB ID-dmnd -> DeviceMfgDesc : IEC http://www.iec.ch ID-format -> Format : image/jpeg ID-gTRC -> GreenTRC : SCALAR(0x2391200) ID-gXYZ -> GreenMatrixColumn : 0.38515 0.71687 0.09708 ID-lumi -> Luminance : 76.03647 80 87.12462 ID-rTRC -> RedTRC : SCALAR(0x23909a8) ID-rXYZ -> RedMatrixColumn : 0.43607 0.22249 0.01392 ID-rights -> Rights : MeltingRabbit ID-tech -> Technology : Cathode Ray Tube Display ID-vued -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 ID-wtpt -> MediaWhitePoint : 0.95045 1 1.08905 ID-xmptk -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 IFD0 -> Artist : MeltingRabbit IFD0 -> Copyright : MeltingRabbit IFD0 -> Make : FUJIFILM IFD0 -> Model : X-T5 IFD0 -> ModifyDate : 2024:01:02 16:22:07 IFD0 -> ResolutionUnit : inches IFD0 -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) IFD0 -> XResolution : 240 IFD0 -> YResolution : 240 IFD1 -> Compression : JPEG (old-style) IFD1 -> ResolutionUnit (1) : inches IFD1 -> ThumbnailImage : SCALAR(0x1aa7630) IFD1 -> ThumbnailLength : 15104 IFD1 -> ThumbnailOffset : 1360 IFD1 -> XResolution (1) : 72 IFD1 -> YResolution (1) : 72 IPTC -> ApplicationRecordVersion : 4 IPTC -> By-line : MeltingRabbit IPTC -> City (1) : ドバイ IPTC -> CodedCharacterSet : UTF8 IPTC -> CopyrightNotice : MeltingRabbit IPTC -> Country-PrimaryLocationCode : AE IPTC -> Country-PrimaryLocationName : アラブ首長国連邦 IPTC -> DateCreated (1) : 2023:12:06 IPTC -> DigitalCreationDate : 2023:12:06 IPTC -> DigitalCreationTime : 20:38:18+04:00 IPTC -> Province-State : ドバイ首長国 IPTC -> TimeCreated : 20:38:18+04:00 Image -> APP14Flags0 : [14], Encoded with Blend=1 downsampling Image -> APP14Flags1 : (none) Image -> AlreadyApplied : True Image -> Aperture : 1.4 Image -> ApertureValue : 1.4 Image -> AutoLateralCA : 1 Image -> BitsPerSample : 8 Image -> Blacks2012 : -16 Image -> BlueHue : 0 Image -> BlueMatrixColumn : 0.14307 0.06061 0.7141 Image -> BlueSaturation : 0 Image -> BlueTRC : SCALAR(0x2322fe8) Image -> BrightnessValue : -0.79 Image -> CMMFlags : Not Embedded, Independent Image -> CameraElevationAngle : -4.4 Image -> CameraProfile : Camera Pro Neg Hi Image -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 Image -> CameraProfilesApertureValue : 0.970854 Image -> CameraProfilesAuthor : Adobe Image -> CameraProfilesAutoScale : False Image -> CameraProfilesCameraPrettyName : Fujifilm X-T5 Image -> CameraProfilesCameraRawProfile : True Image -> CameraProfilesFocalLength : 33 Image -> CameraProfilesFocusDistance : 10000 Image -> CameraProfilesLens : XF33mmF1.4 R LM WR Image -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR Image -> CameraProfilesMake : FUJIFILM Image -> CameraProfilesModel : X-T5 Image -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 Image -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 Image -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 Image -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 Image -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 Image -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 Image -> CameraProfilesPerspectiveModelVersion : 2 Image -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 Image -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 Image -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 Image -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 Image -> CameraProfilesProfileName : Camera Settings Image -> CameraProfilesSensorFormatFactor : 1.539063 Image -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 Image -> Clarity2012 : +16 Image -> ColorComponents : 3 Image -> ColorGradeBlending : 50 Image -> ColorGradeGlobalHue : 0 Image -> ColorGradeGlobalLum : 0 Image -> ColorGradeGlobalSat : 0 Image -> ColorGradeHighlightLum : 0 Image -> ColorGradeMidtoneHue : 0 Image -> ColorGradeMidtoneLum : 0 Image -> ColorGradeMidtoneSat : 0 Image -> ColorGradeShadowLum : 0 Image -> ColorNoiseReduction : 8 Image -> ColorNoiseReductionDetail : 50 Image -> ColorNoiseReductionSmoothness : 50 Image -> ColorSpace : sRGB Image -> ColorSpaceData : RGB Image -> ColorTemperature : 3050 Image -> ColorTransform : YCbCr Image -> Compression : JPEG (old-style) Image -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 Image -> Contrast2012 : +25 Image -> ConvertToGrayscale : False Image -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) Image -> CropAngle : 0 Image -> CropBottom : 1 Image -> CropConstrainToWarp : 0 Image -> CropLeft : 0 Image -> CropRight : 1 Image -> CropTop : 0 Image -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 Image -> CustomRendered : Normal Image -> DCTEncodeVersion : 100 Image -> DefringeGreenAmount : 0 Image -> DefringeGreenHueHi : 60 Image -> DefringeGreenHueLo : 40 Image -> DefringePurpleAmount : 0 Image -> DefringePurpleHueHi : 70 Image -> DefringePurpleHueLo : 30 Image -> Dehaze : 0 Image -> DeviceAttributes : Reflective, Glossy, Positive, Color Image -> DeviceManufacturer : Hewlett-Packard Image -> DeviceModel : sRGB Image -> DisplayedUnitsX : inches Image -> DisplayedUnitsY : inches Image -> EncodingProcess : Baseline DCT, Huffman coding Image -> ExifByteOrder : Little-endian (Intel, II) Image -> ExifVersion : 0232 Image -> Exposure2012 : +0.70 Image -> ExposureCompensation : +0.33 Image -> ExposureTime : 1/50 Image -> FNumber : 1.4 Image -> FOV : 39.6 deg Image -> FileSource : Digital Camera Image -> Format : image/jpeg Image -> GrainAmount : 0 Image -> GreenHue : 0 Image -> GreenMatrixColumn : 0.38515 0.71687 0.09708 Image -> GreenSaturation : 0 Image -> GreenTRC : SCALAR(0x2331720) Image -> HasCrop : False Image -> HasSettings : True Image -> Highlights2012 : +23 Image -> HueAdjustmentAqua : 0 Image -> HueAdjustmentBlue : 0 Image -> HueAdjustmentGreen : 0 Image -> HueAdjustmentMagenta : 0 Image -> HueAdjustmentOrange : 0 Image -> HueAdjustmentPurple : 0 Image -> HueAdjustmentRed : 0 Image -> HueAdjustmentYellow : 0 Image -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 Image -> ISO : 800 Image -> ImageHeight : 5152 Image -> ImageSize : 7728x5152 Image -> ImageWidth : 7728 Image -> LensInfo : 33mm f/1.4 Image -> LensMake : FUJIFILM Image -> LensManualDistortionAmount : 0 Image -> LensModel : XF33mmF1.4 R LM WR Image -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC Image -> LensProfileDistortionScale : 100 Image -> LensProfileEnable : 1 Image -> LensProfileIsEmbedded : True Image -> LensProfileName : Camera Settings Image -> LensProfileSetup : LensDefaults Image -> LensProfileVignettingScale : 100 Image -> LensSerialNumber : 3DA01450 Image -> LightValue : 3.6 Image -> Luminance : 76.03647 80 87.12462 Image -> LuminanceAdjustmentAqua : 0 Image -> LuminanceAdjustmentBlue : 0 Image -> LuminanceAdjustmentGreen : 0 Image -> LuminanceAdjustmentMagenta : 0 Image -> LuminanceAdjustmentOrange : 0 Image -> LuminanceAdjustmentPurple : 0 Image -> LuminanceAdjustmentRed : 0 Image -> LuminanceAdjustmentYellow : 0 Image -> LuminanceNoiseReductionContrast : 0 Image -> LuminanceNoiseReductionDetail : 50 Image -> LuminanceSmoothing : 5 Image -> MeasurementBacking : 0 0 0 Image -> MeasurementFlare : 0.999% Image -> MeasurementGeometry : Unknown Image -> MeasurementIlluminant : D65 Image -> MeasurementObserver : CIE 1931 Image -> MediaBlackPoint : 0 0 0 Image -> MediaWhitePoint : 0.95045 1 1.08905 Image -> Megapixels : 39.8 Image -> OverrideLookVignette : False Image -> ParametricDarks : 0 Image -> ParametricHighlightSplit : 75 Image -> ParametricHighlights : 0 Image -> ParametricLights : 0 Image -> ParametricMidtoneSplit : 50 Image -> ParametricShadowSplit : 25 Image -> ParametricShadows : 0 Image -> PerspectiveAspect : 0 Image -> PerspectiveHorizontal : 0 Image -> PerspectiveRotate : 0.0 Image -> PerspectiveScale : 100 Image -> PerspectiveUpright : Off Image -> PerspectiveVertical : 0 Image -> PerspectiveX : 0.00 Image -> PerspectiveY : 0.00 Image -> PostCropVignetteAmount : 0 Image -> PrimaryPlatform : Microsoft Corporation Image -> ProcessVersion : 11.0 Image -> ProfileCMMType : Linotronic Image -> ProfileClass : Display Device Profile Image -> ProfileConnectionSpace : XYZ Image -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company Image -> ProfileCreator : Hewlett-Packard Image -> ProfileDescription : sRGB IEC61966-2.1 Image -> ProfileFileSignature : acsp Image -> ProfileID : 0 Image -> ProfileVersion : 2.1.0 Image -> Rating : 3 Image -> RawFileName : DSCF9340.RAF Image -> RedHue : 0 Image -> RedMatrixColumn : 0.43607 0.22249 0.01392 Image -> RedSaturation : 0 Image -> RedTRC : SCALAR(0x23353e0) Image -> RenderingIntent : Perceptual Image -> ResolutionUnit : inches Image -> ResolutionUnit (1) : inches Image -> Saturation : -7 Image -> SaturationAdjustmentAqua : 0 Image -> SaturationAdjustmentBlue : 0 Image -> SaturationAdjustmentGreen : 0 Image -> SaturationAdjustmentMagenta : 0 Image -> SaturationAdjustmentOrange : 0 Image -> SaturationAdjustmentPurple : 0 Image -> SaturationAdjustmentRed : 0 Image -> SaturationAdjustmentYellow : 0 Image -> SceneType : Directly photographed Image -> SensitivityType : Standard Output Sensitivity Image -> SerialNumber : 2D011957 Image -> ShadowTint : 0 Image -> Shadows2012 : 0 Image -> SharpenDetail : 25 Image -> SharpenEdgeMasking : 5 Image -> SharpenRadius : +1.0 Image -> Sharpness (1) : 40 Image -> ShutterSpeed : 1/50 Image -> ShutterSpeedValue : 1/50 Image -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) Image -> SplitToningBalance : 0 Image -> SplitToningHighlightHue : 0 Image -> SplitToningHighlightSaturation : 0 Image -> SplitToningShadowHue : 0 Image -> SplitToningShadowSaturation : 0 Image -> Technology : Cathode Ray Tube Display Image -> Texture : 0 Image -> ThumbnailLength : 15104 Image -> ThumbnailOffset : 1360 Image -> Tint : +1 Image -> ToneCurveName2012 : Linear Image -> ToneCurvePV2012 : 0, 0, 255, 255 Image -> ToneCurvePV2012Blue : 0, 0, 255, 255 Image -> ToneCurvePV2012Green : 0, 0, 255, 255 Image -> ToneCurvePV2012Red : 0, 0, 255, 255 Image -> Version : 15.3 Image -> Vibrance : -3 Image -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 Image -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 Image -> ViewingCondIlluminantType : D50 Image -> ViewingCondSurround : 3.92889 4.07439 3.36179 Image -> VignetteAmount : 0 Image -> WhiteBalance (1) : As Shot Image -> Whites2012 : -8 Image -> XResolution : 240 Image -> XResolution (1) : 72 Image -> XResolution (2) : 240 Image -> YCbCrSubSampling : YCbCr4:4:4 (1 1) Image -> YResolution : 240 Image -> YResolution (1) : 72 Image -> YResolution (2) : 240 Location -> City : ドバイ Location -> City (1) : ドバイ Location -> Country : アラブ首長国連邦 Location -> Country-PrimaryLocationCode : AE Location -> Country-PrimaryLocationName : アラブ首長国連邦 Location -> CountryCode : AE Location -> GPSAltitude : 31 m Below Sea Level Location -> GPSAltitude (1) : 31 m Location -> GPSAltitudeRef : Below Sea Level Location -> GPSLatitude : 25 deg 7' 1.11" N Location -> GPSLatitude (1) : 25 deg 7' 1.11" Location -> GPSLatitudeRef : North Location -> GPSLongitude : 55 deg 11' 40.21" E Location -> GPSLongitude (1) : 55 deg 11' 40.21" Location -> GPSLongitudeRef : East Location -> GPSMapDatum : WGS-84 Location -> GPSPosition : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E Location -> GPSSpeed : 0 Location -> GPSSpeedRef : km/h Location -> GPSVersionID : 2.3.0.0 Location -> Province-State : ドバイ首長国 Location -> State : ドバイ首長国 Main -> APP14Flags0 : [14], Encoded with Blend=1 downsampling Main -> APP14Flags1 : (none) Main -> AlreadyApplied : True Main -> Aperture : 1.4 Main -> ApertureValue : 1.4 Main -> ApplicationRecordVersion : 4 Main -> Artist : MeltingRabbit Main -> AutoLateralCA : 1 Main -> BitsPerSample : 8 Main -> Blacks2012 : -16 Main -> BlueHue : 0 Main -> BlueMatrixColumn : 0.14307 0.06061 0.7141 Main -> BlueSaturation : 0 Main -> BlueTRC : SCALAR(0x233feb8) Main -> BrightnessValue : -0.79 Main -> By-line : MeltingRabbit Main -> CMMFlags : Not Embedded, Independent Main -> CameraElevationAngle : -4.4 Main -> CameraProfile : Camera Pro Neg Hi Main -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 Main -> CameraProfilesApertureValue : 0.970854 Main -> CameraProfilesAuthor : Adobe Main -> CameraProfilesAutoScale : False Main -> CameraProfilesCameraPrettyName : Fujifilm X-T5 Main -> CameraProfilesCameraRawProfile : True Main -> CameraProfilesFocalLength : 33 Main -> CameraProfilesFocusDistance : 10000 Main -> CameraProfilesLens : XF33mmF1.4 R LM WR Main -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR Main -> CameraProfilesMake : FUJIFILM Main -> CameraProfilesModel : X-T5 Main -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 Main -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 Main -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 Main -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 Main -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 Main -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 Main -> CameraProfilesPerspectiveModelVersion : 2 Main -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 Main -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 Main -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 Main -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 Main -> CameraProfilesProfileName : Camera Settings Main -> CameraProfilesSensorFormatFactor : 1.539063 Main -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 Main -> CircleOfConfusion : 0.020 mm Main -> City : ドバイ Main -> City (1) : ドバイ Main -> Clarity2012 : +16 Main -> CodedCharacterSet : UTF8 Main -> ColorComponents : 3 Main -> ColorGradeBlending : 50 Main -> ColorGradeGlobalHue : 0 Main -> ColorGradeGlobalLum : 0 Main -> ColorGradeGlobalSat : 0 Main -> ColorGradeHighlightLum : 0 Main -> ColorGradeMidtoneHue : 0 Main -> ColorGradeMidtoneLum : 0 Main -> ColorGradeMidtoneSat : 0 Main -> ColorGradeShadowLum : 0 Main -> ColorNoiseReduction : 8 Main -> ColorNoiseReductionDetail : 50 Main -> ColorNoiseReductionSmoothness : 50 Main -> ColorSpace : sRGB Main -> ColorSpaceData : RGB Main -> ColorTemperature : 3050 Main -> ColorTransform : YCbCr Main -> Compression : JPEG (old-style) Main -> ConnectionSpaceIlluminant : 0.9642 1 0.82491 Main -> Contrast2012 : +25 Main -> ConvertToGrayscale : False Main -> Copyright : MeltingRabbit Main -> CopyrightNotice : MeltingRabbit Main -> Country : アラブ首長国連邦 Main -> Country-PrimaryLocationCode : AE Main -> Country-PrimaryLocationName : アラブ首長国連邦 Main -> CountryCode : AE Main -> CreateDate : 2023:12:06 20:38:18 Main -> CreateDate (1) : 2023:12:06 20:38:18+04:00 Main -> Creator : MeltingRabbit Main -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) Main -> CropAngle : 0 Main -> CropBottom : 1 Main -> CropConstrainToWarp : 0 Main -> CropLeft : 0 Main -> CropRight : 1 Main -> CropTop : 0 Main -> CurrentIPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 Main -> CustomRendered : Normal Main -> DCTEncodeVersion : 100 Main -> DateCreated : 2023:12:06 20:38:18+04:00 Main -> DateCreated (1) : 2023:12:06 Main -> DateTimeCreated : 2023:12:06 20:38:18+04:00 Main -> DateTimeOriginal : 2023:12:06 20:38:18 Main -> DefringeGreenAmount : 0 Main -> DefringeGreenHueHi : 60 Main -> DefringeGreenHueLo : 40 Main -> DefringePurpleAmount : 0 Main -> DefringePurpleHueHi : 70 Main -> DefringePurpleHueLo : 30 Main -> Dehaze : 0 Main -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 Main -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 Main -> DeviceAttributes : Reflective, Glossy, Positive, Color Main -> DeviceManufacturer : Hewlett-Packard Main -> DeviceMfgDesc : IEC http://www.iec.ch Main -> DeviceModel : sRGB Main -> DeviceModelDesc : IEC 61966-2.1 Default RGB colour space - sRGB Main -> DigitalCreationDate : 2023:12:06 Main -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 Main -> DigitalCreationTime : 20:38:18+04:00 Main -> Directory : . Main -> DisplayedUnitsX : inches Main -> DisplayedUnitsY : inches Main -> DistortionCorrectionAlreadyApplied : True Main -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc Main -> EncodingProcess : Baseline DCT, Huffman coding Main -> ExifByteOrder : Little-endian (Intel, II) Main -> ExifToolVersion : 12.70 Main -> ExifVersion : 0232 Main -> Exposure2012 : +0.70 Main -> ExposureCompensation : +0.33 Main -> ExposureMode : Auto Main -> ExposureProgram : Aperture-priority AE Main -> ExposureTime : 1/50 Main -> FNumber : 1.4 Main -> FOV : 39.6 deg Main -> FileAccessDate : 2024:01:03 13:24:01+09:00 Main -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 Main -> FileModifyDate : 2024:01:02 16:22:08+09:00 Main -> FileName : DSCF9340_lr.jpg Main -> FilePermissions : -rwxrw-r-- Main -> FileSize : 27 MB Main -> FileSource : Digital Camera Main -> FileType : JPEG Main -> FileTypeExtension : jpg Main -> Flash : No Flash Main -> FocalLength : 33.0 mm Main -> FocalLength35efl : 33.0 mm (35 mm equivalent: 50.0 mm) Main -> FocalLengthIn35mmFormat : 50 mm Main -> FocalPlaneResolutionUnit : cm Main -> FocalPlaneXResolution : 3303.855743 Main -> FocalPlaneYResolution : 3303.855743 Main -> Format : image/jpeg Main -> FujiRatingAlreadyApplied : True Main -> GPSAltitude : 31 m Below Sea Level Main -> GPSAltitude (1) : 31 m Main -> GPSAltitudeRef : Below Sea Level Main -> GPSDateStamp : 2023:12:06 Main -> GPSDateTime : 2023:12:06 16:38:14Z Main -> GPSLatitude : 25 deg 7' 1.11" N Main -> GPSLatitude (1) : 25 deg 7' 1.11" Main -> GPSLatitudeRef : North Main -> GPSLongitude : 55 deg 11' 40.21" E Main -> GPSLongitude (1) : 55 deg 11' 40.21" Main -> GPSLongitudeRef : East Main -> GPSMapDatum : WGS-84 Main -> GPSPosition : 25 deg 7' 1.11" N, 55 deg 11' 40.21" E Main -> GPSSpeed : 0 Main -> GPSSpeedRef : km/h Main -> GPSTimeStamp : 16:38:14 Main -> GPSVersionID : 2.3.0.0 Main -> GrainAmount : 0 Main -> GreenHue : 0 Main -> GreenMatrixColumn : 0.38515 0.71687 0.09708 Main -> GreenSaturation : 0 Main -> GreenTRC : SCALAR(0x23313f0) Main -> HasCrop : False Main -> HasSettings : True Main -> Highlights2012 : +23 Main -> HistoryAction : derived, saved Main -> HistoryChanged : / Main -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc Main -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location Main -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) Main -> HistoryWhen : 2024:01:02 16:22:07+09:00 Main -> HueAdjustmentAqua : 0 Main -> HueAdjustmentBlue : 0 Main -> HueAdjustmentGreen : 0 Main -> HueAdjustmentMagenta : 0 Main -> HueAdjustmentOrange : 0 Main -> HueAdjustmentPurple : 0 Main -> HueAdjustmentRed : 0 Main -> HueAdjustmentYellow : 0 Main -> HyperfocalDistance : 39.23 m Main -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 Main -> ISO : 800 Main -> ImageHeight : 5152 Main -> ImageSize : 7728x5152 Main -> ImageWidth : 7728 Main -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc Main -> LateralChromaticAberrationCorrectionAlreadyApplied : True Main -> Lens : XF33mmF1.4 R LM WR Main -> LensID : XF33mm F1.4 R LM WR Main -> LensInfo : 33mm f/1.4 Main -> LensInfo (1) : 33mm f/1.4 Main -> LensMake : FUJIFILM Main -> LensManualDistortionAmount : 0 Main -> LensModel : XF33mmF1.4 R LM WR Main -> LensModel (1) : XF33mmF1.4 R LM WR Main -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC Main -> LensProfileDistortionScale : 100 Main -> LensProfileEnable : 1 Main -> LensProfileIsEmbedded : True Main -> LensProfileName : Camera Settings Main -> LensProfileSetup : LensDefaults Main -> LensProfileVignettingScale : 100 Main -> LensSerialNumber : 3DA01450 Main -> LensSerialNumber (1) : 3DA01450 Main -> LightSource : Unknown Main -> LightValue : 3.6 Main -> Luminance : 76.03647 80 87.12462 Main -> LuminanceAdjustmentAqua : 0 Main -> LuminanceAdjustmentBlue : 0 Main -> LuminanceAdjustmentGreen : 0 Main -> LuminanceAdjustmentMagenta : 0 Main -> LuminanceAdjustmentOrange : 0 Main -> LuminanceAdjustmentPurple : 0 Main -> LuminanceAdjustmentRed : 0 Main -> LuminanceAdjustmentYellow : 0 Main -> LuminanceNoiseReductionContrast : 0 Main -> LuminanceNoiseReductionDetail : 50 Main -> LuminanceSmoothing : 5 Main -> MIMEType : image/jpeg Main -> Make : FUJIFILM Main -> MaxApertureValue : 1.4 Main -> MeasurementBacking : 0 0 0 Main -> MeasurementFlare : 0.999% Main -> MeasurementGeometry : Unknown Main -> MeasurementIlluminant : D65 Main -> MeasurementObserver : CIE 1931 Main -> MediaBlackPoint : 0 0 0 Main -> MediaWhitePoint : 0.95045 1 1.08905 Main -> Megapixels : 39.8 Main -> MetadataDate : 2024:01:02 16:22:07+09:00 Main -> MeteringMode : Multi-segment Main -> Model : X-T5 Main -> ModifyDate : 2024:01:02 16:22:07 Main -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 Main -> OffsetTime : +09:00 Main -> OffsetTimeDigitized : +04:00 Main -> OffsetTimeOriginal : +04:00 Main -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 Main -> OverrideLookVignette : False Main -> ParametricDarks : 0 Main -> ParametricHighlightSplit : 75 Main -> ParametricHighlights : 0 Main -> ParametricLights : 0 Main -> ParametricMidtoneSplit : 50 Main -> ParametricShadowSplit : 25 Main -> ParametricShadows : 0 Main -> PerspectiveAspect : 0 Main -> PerspectiveHorizontal : 0 Main -> PerspectiveRotate : 0.0 Main -> PerspectiveScale : 100 Main -> PerspectiveUpright : Off Main -> PerspectiveVertical : 0 Main -> PerspectiveX : 0.00 Main -> PerspectiveY : 0.00 Main -> PhotoshopThumbnail : SCALAR(0x1b5c638) Main -> PostCropVignetteAmount : 0 Main -> PreservedFileName : DSCF9340.RAF Main -> PrimaryPlatform : Microsoft Corporation Main -> ProcessVersion : 11.0 Main -> ProfileCMMType : Linotronic Main -> ProfileClass : Display Device Profile Main -> ProfileConnectionSpace : XYZ Main -> ProfileCopyright : Copyright (c) 1998 Hewlett-Packard Company Main -> ProfileCreator : Hewlett-Packard Main -> ProfileDateTime : 1998:02:09 06:49:00 Main -> ProfileDescription : sRGB IEC61966-2.1 Main -> ProfileFileSignature : acsp Main -> ProfileID : 0 Main -> ProfileVersion : 2.1.0 Main -> Province-State : ドバイ首長国 Main -> Rating : 3 Main -> RawFileName : DSCF9340.RAF Main -> RedHue : 0 Main -> RedMatrixColumn : 0.43607 0.22249 0.01392 Main -> RedSaturation : 0 Main -> RedTRC : SCALAR(0x2332858) Main -> RenderingIntent : Perceptual Main -> ResolutionUnit : inches Main -> ResolutionUnit (1) : inches Main -> Rights : MeltingRabbit Main -> Saturation : -7 Main -> SaturationAdjustmentAqua : 0 Main -> SaturationAdjustmentBlue : 0 Main -> SaturationAdjustmentGreen : 0 Main -> SaturationAdjustmentMagenta : 0 Main -> SaturationAdjustmentOrange : 0 Main -> SaturationAdjustmentPurple : 0 Main -> SaturationAdjustmentRed : 0 Main -> SaturationAdjustmentYellow : 0 Main -> ScaleFactor35efl : 1.5 Main -> SceneCaptureType : Standard Main -> SceneType : Directly photographed Main -> SensingMethod : One-chip color area Main -> SensitivityType : Standard Output Sensitivity Main -> SerialNumber : 2D011957 Main -> SerialNumber (1) : 2D011957 Main -> ShadowTint : 0 Main -> Shadows2012 : 0 Main -> SharpenDetail : 25 Main -> SharpenEdgeMasking : 5 Main -> SharpenRadius : +1.0 Main -> Sharpness : Normal Main -> Sharpness (1) : 40 Main -> ShutterSpeed : 1/50 Main -> ShutterSpeedValue : 1/50 Main -> Software : Adobe Photoshop Lightroom Classic 12.3 (Windows) Main -> SplitToningBalance : 0 Main -> SplitToningHighlightHue : 0 Main -> SplitToningHighlightSaturation : 0 Main -> SplitToningShadowHue : 0 Main -> SplitToningShadowSaturation : 0 Main -> State : ドバイ首長国 Main -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 Main -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 Main -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 Main -> SubjectDistanceRange : Unknown Main -> Technology : Cathode Ray Tube Display Main -> Texture : 0 Main -> ThumbnailImage : SCALAR(0x1aa7630) Main -> ThumbnailLength : 15104 Main -> ThumbnailOffset : 1360 Main -> TimeCreated : 20:38:18+04:00 Main -> Tint : +1 Main -> ToneCurveName2012 : Linear Main -> ToneCurvePV2012 : 0, 0, 255, 255 Main -> ToneCurvePV2012Blue : 0, 0, 255, 255 Main -> ToneCurvePV2012Green : 0, 0, 255, 255 Main -> ToneCurvePV2012Red : 0, 0, 255, 255 Main -> Version : 15.3 Main -> Vibrance : -3 Main -> ViewingCondDesc : Reference Viewing Condition in IEC61966-2.1 Main -> ViewingCondIlluminant : 19.6445 20.3718 16.8089 Main -> ViewingCondIlluminantType : D50 Main -> ViewingCondSurround : 3.92889 4.07439 3.36179 Main -> VignetteAmount : 0 Main -> VignetteCorrectionAlreadyApplied : True Main -> WhiteBalance : Auto Main -> WhiteBalance (1) : As Shot Main -> Whites2012 : -8 Main -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 Main -> XResolution : 240 Main -> XResolution (1) : 72 Main -> XResolution (2) : 240 Main -> YCbCrSubSampling : YCbCr4:4:4 (1 1) Main -> YResolution : 240 Main -> YResolution (1) : 72 Main -> YResolution (2) : 240 Other -> ApplicationRecordVersion : 4 Other -> CodedCharacterSet : UTF8 Other -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 Other -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 Other -> Directory : . Other -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc Other -> FileName : DSCF9340_lr.jpg Other -> FilePermissions : -rwxrw-r-- Other -> FileSize : 27 MB Other -> FileType : JPEG Other -> FileTypeExtension : jpg Other -> HistoryAction : derived, saved Other -> HistoryChanged : / Other -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc Other -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location Other -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) Other -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc Other -> MIMEType : image/jpeg Other -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 Other -> PreservedFileName : DSCF9340.RAF Photoshop -> DisplayedUnitsX : inches Photoshop -> DisplayedUnitsY : inches Photoshop -> IPTCDigest : 7d108f8929e04b8fa1c8d9fa7044bec6 Photoshop -> PhotoshopThumbnail : SCALAR(0x1b5c638) Photoshop -> XResolution (2) : 240 Photoshop -> YResolution (2) : 240 Preview -> PhotoshopThumbnail : SCALAR(0x1b5c638) Preview -> ThumbnailImage : SCALAR(0x1aa7630) System -> Directory : . System -> FileAccessDate : 2024:01:03 13:24:01+09:00 System -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 System -> FileModifyDate : 2024:01:02 16:22:08+09:00 System -> FileName : DSCF9340_lr.jpg System -> FilePermissions : -rwxrw-r-- System -> FileSize : 27 MB Time -> CreateDate : 2023:12:06 20:38:18 Time -> CreateDate (1) : 2023:12:06 20:38:18+04:00 Time -> DateCreated : 2023:12:06 20:38:18+04:00 Time -> DateCreated (1) : 2023:12:06 Time -> DateTimeCreated : 2023:12:06 20:38:18+04:00 Time -> DateTimeOriginal : 2023:12:06 20:38:18 Time -> DigitalCreationDate : 2023:12:06 Time -> DigitalCreationDateTime : 2023:12:06 20:38:18+04:00 Time -> DigitalCreationTime : 20:38:18+04:00 Time -> FileAccessDate : 2024:01:03 13:24:01+09:00 Time -> FileInodeChangeDate : 2024:01:03 13:24:01+09:00 Time -> FileModifyDate : 2024:01:02 16:22:08+09:00 Time -> GPSDateStamp : 2023:12:06 Time -> GPSDateTime : 2023:12:06 16:38:14Z Time -> GPSTimeStamp : 16:38:14 Time -> HistoryWhen : 2024:01:02 16:22:07+09:00 Time -> MetadataDate : 2024:01:02 16:22:07+09:00 Time -> ModifyDate : 2024:01:02 16:22:07 Time -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 Time -> OffsetTime : +09:00 Time -> OffsetTimeDigitized : +04:00 Time -> OffsetTimeOriginal : +04:00 Time -> ProfileDateTime : 1998:02:09 06:49:00 Time -> SubSecCreateDate : 2023:12:06 20:38:18+04:00 Time -> SubSecDateTimeOriginal : 2023:12:06 20:38:18+04:00 Time -> SubSecModifyDate : 2024:01:02 16:22:07+09:00 Time -> TimeCreated : 20:38:18+04:00 XMP -> AlreadyApplied : True XMP -> AutoLateralCA : 1 XMP -> Blacks2012 : -16 XMP -> BlueHue : 0 XMP -> BlueSaturation : 0 XMP -> CameraProfile : Camera Pro Neg Hi XMP -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 XMP -> CameraProfilesApertureValue : 0.970854 XMP -> CameraProfilesAuthor : Adobe XMP -> CameraProfilesAutoScale : False XMP -> CameraProfilesCameraPrettyName : Fujifilm X-T5 XMP -> CameraProfilesCameraRawProfile : True XMP -> CameraProfilesFocalLength : 33 XMP -> CameraProfilesFocusDistance : 10000 XMP -> CameraProfilesLens : XF33mmF1.4 R LM WR XMP -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR XMP -> CameraProfilesMake : FUJIFILM XMP -> CameraProfilesModel : X-T5 XMP -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 XMP -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 XMP -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 XMP -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 XMP -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 XMP -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 XMP -> CameraProfilesPerspectiveModelVersion : 2 XMP -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 XMP -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 XMP -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 XMP -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 XMP -> CameraProfilesProfileName : Camera Settings XMP -> CameraProfilesSensorFormatFactor : 1.539063 XMP -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 XMP -> City : ドバイ XMP -> Clarity2012 : +16 XMP -> ColorGradeBlending : 50 XMP -> ColorGradeGlobalHue : 0 XMP -> ColorGradeGlobalLum : 0 XMP -> ColorGradeGlobalSat : 0 XMP -> ColorGradeHighlightLum : 0 XMP -> ColorGradeMidtoneHue : 0 XMP -> ColorGradeMidtoneLum : 0 XMP -> ColorGradeMidtoneSat : 0 XMP -> ColorGradeShadowLum : 0 XMP -> ColorNoiseReduction : 8 XMP -> ColorNoiseReductionDetail : 50 XMP -> ColorNoiseReductionSmoothness : 50 XMP -> ColorTemperature : 3050 XMP -> Contrast2012 : +25 XMP -> ConvertToGrayscale : False XMP -> Country : アラブ首長国連邦 XMP -> CountryCode : AE XMP -> CreateDate (1) : 2023:12:06 20:38:18+04:00 XMP -> Creator : MeltingRabbit XMP -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) XMP -> CropAngle : 0 XMP -> CropBottom : 1 XMP -> CropConstrainToWarp : 0 XMP -> CropLeft : 0 XMP -> CropRight : 1 XMP -> CropTop : 0 XMP -> DateCreated : 2023:12:06 20:38:18+04:00 XMP -> DefringeGreenAmount : 0 XMP -> DefringeGreenHueHi : 60 XMP -> DefringeGreenHueLo : 40 XMP -> DefringePurpleAmount : 0 XMP -> DefringePurpleHueHi : 70 XMP -> DefringePurpleHueLo : 30 XMP -> Dehaze : 0 XMP -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 XMP -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 XMP -> DistortionCorrectionAlreadyApplied : True XMP -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc XMP -> Exposure2012 : +0.70 XMP -> Format : image/jpeg XMP -> FujiRatingAlreadyApplied : True XMP -> GrainAmount : 0 XMP -> GreenHue : 0 XMP -> GreenSaturation : 0 XMP -> HasCrop : False XMP -> HasSettings : True XMP -> Highlights2012 : +23 XMP -> HistoryAction : derived, saved XMP -> HistoryChanged : / XMP -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc XMP -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location XMP -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) XMP -> HistoryWhen : 2024:01:02 16:22:07+09:00 XMP -> HueAdjustmentAqua : 0 XMP -> HueAdjustmentBlue : 0 XMP -> HueAdjustmentGreen : 0 XMP -> HueAdjustmentMagenta : 0 XMP -> HueAdjustmentOrange : 0 XMP -> HueAdjustmentPurple : 0 XMP -> HueAdjustmentRed : 0 XMP -> HueAdjustmentYellow : 0 XMP -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc XMP -> LateralChromaticAberrationCorrectionAlreadyApplied : True XMP -> Lens : XF33mmF1.4 R LM WR XMP -> LensInfo (1) : 33mm f/1.4 XMP -> LensManualDistortionAmount : 0 XMP -> LensModel (1) : XF33mmF1.4 R LM WR XMP -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC XMP -> LensProfileDistortionScale : 100 XMP -> LensProfileEnable : 1 XMP -> LensProfileIsEmbedded : True XMP -> LensProfileName : Camera Settings XMP -> LensProfileSetup : LensDefaults XMP -> LensProfileVignettingScale : 100 XMP -> LensSerialNumber (1) : 3DA01450 XMP -> LuminanceAdjustmentAqua : 0 XMP -> LuminanceAdjustmentBlue : 0 XMP -> LuminanceAdjustmentGreen : 0 XMP -> LuminanceAdjustmentMagenta : 0 XMP -> LuminanceAdjustmentOrange : 0 XMP -> LuminanceAdjustmentPurple : 0 XMP -> LuminanceAdjustmentRed : 0 XMP -> LuminanceAdjustmentYellow : 0 XMP -> LuminanceNoiseReductionContrast : 0 XMP -> LuminanceNoiseReductionDetail : 50 XMP -> LuminanceSmoothing : 5 XMP -> MetadataDate : 2024:01:02 16:22:07+09:00 XMP -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 XMP -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 XMP -> OverrideLookVignette : False XMP -> ParametricDarks : 0 XMP -> ParametricHighlightSplit : 75 XMP -> ParametricHighlights : 0 XMP -> ParametricLights : 0 XMP -> ParametricMidtoneSplit : 50 XMP -> ParametricShadowSplit : 25 XMP -> ParametricShadows : 0 XMP -> PerspectiveAspect : 0 XMP -> PerspectiveHorizontal : 0 XMP -> PerspectiveRotate : 0.0 XMP -> PerspectiveScale : 100 XMP -> PerspectiveUpright : Off XMP -> PerspectiveVertical : 0 XMP -> PerspectiveX : 0.00 XMP -> PerspectiveY : 0.00 XMP -> PostCropVignetteAmount : 0 XMP -> PreservedFileName : DSCF9340.RAF XMP -> ProcessVersion : 11.0 XMP -> Rating : 3 XMP -> RawFileName : DSCF9340.RAF XMP -> RedHue : 0 XMP -> RedSaturation : 0 XMP -> Rights : MeltingRabbit XMP -> Saturation : -7 XMP -> SaturationAdjustmentAqua : 0 XMP -> SaturationAdjustmentBlue : 0 XMP -> SaturationAdjustmentGreen : 0 XMP -> SaturationAdjustmentMagenta : 0 XMP -> SaturationAdjustmentOrange : 0 XMP -> SaturationAdjustmentPurple : 0 XMP -> SaturationAdjustmentRed : 0 XMP -> SaturationAdjustmentYellow : 0 XMP -> SerialNumber (1) : 2D011957 XMP -> ShadowTint : 0 XMP -> Shadows2012 : 0 XMP -> SharpenDetail : 25 XMP -> SharpenEdgeMasking : 5 XMP -> SharpenRadius : +1.0 XMP -> Sharpness (1) : 40 XMP -> SplitToningBalance : 0 XMP -> SplitToningHighlightHue : 0 XMP -> SplitToningHighlightSaturation : 0 XMP -> SplitToningShadowHue : 0 XMP -> SplitToningShadowSaturation : 0 XMP -> State : ドバイ首長国 XMP -> Texture : 0 XMP -> Tint : +1 XMP -> ToneCurveName2012 : Linear XMP -> ToneCurvePV2012 : 0, 0, 255, 255 XMP -> ToneCurvePV2012Blue : 0, 0, 255, 255 XMP -> ToneCurvePV2012Green : 0, 0, 255, 255 XMP -> ToneCurvePV2012Red : 0, 0, 255, 255 XMP -> Version : 15.3 XMP -> Vibrance : -3 XMP -> VignetteAmount : 0 XMP -> VignetteCorrectionAlreadyApplied : True XMP -> WhiteBalance (1) : As Shot XMP -> Whites2012 : -8 XMP -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 XMP-aux -> DistortionCorrectionAlreadyApplied : True XMP-aux -> FujiRatingAlreadyApplied : True XMP-aux -> LateralChromaticAberrationCorrectionAlreadyApplied : True XMP-aux -> Lens : XF33mmF1.4 R LM WR XMP-aux -> LensInfo (1) : 33mm f/1.4 XMP-aux -> LensSerialNumber (1) : 3DA01450 XMP-aux -> SerialNumber (1) : 2D011957 XMP-aux -> VignetteCorrectionAlreadyApplied : True XMP-crs -> AlreadyApplied : True XMP-crs -> AutoLateralCA : 1 XMP-crs -> Blacks2012 : -16 XMP-crs -> BlueHue : 0 XMP-crs -> BlueSaturation : 0 XMP-crs -> CameraProfile : Camera Pro Neg Hi XMP-crs -> CameraProfileDigest : 3359FA54013194FAD426266D3FE61BE8 XMP-crs -> Clarity2012 : +16 XMP-crs -> ColorGradeBlending : 50 XMP-crs -> ColorGradeGlobalHue : 0 XMP-crs -> ColorGradeGlobalLum : 0 XMP-crs -> ColorGradeGlobalSat : 0 XMP-crs -> ColorGradeHighlightLum : 0 XMP-crs -> ColorGradeMidtoneHue : 0 XMP-crs -> ColorGradeMidtoneLum : 0 XMP-crs -> ColorGradeMidtoneSat : 0 XMP-crs -> ColorGradeShadowLum : 0 XMP-crs -> ColorNoiseReduction : 8 XMP-crs -> ColorNoiseReductionDetail : 50 XMP-crs -> ColorNoiseReductionSmoothness : 50 XMP-crs -> ColorTemperature : 3050 XMP-crs -> Contrast2012 : +25 XMP-crs -> ConvertToGrayscale : False XMP-crs -> CropAngle : 0 XMP-crs -> CropBottom : 1 XMP-crs -> CropConstrainToWarp : 0 XMP-crs -> CropLeft : 0 XMP-crs -> CropRight : 1 XMP-crs -> CropTop : 0 XMP-crs -> DefringeGreenAmount : 0 XMP-crs -> DefringeGreenHueHi : 60 XMP-crs -> DefringeGreenHueLo : 40 XMP-crs -> DefringePurpleAmount : 0 XMP-crs -> DefringePurpleHueHi : 70 XMP-crs -> DefringePurpleHueLo : 30 XMP-crs -> Dehaze : 0 XMP-crs -> Exposure2012 : +0.70 XMP-crs -> GrainAmount : 0 XMP-crs -> GreenHue : 0 XMP-crs -> GreenSaturation : 0 XMP-crs -> HasCrop : False XMP-crs -> HasSettings : True XMP-crs -> Highlights2012 : +23 XMP-crs -> HueAdjustmentAqua : 0 XMP-crs -> HueAdjustmentBlue : 0 XMP-crs -> HueAdjustmentGreen : 0 XMP-crs -> HueAdjustmentMagenta : 0 XMP-crs -> HueAdjustmentOrange : 0 XMP-crs -> HueAdjustmentPurple : 0 XMP-crs -> HueAdjustmentRed : 0 XMP-crs -> HueAdjustmentYellow : 0 XMP-crs -> LensManualDistortionAmount : 0 XMP-crs -> LensProfileDigest : 0D18641C090112947D6EDE319D3014BC XMP-crs -> LensProfileDistortionScale : 100 XMP-crs -> LensProfileEnable : 1 XMP-crs -> LensProfileIsEmbedded : True XMP-crs -> LensProfileName : Camera Settings XMP-crs -> LensProfileSetup : LensDefaults XMP-crs -> LensProfileVignettingScale : 100 XMP-crs -> LuminanceAdjustmentAqua : 0 XMP-crs -> LuminanceAdjustmentBlue : 0 XMP-crs -> LuminanceAdjustmentGreen : 0 XMP-crs -> LuminanceAdjustmentMagenta : 0 XMP-crs -> LuminanceAdjustmentOrange : 0 XMP-crs -> LuminanceAdjustmentPurple : 0 XMP-crs -> LuminanceAdjustmentRed : 0 XMP-crs -> LuminanceAdjustmentYellow : 0 XMP-crs -> LuminanceNoiseReductionContrast : 0 XMP-crs -> LuminanceNoiseReductionDetail : 50 XMP-crs -> LuminanceSmoothing : 5 XMP-crs -> OverrideLookVignette : False XMP-crs -> ParametricDarks : 0 XMP-crs -> ParametricHighlightSplit : 75 XMP-crs -> ParametricHighlights : 0 XMP-crs -> ParametricLights : 0 XMP-crs -> ParametricMidtoneSplit : 50 XMP-crs -> ParametricShadowSplit : 25 XMP-crs -> ParametricShadows : 0 XMP-crs -> PerspectiveAspect : 0 XMP-crs -> PerspectiveHorizontal : 0 XMP-crs -> PerspectiveRotate : 0.0 XMP-crs -> PerspectiveScale : 100 XMP-crs -> PerspectiveUpright : Off XMP-crs -> PerspectiveVertical : 0 XMP-crs -> PerspectiveX : 0.00 XMP-crs -> PerspectiveY : 0.00 XMP-crs -> PostCropVignetteAmount : 0 XMP-crs -> ProcessVersion : 11.0 XMP-crs -> RawFileName : DSCF9340.RAF XMP-crs -> RedHue : 0 XMP-crs -> RedSaturation : 0 XMP-crs -> Saturation : -7 XMP-crs -> SaturationAdjustmentAqua : 0 XMP-crs -> SaturationAdjustmentBlue : 0 XMP-crs -> SaturationAdjustmentGreen : 0 XMP-crs -> SaturationAdjustmentMagenta : 0 XMP-crs -> SaturationAdjustmentOrange : 0 XMP-crs -> SaturationAdjustmentPurple : 0 XMP-crs -> SaturationAdjustmentRed : 0 XMP-crs -> SaturationAdjustmentYellow : 0 XMP-crs -> ShadowTint : 0 XMP-crs -> Shadows2012 : 0 XMP-crs -> SharpenDetail : 25 XMP-crs -> SharpenEdgeMasking : 5 XMP-crs -> SharpenRadius : +1.0 XMP-crs -> Sharpness (1) : 40 XMP-crs -> SplitToningBalance : 0 XMP-crs -> SplitToningHighlightHue : 0 XMP-crs -> SplitToningHighlightSaturation : 0 XMP-crs -> SplitToningShadowHue : 0 XMP-crs -> SplitToningShadowSaturation : 0 XMP-crs -> Texture : 0 XMP-crs -> Tint : +1 XMP-crs -> ToneCurveName2012 : Linear XMP-crs -> ToneCurvePV2012 : 0, 0, 255, 255 XMP-crs -> ToneCurvePV2012Blue : 0, 0, 255, 255 XMP-crs -> ToneCurvePV2012Green : 0, 0, 255, 255 XMP-crs -> ToneCurvePV2012Red : 0, 0, 255, 255 XMP-crs -> Version : 15.3 XMP-crs -> Vibrance : -3 XMP-crs -> VignetteAmount : 0 XMP-crs -> WhiteBalance (1) : As Shot XMP-crs -> Whites2012 : -8 XMP-dc -> Creator : MeltingRabbit XMP-dc -> Format : image/jpeg XMP-dc -> Rights : MeltingRabbit XMP-exifEX -> LensModel (1) : XF33mmF1.4 R LM WR XMP-iptcCore -> CountryCode : AE XMP-photoshop -> CameraProfilesApertureValue : 0.970854 XMP-photoshop -> CameraProfilesAuthor : Adobe XMP-photoshop -> CameraProfilesAutoScale : False XMP-photoshop -> CameraProfilesCameraPrettyName : Fujifilm X-T5 XMP-photoshop -> CameraProfilesCameraRawProfile : True XMP-photoshop -> CameraProfilesFocalLength : 33 XMP-photoshop -> CameraProfilesFocusDistance : 10000 XMP-photoshop -> CameraProfilesLens : XF33mmF1.4 R LM WR XMP-photoshop -> CameraProfilesLensPrettyName : XF33mmF1.4 R LM WR XMP-photoshop -> CameraProfilesMake : FUJIFILM XMP-photoshop -> CameraProfilesModel : X-T5 XMP-photoshop -> CameraProfilesPerspectiveModelImageXCenter : 0.501812 XMP-photoshop -> CameraProfilesPerspectiveModelImageYCenter : 0.514752 XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam1 : 0.04911 XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam2 : 0.460313 XMP-photoshop -> CameraProfilesPerspectiveModelRadialDistortParam3 : -1.012685 XMP-photoshop -> CameraProfilesPerspectiveModelScaleFactor : 0.982285 XMP-photoshop -> CameraProfilesPerspectiveModelVersion : 2 XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelImageXCenter : 0.500906 XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelImageYCenter : 0.507376 XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelVignetteModelParam1 : 1 XMP-photoshop -> CameraProfilesPerspectiveModelVignetteModelVignetteModelPiecewiseParam : 0.000000, 1.000000, 0.150549, 0.902202, 0.212928, 0.819854, 0.260912, 0.749082, 0.301099, 0.694233, 0.336787, 0.643213, 0.368876, 0.603950, 0.398266, 0.572705, 0.425857, 0.541226, 0.451648, 0.541226 XMP-photoshop -> CameraProfilesProfileName : Camera Settings XMP-photoshop -> CameraProfilesSensorFormatFactor : 1.539063 XMP-photoshop -> CameraProfilesUniqueCameraModel : Fujifilm X-T5 XMP-photoshop -> City : ドバイ XMP-photoshop -> Country : アラブ首長国連邦 XMP-photoshop -> DateCreated : 2023:12:06 20:38:18+04:00 XMP-photoshop -> State : ドバイ首長国 XMP-x -> XMPToolkit : Adobe XMP Core 7.0-c000 1.000000, 0000/00/00-00:00:00 XMP-xmp -> CreateDate (1) : 2023:12:06 20:38:18+04:00 XMP-xmp -> CreatorTool : Adobe Photoshop Lightroom Classic 12.3 (Windows) XMP-xmp -> MetadataDate : 2024:01:02 16:22:07+09:00 XMP-xmp -> ModifyDate (1) : 2024:01:02 16:22:07+09:00 XMP-xmp -> Rating : 3 XMP-xmpMM -> DerivedFromDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 XMP-xmpMM -> DerivedFromOriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 XMP-xmpMM -> DocumentID : xmp.did:906e9e87-a05a-864a-b74c-9c6dba2031fc XMP-xmpMM -> HistoryAction : derived, saved XMP-xmpMM -> HistoryChanged : / XMP-xmpMM -> HistoryInstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc XMP-xmpMM -> HistoryParameters : converted from image/x-fuji-raw to image/jpeg, saved to new location XMP-xmpMM -> HistorySoftwareAgent : Adobe Photoshop Lightroom Classic 12.3 (Windows) XMP-xmpMM -> HistoryWhen : 2024:01:02 16:22:07+09:00 XMP-xmpMM -> InstanceID : xmp.iid:906e9e87-a05a-864a-b74c-9c6dba2031fc XMP-xmpMM -> OriginalDocumentID : 1CCDAF7E942BE2E79720105A9919C5A4 XMP-xmpMM -> PreservedFileName : DSCF9340.RAF
名前
Email (※公開されることはありません)
コメント