Page 1 of 1

Image Meta-data EXIF

Posted: Tue May 05, 2015 4:52 pm
by Mike6979865

Hi,

My images are saved in a collection in the database as Image 64 string. It is being displayed properly. For example, you click on take picture, and the image gets saved as a base 64 in a collection, and it get displayed properly. I then right click on the image and save it on my computer. I have an exif viewer. It's giving me the creation data of the image as the time I saved the image on my computer. How do I read the exif data from my image(i.e photo time stamp, gps, and so forth...) Is that possible?


Image Meta-data EXIF

Posted: Wed May 06, 2015 7:14 am
by Evgene Karachevtsev

Hello Mike,

Please look at this link, hope it will be useful for you:
https://getsatisfaction.com/apperyio/...


Image Meta-data EXIF

Posted: Wed May 06, 2015 9:28 pm
by Mike6979865

Hi Evegene,

I check the link, but it doesn't give me the steps or any idea on how to implement that. Any ideas?


Image Meta-data EXIF

Posted: Mon May 11, 2015 2:50 am
by Yurii Orishchuk

Hi Mike,

Unfortunatly we don't have such example. But you need to:

So only way at this time to implement it yourself.

Please read more about how it could be implemented on client side:

http://code.flickr.net/2012/06/01/par...

Regards.