Re: [Flashcoders] Re: How to add meta data in image through AIR/ AS3.0?

2008-11-18 Thread Juan Delgado
Hi there, Don't think it supports what you need yet, but might be a good starting point: http://www.bytearray.org/?p=90 On Tue, Nov 18, 2008 at 12:54 AM, [EMAIL PROTECTED] wrote: Hi All, Just to rephrase my question again. Basically when we resize any image its lost its meta data, so in

Re: [Flashcoders] Re: How to add meta data in image through AIR/ AS3.0?

2008-11-18 Thread Sidney de Koning
Hi Deepak, There is a really good AS3 Metadata project on Google called metaphile you can check out, http://code.google.com/p/metaphile/ and for image files i recommend this post as a good starting point: http://blog.modp.com/2007/08/adding-metadata-to-actionscript-3-png.html Happy coding

[Flashcoders] Re: How to add meta data in image through AIR/ AS3.0?

2008-11-17 Thread deepaksahu . flash
Hi All, Just to rephrase my question again. Basically when we resize any image its lost its meta data, so in my case i want to preserver those data even after resizing, and this require extraction of the meta data from original image and writing back these data after resize. But