
$exifTool-> SetNewValue(Author => 'Phil Harvey') See ImageInfo for a more detailed description of theĪnd the technique for writing meta information is equally simple: Simplified example which prints out this information: The $info value returned by ImageInfo in the aboveĮxamples is a reference to a hash containing the tag/value pairs. The object-oriented method allows more flexibility, but is slightly moreĬomplicated. My $info = $exifTool-> ImageInfo('image.jpg') Or in a more object-oriented fashion, by creating an ExifTool object: The ExifTool module may be used by simply calling the The following sections of this document give examples of how to use Image::ExifTool,Īnd explain the following individual functions in more detail:

Write meta information in a wide variety of image, audio and video files. The Image::ExifTool library provides an extensible set of Perl modules to read and

Image::ExifTool The Image::ExifTool Perl Library Module Description
