[android-developers] Re: Download here library for reading/writing EXIF from your JPEG images

2012-07-30 Thread Tiersene
HI Streets of Boston. I'm trying to write an android application which allows you to read and write comments for Jpeg image. I know there is an Android API (ExifInterface) for parsing exif information but the user-comments (tag id 0x9286) field is undefined. Can I use Sanselan to get the work

[android-developers] Re: Download here library for reading/writing EXIF from your JPEG images

2009-10-03 Thread Streets Of Boston
I created an open-source project for this, under the Apache 2.0 license. You can find it here: http://code.google.com/p/sanselanandroid/ I fixed one issue. That fixes a possible out-of-memory issue when writing Exif to large JPEGs. On Sep 20, 4:34 pm, admin.androidsl...@googlemail.com

[android-developers] Re: Download here library for reading/writing EXIF from your JPEG images

2009-09-20 Thread admin.androidsl...@googlemail.com
Thanks for this - very useful and works perfectly. But it compiles to 300kb which doubles to 600kb for copy protected apps. Anyway to make a streamlined version of this app to just embed a gps location in a jpeg file? Alex On Jul 24, 2:41 am, Streets Of Boston flyingdutc...@gmail.com wrote: