EXIF

Exif

[33] Exif は、媒体メタデータの記述形式の1つです。

仕様書

[29] ExifCIPAJEITA規格となっています。 両団体から出版されていますが、技術的には同内容であるとされています。

[30] CIPAコピー不可の PDF を無償公開しています。

[31] JEITAFlash を無償公開すると共に、有料版を販売しています。

[32] 日本語版と英語版があり、日本語版が正文とされています。

構文

[34]

メモ

[1] Flickr の位置情報タグ付け機能と EXIF の位置情報 / おのひろきおんらいん http://onohiroki.cycling.jp/2006-08-30-1 (名無しさん 2006-09-01 12:59:00 +00:00)

[2] Re: [whatwg] metadata attribute for media ( (Ian Hickson 著, 版)) http://lists.w3.org/Archives/Public/public-whatwg-archive/2012Dec/0107.html

[3] iOSのSafariとChromeだけ画像のExif情報を参照して画像の向きを補正して表示してる | hideito.com ( ( 版)) http://www.hideito.com/blog/archives/432

[4] Bug 23511 – Expose EXIF data of images in <img> elements ( ( 版)) https://www.w3.org/Bugs/Public/show_bug.cgi?id=23511

[5] ipad - How can I force iOS safari to ignore EXIF rotation? - Stack Overflow ( ( 版)) http://stackoverflow.com/questions/10517293/how-can-i-force-ios-safari-to-ignore-exif-rotation

[6] Issue 56845 - chromium - EXIF orientation is ignored - An open-source project to help move the web forward. - Google Project Hosting ( ( 版)) https://code.google.com/p/chromium/issues/detail?id=56845

[7] Bug 50847 – EXIF orientation in JPEG ( ( 版)) https://bugs.webkit.org/show_bug.cgi?id=50847

[8] Bug 100191 – [chromium] [meta] Add auto-detection of image orientation from EXIF information ( ( 版)) https://bugs.webkit.org/show_bug.cgi?id=100191

[9] [whatwg] canvas drawImage and EXIF orientation metadata ( ( 版)) http://lists.whatwg.org/pipermail/whatwg-whatwg.org/2014-April/254180.html

[10] デジタルスチルカメラ用画像ファイルフォーマット規格 (Exif)Ver 2.1 (2003-10-24 16:19:35 +09:00 版) http://it.jeita.or.jp/document/publica/standard/exif/japanese/jeida49ja.htm

[11] デジタルスチルカメラ用画像ファイルフォーマット規格 (Exif)Ver 2.1 ( 版) http://it.jeita.or.jp/document/publica/standard/exif/japanese/jeida49ja.htm

[12] ( 版) http://www.clavis.ne.jp/~hre/files/Exifj.pdf

[13] Bug 23510 – <canvas>: Allow EXIF data to be passed to toBlob() ( ( 版)) https://www.w3.org/Bugs/Public/show_bug.cgi?id=23510

[14] Issue 413272 - chromium - Image (Exif) orientation not working certain cases - An open-source project to help move the web forward. - Google Project Hosting ( 版) https://code.google.com/p/chromium/issues/detail?id=413272

[19] 初心者向け! ブログに載せるデジカメ写真のExif情報について - ハート♥剛毛系 () http://salucoro.hatenablog.com/entry/2014/01/06/231105

ちなみに、TwitterとFacebookは自動で写真のExif情報は削除されます。

安心して使えますね。

が! 私がやらかした事件が!

人気写真SNS「Instagram」は、Instagram上で見る限りは写真のExif情報は見られません。しかし、Instagramで加工した写真そのものにはExif情報は残ってるんですね。なので、カメラロールにある写真をブログにアップした場合は当然そのまま載ります。

[20] 価格.com - 『撮影方向(方位)を数値で記録してくれるデジカメは?』 デジタルカメラのクチコミ掲示板 () http://bbs.kakaku.com/bbs/-/SortID=14437305/

[26] Exchangeable image file format - Wikipedia, the free encyclopedia () https://en.wikipedia.org/wiki/Exchangeable_image_file_format

[15] EXIF Tags () http://owl.phy.queensu.ca/~phil/exiftool/TagNames/EXIF.html

The table below lists all EXIF tags. Also listed are TIFF, DNG, HDP and other tags which are not part of the EXIF specification, but may co-exist with EXIF tags in some images. Tags which are part of the EXIF 2.3 specification have an underlined Tag Name in the HTML version of this documentation.

[16] Image::ExifTool - search.cpan.org () http://search.cpan.org/dist/Image-ExifTool/lib/Image/ExifTool.pod

[18] 23510 – <canvas>: Allow EXIF data to be passed to toBlob() () https://www.w3.org/Bugs/Public/show_bug.cgi?id=23510

[21] 23511 – <img>: Expose EXIF data of images in <img> elements () https://www.w3.org/Bugs/Public/show_bug.cgi?id=23511

[22] スマホでカメラ撮影した画像をcanvasに描画すると、横表示されてしまう問題 - Qiita () https://qiita.com/mo49/items/a3d61d97f1883ead333b

[23] <img> で EXIF の回転情報を考慮して表示したい () https://gist.github.com/xl1/55aa630747d7eb4fa97361baa80bab63

[24] exif-js/exif-js: JavaScript library for reading EXIF image metadata () https://github.com/exif-js/exif-js

[25] 名称文字, , http://gattin.world.coocan.jp/kanji/meisho.htm

ここの1番上の写真は、被写体の正立から時計回りに90°回転している。 EXIF の orientation が 6 で、これは画像データを時計回りに90°回転して表示するべきという意味。

このページが書かれていた当時の Webブラウザーimage-orientation: none 相当だったので、被写体正立で表示されていたのだろう。 それが今では from-image がデフォルトになったので、 被写体が寝かされて表示されてしまっている。

画像データは被写体正立なのに EXIF の orientation が 6 なのは、おかしい。画像編集で回転させたのに、 編集ソフトが orientation をそのまま残したものか?

[37] Chrome で表示すると時計回りに90°回転している。 image-orientation: none で正立する。 EXIF orientation 6

[38] 「單」か「単」か 「ひだ」を歩く~後編~ - ことばマガジン:朝日新聞デジタル, The Asahi Shimbun Company, http://www.asahi.com/special/kotoba/archive2015/photo/photo.html%3Fphoto=%252FS2007%252Fupload%252F2011070300003_15.jpg.html

[39] Firefox で表示すると反時計回りに90度回転している。 image-orientation: none で正立する。 EXIF orientation 8

[40] 【SNS】Facebook、Twitter、InstagramでExifが自動削除されるのか? - たおさんのMyanmar Life, https://taosan.org/exif-for-fb-twitter-instagram/