


Reads and writes meta information in a wide variety of files, including the maker notes of many digital cameras by various manufacturers such as Canon, Casio, DJI, FLIR, FujiFilm, GE, GoPro, HP, JVC/Victor, Kodak, Leaf, Minolta/Konica-Minolta, Nikon, Nintendo, Olympus/Epson, Panasonic/Leica, Pentax/Asahi, Phase One, Reconyx, Ricoh, Samsung, Sanyo, Sigma/Foveon and Sony.īelow is a list of file types and meta information formats currently supported by ExifTool (r = read, w = write, c = create): File Types $success = $exifTool->WriteInfo($srcfile, $dstfile) $group = $exifTool->GetGroup($tag, $family) # Get the group name associated with this tag $description = $exifTool->GetDescription($tag) $value = $exifTool->GetValue($tag, $type) # Get list of tags in the order they were found in the = $exifTool->GetFoundTags('File') $exifTool->ExtractInfo($file, \%options) # Get hash of meta information tag names/values from an image

Image::ExifTool - Read and write meta information SYNOPSIS use Image::ExifTool qw(:Public)
