Image::ExifTool::Location

Image::ExifTool::Location is a Perl module with easy setting, getting of an image's location information.
Download

Image::ExifTool::Location Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Andy Armstrong
  • Publisher web site:
  • http://search.cpan.org/~andya/

Image::ExifTool::Location Tags


Image::ExifTool::Location Description

Image::ExifTool::Location is a Perl module with easy setting, getting of an image's location information. Image::ExifTool::Location is a Perl module with easy setting, getting of an image's location information.SYNOPSIS use Image::ExifTool; use Image::ExifTool::Location; my $exif = Image::ExifTool->new(); # Extract info from existing image $exif->ExtractInfo($src); # Set location $exif->SetLocation(54.787515, -2.341355); # Set elevation $exif->SetElevation(515); # Write new image $exif->WriteInfo($src, $dst);Image::ExifTool is a versatile module for reading and writing EXIF data in a number of image formats. This module extends its interface adding methods that simplify the reading and writing of GPS location information.Without this module the interface for working with GPS location information is cryptic. To store latitude and longitude a total of four EXIF values are used - two to store the latitude and longitude in degrees, minutes and seconds format and two to store the hemisphere (north / south, east / west).This module replaces that cryptic interface with simple calls (GetLocation and SetLocation) that take care of encoding and decoding the latitude and longitude values correctly. Requirements: · Perl


Image::ExifTool::Location Related Software