Tagged Questions
3
votes
1answer
2k views
How to save GPS coordinates in exif data on Android?
I am writing GPS coordinates to my JPEG image, and the coordinates are correct (as demonstrated by my logcat output) but it appears that it's being corrupted somehow. Reading the exif data results in ...
2
votes
1answer
239 views
Removing GPS EXIF data with PHP
This morning I was woken up by a call from a client running a Concrete5 website, saying that any images uploaded to their website suddenly stopped working. After an hour or two of experimentation and ...
1
vote
3answers
1k views
What is the best way to geotag jpeg-images with python?
I have coordinates from some source and want to tag my jpg files with them. What is the best python library for writing geotags into exif data?
0
votes
1answer
168 views
ios write geotag into image
I need to read a jpg image (not from the imagelibrary) and write into them the exif geotag data taken from the iPhone gps
how can I do this?
thanks in advance.
Paolo
0
votes
2answers
563 views
iphone - UIImagePicker overwritting geotagging in photo - fixed in os4?
It is my understanding that currently if you use UIImagePicker to grab a photo, it passes back back a UIImage object which doesn't include any of the geotagging information. I was wondering if it's ...