metadata extraction using ExifTool on ubuntu 17.04

Опубликовано: 22 Март 2026
на канале: Tech Ind
4,967
39

ExifTool is a free and open-source software program for reading, writing, and manipulating image, audio, video, and PDF metadata. It is platform independent, available as both a Perl library (Image::ExifTool) and command-line application. ExifTool is commonly incorporated into different types of digital workflows and supports many types of metadata including Exif, IPTC, XMP, JFIF, GeoTIFF, ICC Profile, Photoshop IRB, FlashPix, AFCP and ID3, as well as the manufacturer-specific metadata formats of many digital cameras.
source:-https://en.wikipedia.org/wiki/ExifTool
--------------------------------------------------------------------------------------------------
command:-
sudo apt-get install libimage-exiftool-perl
--------------------------------------------------------------------------------------------------