Project
Reverse Dependencies for mini_exiftool
The projects listed here declare mini_exiftool as a runtime or development dependency
0.0
A crude script to turn a video captured using Quicktime's Record Screen function and turn it into a gif.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Utility that scans a given location for media files and,
based on Exif information and a set of rules copies the files over to
another location.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Activity
0.0
Generates a thumbnail for carrierwave uploaded videos.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Import/rename photos & videos from one directory to another.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Simple image processing and storage
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Rename JPG images in a directory based on the date in the file's mtime field. By default the target file names are in the same format as those created by Android devices.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
A bundle of small CLI tools for arranging, renaming, tagging of the photo and video files. Helps to keep your photo-video assets in order.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
Forked and modified photo gallery engine from Martin Markech designed for integration with Refinery CMS.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
0.0
# Sangoro
A Ruby program to change the exif creation time stamp of JPEGs or PNGs.<br>
# Installation
To use the Sangoro tool you require:
<ul>
<li> <a href="https://www.ruby-lang.org/en/downloads/"><code>ruby</code></a> (v>=2.3.3)
</ul>
as well as the following Ruby gems:
<ul>
<li><code>fastimage</code>
<li><code>fileutils</code>
<li><code>gtk3</code>
<li><code>mini_exiftool</code></li>
</ul>
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
1. Select a JPEG/PNG file by clicking on "Select image"
2. You will see the file name and the creation date & time on the right side, if available.
3. 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.
4. If you want to apply this change to all images in the folder, check the box below.
5. Click "Apply".
6. 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.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024