Sangoro
A Ruby program to change the exif creation time stamp of JPEGs or PNGs.
Installation
To use the Sangoro tool you require:
-
ruby
(v>=2.3.3) - RubyGems package manager
-
fastimage
-
fileutils
-
gtk3
mini_exiftool
On Mac you might need the exiftool installed. I recommend installing it using the Brew package manager:
brew install exiftool
Get the Sangoro tool by typing gem install sangoro
in your command line. This will install the sangoro gem as well as the gems mentined above.
Now you can just run sangoro
in your command line.
Usage
- Select a JPEG/PNG file by clicking on "Select image"
- You will see the file name and the creation date & time on the right side, if available.
- Now you can specify by how many hours, minutes and/or seconds you want the time stamp to move. You also need to choose whether to move the timestamp forward or back.
- If you want to apply this change to all images in the folder, check the box below.
- Click "Apply".
- You are done. The exif creation timestamp of the selected image(s) was adjusted as specified.
Remarks
If you have any remarks, bugs, questions etc. please tell me, I'd be happy to help.