Overview
Two photo viewers: one written in Java whereas the other one written in JavaFX.Project nature: Individual (hobby project)
Year: 2015
Functionalities:
1. Opening JPG, PNG and BMP image files with drag and drop gesture
2. Moving the image with left mouse drags or the WASD keys
3. Zooming in/out with right mouse drags or the up/down arrow keys
4. Navigating to the file directory of the image and highlighting the image file with middle mouse clicks or the Enter key
5. Jumping to previous/next image with mouse wheel scrolls or the left/right arrow keys
6. Deleting the image to the Recycle Bin with the Delete key
* Bilinear sampling is used when opening and resizing the image
** For the JavaFX version, drag and drop gesture is disabled after an image is opened
Screenshots