Category "exif"

Use PowerShell to extract GPS Latitude etc. (Properties > Details) from an image file

I am looking for a way to extract the GPS Latitude and Longitude values from a lot of .jpg files. I know that Exiftool can sort of do it, but as the values I'm

EXIF Title tag in PHP with with exif_read_data()

I have some struggles to get the "Title" tag from a JPG file with PHP. I guess I'm looking through the wrong EXIF group. I'm using following code: $exif = exif_

How to read geo location from an image file data in Javascript

How to read geolocation data from an image file (JPG, JPEG, PNG, etc) in Javascript at the moment of loading the file onto web browser but before the actual upl