Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Java Program to organize pictures depending on the date the picture was taken. Information comes from the metadata from the pictures.

License

Notifications You must be signed in to change notification settings

Pipoderoso/PicsOrganizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PicsOrganizer

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.

UI Idea

Info

  • 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

Progress

  • Method for reading exif-data from images
  • Method for organizing images
  • Method for creating directories and relocating images
  • Polish code
  • GUI for the program
(Optional)
  • Arrange pictures by month too
  • Rename pictures and name them by its relative order inside each directory
  • GUI option for choosing subDirLevel
Issues

About

Java Program to organize pictures depending on the date the picture was taken. Information comes from the metadata from the pictures.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages