jbmorley / timestamp

Render an analog clock showing the EXIF timestamp into an image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timestamp

Objective-C utility to render an analog clock showing the EXIF timestamp into an image.

Examples

Large Clock

Usage

usage: timestamp [-radius RADIUS] [-centerX CENTERX] [-centerY CENTERY] image1 [image2 ...]

Render an analog clock showing the EXIF timestamp into an image.

Output files will have '-timestamp' appended to the filename and will JPEG
formatted.

optional arguments:
 -radius RADIUS       Radius of the clock
 -centerX CENTERX     The x-coordinate of the center of the clock
 -centerY CENTERY     The y-coordinate of the center of the clock

Building

From the root of the project:

./scripts/build.sh

The resulting binary will be located in build/Release/timestamp and the tar.gz will be located in build/timestamp.tar.gz.

Limitations

  • Meta-data is not transferred to the new file.
  • Only supports saving to JPEG.

About

Render an analog clock showing the EXIF timestamp into an image

License:MIT License


Languages

Language:Objective-C 75.3%Language:Roff 23.4%Language:Shell 1.3%