Android Question Edit JPG and add text with time stamp or when using camera show date of photo on picture?

eduardo74

Member
Licensed User
Longtime User
Is possible to add text into JPG taken by internal camera?

I would like to add some text on every picture, taken by android application.

Thanks in advance!
 

BillMeyer

Well-Known Member
Licensed User
Longtime User
Look at this post here

I would use a canvas, place my image there with a text field on the canvas with my information in it and then save all that as a bitmap. The link above is a bit lengthy but you will get the picture (no pun intended). Also as @eps says - EXIF is another way, but you are still going to need a way to display that information on the image.
 
Upvote 0
Top