iPhone上で撮影済みの写真からExifを削除
Posted on | 2009-10-08 | no comments
iPhoneで撮影した写真をそのままウェブにあげると位置情報ダダ漏れしている件が気になってたので自分でも調べてみました。
設定の一般 > 位置情報サービスを「オン」にした状態で撮影をすると写真画像にExifが埋め込まれますが「iPhone上で撮影済みの写真からExifを削除できないか」と調べていたところ「MMSで写真を送る」とExifが削除されるとの情報を発見。試しに自分宛に送ってみたところ、削除されている様子でした(Firefox extensionのExif Viewerとプレビュー.appで確認)。ある意味、富豪的な解決方法? 削除できるiPhone アプリがあればいいんですが、なくても「自分宛にMMS」で解決できそう。個人的には普段は位置情報サービスを「オン」にしておいて、ウェブに乗せて差し障りのあるものだけ「自分宛にMMS」しようかと。
撮影後、何もしていない写真のExif:
Exif IFD0
- Camera Make = Apple
- Camera Model = iPhone 3GS
- X-Resolution = 72/1 ===> 72
- Y-Resolution = 72/1 ===> 72
- X/Y-Resolution Unit = inch (2)
- Software / Firmware Version = 3.1
- Last Modified Date/Time = 2009:10:06 20:45:32
- Y/Cb/Cr Positioning (Subsampling) = centered / center of pixel array (1)
Exif Sub IFD
- Exposure Time (1 / Shutter Speed) = 1/15 second ===> 0.06667 second
- Lens F-Number / F-Stop = 14/5 ===> ƒ/2.8
- Exposure Program = normal program (2)
- ISO Speed Ratings = 165
- Exif Version = 0221
- Original Date/Time = 2009:10:06 20:45:32
- Digitization Date/Time = 2009:10:06 20:45:32
- Shutter Speed Value (APEX) = 3711/949
- Shutter Speed (Exposure Time) = 1/15.04 second
- Aperture Value (APEX) = 4281/1441
- Aperture = ƒ/2.8
- Metering Mode = spot (3)
- Flash = No flash function
- Focal Length = 77/20 mm ===> 3.85 mm
- FlashPix Version = 0100
- Colour Space = sRGB (1)
- Image Width = 800 pixels
- Image Height = 600 pixels
- Image Sensing Method = one-chip color area sensor (2)
- Exposure Mode = auto exposure (0)
- White Balance = auto (0)
- Sharpness = soft (1)
Exif GPS IFD(GPS値の一部を伏せ字に)
- GPS Latitude Reference = N
- GPS Latitude = */*,*/*,*/* [degrees, minutes, seconds] ===> *° *.*′
- GPS Longitude Reference = E
- GPS Longitude = */*,*/*,*/* [degrees, minutes, seconds] ===> *° *.*′
- Links to online mapping websites
- Google™ Maps
- Yahoo!® Maps
- MSN® Maps & Directions
- Mapquest®
- Open KML data with Google™ Earth
- Save KML data to file
- Save KML data to file and open with Google™ Earth
- GPS Time Stamp / UTC Time = 20/1,44/1,1980/100 [hours, minutes, seconds] ===> 20h 44m 19.8s
- GPS Image Direction Reference = magnetic direction
- GPS Image Direction = 17/1 degrees
MMSを通した後のExif情報:
Exif IFD0
- X-Resolution = 72/1 ===> 72
- Y-Resolution = 72/1 ===> 72
- X/Y-Resolution Unit = inch (2)
- Y/Cb/Cr Positioning (Subsampling) = centered / center of pixel array (1)
Exif Sub IFD
- Exif Version = 0221
- FlashPix Version = 0100
- Colour Space = sRGB (1)
- Image Width = 800 pixels
- Image Height = 600 pixels
元ネタ
Comments
Leave a Reply