$lat = ImageInfo("EXIF_GPSLatitude","c:\temp\gps.jpg") $lon = ImageInfo("EXIF_GPSLongitude") Web URL=http://maps.google.com/maps?q=$lat+$lon |
$lat = ImageInfo("EXIF_GPSLatitude","c:\temp\gps.jpg") # Any value could be used here as we just want to force population of the ImageInfo table $status = sqlite("open","$_AppData\gsak.db3") $data = sqlite("sql","select * from ImageInfo order by property","Headings=Yes") $data = SqlToHtml($data,"Image details","y") |