mattersger.blogg.se

Ubuntu install exiftool
Ubuntu install exiftool










ubuntu install exiftool

  • Datemodify specifies the modification date and time of the original image T19:33:00+00:00.
  • Datecreate specifies the creation date and time of the original image T19:33:00+00:00.
  • Modify Date specifies the date the image modifies in original which is 2018:12:25 19:33:00.
  • Background Color specifies the RGB representation which is 255 255 255.
  • Compression specifies the compression type of the given image which is Deflate/Inflate in this example.
  • ColorType specifies the color representation which is RGB with Alpha in this case.
  • Bit Depth specifies the pixel bit or quality which is 8 bit in this example.
  • Image Height specifies the height pixel count of the given image which is 354 in this case.
  • Image Width specifies the width pixel count of the given image which is 300 in this case.
  • MIME Type specifies the mime code of the file which is image/ng in this example.
  • File Type Extension specifies the extension of the file which is png in this example.
  • File Type specifies the type of the file which is PNG in this case.
  • File Permissions specifies current user, group and other permissions of the file which is rw-rw-r.
  • ubuntu install exiftool

    FileInode Change Date/Time specifies the Inode or disk change date and time which is 2019:03:13 05:45:32-07:00.File Access Date/Time specifies the access date and time which is 2019:03:13 05:45:32-07:00.File Modification Date/Time specifies the modification date and time which is 2019:03:13 05:45:32-07:00.File Size specifies the size of the given file which is 37 kB.Directory specifies the path which is the current working directory.File Name specifies the name of the file which is Tux.png.ExifTool Version Number specifies the version of the tool which is 11.10.As we can see this is a png file which is an image format.Īs we can see there are a lot of metadata from a simple png file. In this example, we will list all metadata of Tux.png. We can list all metadata by providing the file we want to inspect. We just need to extract the file with WinZip, 7zip, WinRAR etc. This zip file provides a single executable file without any installation. We can download the exiftool for Windows operating systems from the following URL. $ sudo dnf install perl-Image-ExifTool.noarch Ubuntu, Debian, Mint, Kali Fedora, CentOS, RedHatĮxiftool is provided with the package name perl-Image-ExifTool.noarch. $ sudo apt install libimage-exiftool-perl So we will install with apt command like below. Ubuntu, Debian, Mint, KaliĮxiftool is provided from the package named libimage-exiftool-perl.

    ubuntu install exiftool

    InstallĮxiftool supports most of the operating systems like Windows, Ubuntu, Fedora etc. Metadata information can be GPS coordinates, tags, creation time, edit time, device name etc. Exiftool is a platform independent command line and GUI application for reading, writing and editing meta information of images and media files.












    Ubuntu install exiftool