I´m making a magic App in which I need to save a canvas image in the phone but with a back date, for example 10 days ago, so when opens the gallery it´s seems like it was taken days ago.
I know there is some metadata extension there, but not say nothing about changing the date of the picture, and couldn´t find anything related or similar.
if someone can help me will be really appreciated.
it looks like there currently is no extension available, which can edit image metadata…
you always can search the extensions directory yourself… http://puravidaapps.com/extensions.php
I did a Stackoverflow search and found this snippet for you
you could write your own extension and create the functionality yourself…
more information about how to create an extension see the App Inventor Extensions document
however that will be more advanced and will require some Java skills…
Taifun
PS: I merged your 2 threads… please do not spam the community… thank you…
The one you send me is the Metadata extension, the one I told is the Exif extension, which descriptions says “This extension enables you to for read and write Exif tags in a JPEG file or a RAW image file.”