https://github.com/fromkk/getexif
Get exif information from JPEG image on macOS
https://github.com/fromkk/getexif
Last synced: about 1 year ago
JSON representation
Get exif information from JPEG image on macOS
- Host: GitHub
- URL: https://github.com/fromkk/getexif
- Owner: fromkk
- License: mit
- Created: 2023-09-29T12:10:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-29T12:19:26.000Z (over 2 years ago)
- Last Synced: 2025-02-03T14:26:54.547Z (over 1 year ago)
- Language: Swift
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GetExif
This is CLI application for get exif information from JPEG image on macOS.
## Install
```sh
git clone https://github.com/fromkk/GetExif.git
cd ./GetExif
swift build
```
## Usage
```sh
.build/arm64-apple-macosx/debug/GetExif ${YOUR_JPEG_FILE_PATH}
```
You can get information like this.
```
DC-S5M2 Panasonic
28 - 70mm F2.8 DG DN | Contemporary 021
70mm f/5.6 1/100s ISO100
```