Java Program for organizing pictures depending on the date the picture was taken. The library metadata-extractor is used for reading exif data from each image. The program move the images into a new directory corresponding to the year/month it was taken.
- Images that don't have any date information on it's exif-data will be moved into a directory named 'unknown'
- Program will read and organize pictures inside directories.
- PS: back up images before using program
- Method for reading exif-data from images
- Method for organizing images
- Method for creating directories and relocating images
- Polish code
- GUI for the program
- Arrange pictures by month too
- Rename pictures and name them by its relative order inside each directory
- GUI option for choosing subDirLevel
