Skip to main content

Posts

Showing posts from September, 2018

Install exiftool in termux

First download the exiftool from here  : https://www.sno.phy.queensu.ca/~phil/exiftool/index.html and Execute the following commands: gzip -dc Image-ExifTool-11.10.tar.gz | tar -xf - mv Image-ExifTool-11.10 $HOME/ cd $HOME/Image-ExifTool-11.10/ perl Makefile.PL make install For help on exiftool $ man exiftool or visit this https://www.sno.phy.queensu.ca/~phil/exiftool/index.html