タグ

2009年6月22日のブックマーク (2件)

  • tmdf.net | ActionScript3でExif

    ActionScript3からExifを参照するには、読み込んだJPEGをバイナリで解析しないといけない。でも自分でバイナリを読むスクリプトを書くのは面倒なので、誰かがすでに作ってくれたライブラリを利用させてもらいましょう。ざっと調べたところ、下記のライブラリがあるみたい。 Exif library for AS3 exif-as3 Kevin Hoyt - as3-exif as3flickrlib Exif Exiflibray for AS3 これはLoaderクラスを拡張したExifLoaderクラスを使ってJPEGファイルを読み込んで、プロパティのExifデータを取得する感じ。とても使いやすいライブラリだと思う。ただFLASH IDEだと#1110 コンパイルエラーが起きてうまくいかなかったので、FlexSDKでコンパイルしました。xmlのembedがうまく動かいていないっぽい。

  • Exif library for AS3

    This library can read and parse Exif information about a JPEG file. The Exif contains various information about the JPEG file such as the thumbnail image of the JPEG file, image resolution and so on. See http://www.exif.org/Exif2-2.PDF for details of Exif specification. Demo You can see a demo SWF in here (source code of this demo). Download You can download this library from CodeRepos by using S