Android Question Read/write to EXIF User Comment tag?

tunderin

Member
Licensed User
Longtime User
Hi,

I've been searching for ways to add my own metadata to jpg images.

I have looked at the JpegUtils library which includes an ExifData object but it seems predicated on the Android ExiifInterface class which is a very limited implementation of the Exif standard and is not ideal for my purposes.

Has anybody successfully used B4A to write to the User Comment tag?


Thanks for any help...
 
Last edited:

DonManfred

Expert
Licensed User
Longtime User
Upvote 0

ferya

Member
Licensed User
Longtime User
HI,
Thank you for your reply.
I used that lib and success for reading and writing some tags but the problem is I need to write and read ImageDescription that cant.
I have some apps that can read and write ImageDescription.
 
Upvote 0

tunderin

Member
Licensed User
Longtime User
I have been watching for an update to ExifInterface but nothing so far...
 
Upvote 0
Top