As like the mp3 metatags(ID3) i saw an application store information on a image jpg/png. The application is able to edit the information. The tag name is "D3FID_Comment" and "ID3FN_DESCRIPTION"
I want to read the same in actionscript 3.0 or Adobe Air. Is it possible to read the ID3 of image? and if yes is it possible to edit the ID3 information? is there any work around to achieve this?
Thanks,
Siva
this is called EXIF, not ID3. there is a number of libs for reading it, e g http://code.shichiseki.jp/as3/ExifInfo/ or http://code.google.com/p/exif-as3/ or https://github.com/tsuyosh/ExifInfo