Exiftool
ExifTool is a customizable set of Perl modules plus a full-featuredcommand-line application for reading and writing meta information in a widevariety of files, including the maker note information of many digitalcameras by various manufacturers such as Canon, Casio, DJI, FLIR, FujiFilm,GE, 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.
i am Just Giving You a Example For testing it in Your Android Mobile Termux Application
If Playstore termux is not working then click here
Requirements:
1: Mobile Data/Wi-Fi
2: Android Mobile
3: Root Permission(Not For Every Phone)
First Go to play store and Search for Termux App And install it in your Android Mobile.
After That, open it and type these Commands Step by Step!.
Commands:
$ apt update && upgrade
$ pkg install git -y
$ pkg install exiftool
$ exiftool unnamed.jpg {Enter your image name}
Then You will Find all the information about that image
--------------------------------------------------------------
--------------------------------------------------------------
ExifTool can be downloaded from
https://exiftool.org/
RUNNING
The exiftool script can be run right away without the need to install
Image::ExifTool. For example, from within the exiftool directory you can
extract the information from one of the included test files by typing:
./exiftool t/images/ExifTool.jpg
If you move the exiftool script to a different directory, you must also
either move the contents of the lib directory or install the Image::ExifTool
package so the script can find the necessary libraries.
Note: If you are using the Windows cmd shell, you may need to rename
'exiftool' to 'exiftool.pl' to run it directly from the command line.
Alternatively, you can run exiftool with the command 'perl exiftool'.
IF YOU ARE STILL CONFUSED
The exiftool script is a command line application. You run it by typing
commands in a terminal window. The first step is to determine the name of
the directory where you downloaded the ExifTool distribution package.
Assuming, for example, you downloaded it to a folder called "Desktop" in
your home directory, then you would type the following commands in a
terminal window to extract and run ExifTool:
cd ~/Desktop
gzip -dc Image-ExifTool-12.29.tar.gz | tar -xf -
cd Image-ExifTool-12.29
./exiftool t/images/ExifTool.jpg
Note: These commands extract meta information from one of the test images.
To use one of your images instead, enter the full path name of your file in
place of "t/images/ExifTool.jpg".
INSTALLATION
You can install the Image::ExifTool package to make it available for use by
other Perl scripts by typing the following:
perl Makefile.PL
make
make test
make install
Notes:
i) You need root access for the last step above.
ii) Some Perl installations (like the standard OSX installation) may not
contain the necessary files to complete the first step above. But no
worries: You can install ExifTool manually by moving 'exiftool' and the
'lib' directory to any directory in your current PATH (ie. /usr/bin).
iii) In Windows, "dmake" or "nmake" may be used if "make" is not
available.
0 Comments