This program was done as part of an assignment for CSC207. I did it in a group with three others, and we used a school-run git server for the project. To try it out yourself, download the jar file here and open it (you must have JDK installed).
Since this was a group project, below, I've linked the code that I wrote.
- src/activities/HomeScreenViewController.java: Lines 103-241
- src/activities/BrowseImageFilesViewController.java Lines 205-248
- src/activities/BrowseImageFilesViewController.java Lines 410-644
- src/gui/ConfigureJFXControl.java Line 1-92
- src/gui/Dialogs.java
- src/gui/PrimaryStageManager.java
- src/gui/StageManager.java
Import photos by choosing a previously viewed directory, a new directory, or from Instagram or Tumblr. If you choose a directoy, photos from subdirectories are also imported.
Add a list of tags so you can use them on any imported set of photos
Browse your chosen directory and set tags to your images. The tag will be added to the image name, making the image OS-searchable.
If you have lots of images, you can use the search bar to search by image name or by regex.
Like a picture a lot? Use the button in the menu to share it with Instagram. Your photo tags will be added automatically to the caption. ...
Want to revert a change? Undo any change you've ever made, using the revision history dialog.