#sudo apt-get install imagemagickInstall imagemagic and it`s tool identyfi. Go to terminal and type
identify -verbose /home/user/image/2000-01-01-0001.jpgwill print all data from that file
identify -verbose /home/user/image/2000-01-01-0001.jpg | grep "exif:"will print all exif data from that file Using exiftool First install exif tools
#sudo apt-get install exiftoolthen run in terminal
exiftool -a /home/user/image/2000-01-01-0001.jpg | grep "Image Width"or man exiftool
More usefull exiftool
Brak komentarzy:
Prześlij komentarz
thanks