exiftime
utility to read Exif tags from a digital camera JPEG file
Install
- All systems
-
curl cmd.cat/exiftime.sh
- Debian
-
apt-get install exiftags
- Ubuntu
-
apt-get install exiftags
- Kali Linux
-
apt-get install exiftags
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install exiftags
- OS X
-
brew install exiftags
- Raspbian
-
apt-get install exiftags
- Dockerfile
- dockerfile.run/exiftime
exiftags
utility to read Exif tags from a digital camera JPEG file
The exiftags utility parses a specified JPEG file or, by default, its standard input, looking for a JPEG APP1 section containing Exif (Exchangeable Image File) data. The properties contained in these data are then printed to the standard output. Digital cameras typically add Exif data to the image files they produce, containing information about the camera and digitized image.