开发者

Creating a JPEG and writing its EXIF data in Flex

I am creating an application that takes a user's hand signature, inp开发者_如何学编程ut on the Blackberry playbook. When the JPEG is created, I would like to add Exif data such as the date/time to the JPEG. Does anyone know how to do this, or if it is possible?

Thanks

Phil


I couldn't find anything online about writing exif data, but I did find this interesting article on reading exif data. It mentions what bytes does what. I suggest you take that library to create something to write exif data. Seems fairly simple, just need to set the proper tags in the ByteArray, append the image byte array between 2 tags and write to the file.


i found two libries

As3 seems to be writing it to xml, but flash builder does not take in import com.adobe.xmp.*;

Metaphile

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜