image_sorting/README.md

21 lines
694 B
Markdown
Raw Normal View History

2024-05-01 08:00:28 +00:00
# image_sorting
2024-05-01 08:05:08 +00:00
A collection of simple helpers to make sorting of large amounts of images easier.
2024-05-01 08:05:08 +00:00
## Disclaimer
Be careful! Some of the scripts in here do changes that are irrevertible. Make sure to keep a backup unless you know EXACTLY what you're doing (and what the script you're using does!).
## Scripts
- `mtime2exifcreatedate.sh`: iterates over all files in a directory (every!) and (over-)writes the EXIF `CreateDate` tag to the modification time of the file
- `modify_mtime.py`: changes the modify date (mtime) of all files of the cwd by a given amount of time
## LICENSE
This accumulation of helper scripts is licensed under the [GNU General Public License 3](LICENSE.txt).