On the iPhone - if you set Location Services to NEVER for the Camera app, there will be no coordinates stored in any photo. Same for any other app that can take a photo if you set the location services to NEVER for that app.
If you upload images to IMGUR the EXIF and other metadata is stripped. Many other photo hosts also strip it but you should always verify yourself before choosing your photo host.
If you have a PC you can use EXIV2 to remove the data.
Command to use is:
or
etc....
If you want to view the EXIF and other metadata for a photo:
If you upload images to IMGUR the EXIF and other metadata is stripped. Many other photo hosts also strip it but you should always verify yourself before choosing your photo host.
If you have a PC you can use EXIV2 to remove the data.
Command to use is:
exiv2 -da img_xxx.jpg
or
exiv2 -da *.jpg
etc....
If you want to view the EXIF and other metadata for a photo:
exiv2 -pa img_xxx.jpg


Comment