https://github.com/zx2c4/clockphoto
Read-only mirror of https://git.zx2c4.com/clockphoto/about . Pull requests and issues on GitHub cannot be accepted and will be automatically closed.
https://github.com/zx2c4/clockphoto
Last synced: 3 months ago
JSON representation
Read-only mirror of https://git.zx2c4.com/clockphoto/about . Pull requests and issues on GitHub cannot be accepted and will be automatically closed.
- Host: GitHub
- URL: https://github.com/zx2c4/clockphoto
- Owner: zx2c4
- Created: 2017-02-15T00:33:30.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T18:52:38.000Z (almost 6 years ago)
- Last Synced: 2025-01-13T02:48:41.879Z (4 months ago)
- Language: C++
- Size: 698 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Clockphoto
##### by [Jason A. Donenfeld](mailto:[email protected]) of [zx2c4.com](https://www.zx2c4.com/)Clockphoto adjusts a directory of photographs based on an image of a clock.
$ clockphoto ./clock-photo.jpg /path/to/images
This will open a window asking you to enter the correct date and time of the clock photo. It then calculates the difference between what you entered and the EXIF timestamp of the photo, and adjusts all photos in the directory of photos by that difference.
If the image directory is unspecified, it is implicitly the enclosing directory of the clock photo.
### Building
This requires `exiv2` and `qt5`.
$ qmake
$ make
$ ./clockphoto CLOCK_PHOTO [IMAGE_DIRECTORY]### Demo
![]()