iPhotoGeo
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:This Perl scripts exports the GPS localization set by "Places" in iPhoto to the EXIF tags stored inside your photo file.
h1. 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.

h2. 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//Pictures/iPhoto Library)
h2. 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":http://www.macports.org h2. License This program is licensed under the "GPL v.3":http://www.gnu.org/licenses/ license. See previous link or @gpl-3.0.texi@ for further details.

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。