Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Libraries

    Image::ExifTool 7.67

    Download button

    No screenshots available
    Downloads: 630  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.0/5)
    11 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Phil Harvey | More programs
    Perl Artistic License / FREE
    March 13th, 2009, 03:21 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    Image::ExifTool description

    Can read and write meta information.

    Image::ExifTool is a Perl module that can read and write meta information.

    SYNOPSIS

    use Image::ExifTool 'ImageInfo';

    # ---- Simple procedural usage ----

    # Get hash of meta information tag names/values from an image
    $info = ImageInfo('a.jpg');

    # ---- Object-oriented usage ----

    # Create a new Image::ExifTool object
    $exifTool = new Image::ExifTool;

    # Extract meta information from an image
    $exifTool->ExtractInfo($file, %options);

    # Get list of tags in the order they were found in the file
    @tagList = $exifTool->GetFoundTags('File');

    # Get the value of a specified tag
    $value = $exifTool->GetValue($tag, $type);

    # Get a tag description
    $description = $exifTool->GetDescription($tag);

    # Get the group name associated with this tag
    $group = $exifTool->GetGroup($tag, $family);

    # Set a new value for a tag
    $exifTool->SetNewValue($tag, $newValue);

    # Write new meta information to a file
    $success = $exifTool->WriteInfo($srcfile, $dstfile);

    # ...plus a host of other useful methods...

    ExifTool provides an extensible set of perl modules to read and write meta information in image, audio and video files, including the maker note information of many digital cameras by various manufacturers such as Canon, Casio, FujiFilm, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Ricoh, Sanyo and Sigma/Foveon.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    read meta information | write meta information | Perl module | Image::ExifTool | read | write

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM