An open API service indexing awesome lists of open source software.

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.

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