Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.239.289 Times

Image::ExifTool::Location 0.0.1

  Date Added: June 09, 2010  |  Visits: 1.327

Image::ExifTool::Location

Report Broken Link
Printer Friendly Version


Product Homepage
Download (104 downloads)



Image::ExifTool::Location is a Perl module with easy setting, getting of an images 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: No special requirements
Platforms: Linux
Keyword: Easy Exiftool Imageexiftoollocation Images Latitude And Longitude Libraries Location Module Perl Perl Module Programming Setting
Users rating: 0/10

License: Freeware Size: 12.29 KB
USER REVIEWS
More Reviews or Write Review


IMAGE::EXIFTOOL::LOCATION RELATED
Development Tools  -  Interpolation of Latitude and Longitude within specified bounding box 1.0
In geomatic projects, it is often required to generate a regular grid containing points at pre determined intervals. Such grids could be used as a reference to georectify toposheets.This script when run asks for the bounding box of the study area...
10 KB  
Macintosh Software  -  PhotoGPSEditor 1.6
PhotoGPSEditor is an easy to use meta-data editor for photo (JPEG, RAW) files, plus it can match data from GPS (gpx or NMEA) files. The program is freeware, however, donations can be made to help support future development. With PhotoGPSEditor...
2.39 MB  
Libraries  -  Geography::NationalGrid::TW 0.03
Geography::NationalGrid::TW is a Perl module to convert Taiwan Datum (TWD67/TM2, TWD97/TM2) to/from Latitude and Longitude. SYNOPSIS You should _create_ the object using the Geography::NationalGrid factory class, but you still need to know the...
5.12 KB  
Networking  -  Geotagmapper 1.5.1
Geotagmapper adds geographical identification metadata (latitude and longitude) to the HTML header.You only have to specify your address.Installation : 1. Copy complete folder to '/wp-content/plugins/' or upload from wordpress.org 2. Activate in...
174.08 KB  
Programming  -  GeographicFormatter 1.0beta2
Written in Objective-C, the GeographicFormatter provides a Cocoa NSFormatter subclass for latitude and longitude output and input. There is also an IBPalette for integration with Interface Builder.
532.81 KB  
Science  -  jGeohash 1.0
This library is a basic implementation from the GeoHash algorithm written in the java can be used to generate from the latitude and longitude a geohash code and reverse. For more information go to (http://en.wikipedia.org/wiki/Geohash)
12.12 KB  
Database Tools  -  GeoClass 0.3.1
GeoClass helps you to handle georeferenced data (latitude and longitude values for a location). It enables the connection to databases which provide these data or you can easily create your own GeoObjects. Features are: circumference search in...
 
Database Tools  -  GeoClass for Scripts 0.3.1
GeoClass helps you to handle georeferenced data (latitude and longitude values for a location).It enables the connection to databases which provide these data or you can easily create your own GeoObjects.Features are: circumference search in...
30.72 KB  
Programming  -  Geo::Coder::US 1.00
Geo::Coder::US is a Perl module with geocode (estimate latitude and longitude) for any US address. SYNOPSIS use Geo::Coder::US; Geo::Coder::US->set_db( "geocoder.db" ); my @matches =...
30.72 KB  
Development Editors  -  Alternate Textbrowser 2.2
This program makes it easy to browse through text and html/xml files, syntax highlighting for serveral programming languages is available (C++, Pascal, PHP, Perl etc.).
895 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB