/iPhotoGeo

This Perl scripts exports the GPS localization set by "Places" in iPhoto to the EXIF tags stored inside your photo file.

Primary LanguagePerl

iPhotoGeo

This Perl scripts exports the GPS localization set by Places in iPhoto to the EXIF tags stored inside your photo file.

You can then use the GPS position of your photo file in any application, including exports to to Flickr for instance.

Usage

iPhotoGeo.pl [-h|--help] [-v|--verbose] [--version] [--library|-l library_path]

    --help, -h          : Print this help, then exit
    --version           : Print the script version, then exit
    --verbose, -v       : Enable user information output to STDOUT

    --library, -l       : Path to the iPhoto library to parse.
                          (Default: /Users/<USERNAME>/Pictures/iPhoto Library)

Requirements

The following Perl packages are required:

  • Image::ExifTool
  • Mac::PropertyList::XS
  • Data::Dumper
  • Getopt::Long

They can be installed either by using cpan or package management tools,
such as MacPorts

License

This program is licensed under the GPL v.3 license. See previous link or gpl-3.0.texi for further details.