Trace details information of image using by Termux

 In this post we will learn how do to know about of full information of image.

There are three steps follow to you for that.

First Step:

First download Termux . 

Termux



Second Step

After downloaded termux apk. we need to install exiftool package for this we can write some below code.

code is: pkg install exiftool 

Code


after write that code press enter button and just installing package like this below image.

install exiftool

Third Step

Now capture any image by your android phone or other and move this image into DCIM folder.

dcim

You can see my path of my image like below picture.

myimage

Name of my image is myimg.jpg 


Third Step

Now open termux again and write some code for permission to your directory or storage of your mobile.

code is: termux-setup-storage after write this code press enter and write this code cd storage/dcim


Termux





Fourth Step

Now write this code for know information to that image

exiftool myimg.jpg

information image


Now press enter.

Full information




Comments