Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdrussell/imagesorter
Sorts images into directories based on the EXIF date taken if available. Failing that, uses the file name instead. Failing that, uses the system last modified dates instead.
https://github.com/cdrussell/imagesorter
Last synced: about 2 months ago
JSON representation
Sorts images into directories based on the EXIF date taken if available. Failing that, uses the file name instead. Failing that, uses the system last modified dates instead.
- Host: GitHub
- URL: https://github.com/cdrussell/imagesorter
- Owner: CDRussell
- License: mit
- Created: 2014-03-27T22:32:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T22:46:21.000Z (almost 11 years ago)
- Last Synced: 2023-03-23T07:57:58.661Z (almost 2 years ago)
- Language: Java
- Homepage:
- Size: 578 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
ImageSorter
===========NOT YET READY FOR PUBLIC CONSUMPTION!! USE AT YOUR OWN RISK!
Sorts images into directories based on the EXIF date taken if available.
Failing that, uses the date if it is in the filename (yyyy-MM-dd format only at the moment).
Failing that, uses the system last modified date instead.Setup your input directory (where your loose, unstructured images live) and the output directory in the config.properties file.
Check out the wiki for a fuller "getting started" guide.