This project is a simple image viewer developed for an exam at Università degli Studi di Firenze.
Software | Version |
---|---|
Python | 3.6 |
Pillow | 5.0.0 |
PyQt5 | 5.10 |
In order to launch the image viewer is sufficient to wirte on terminal:
python3 image_viewer.py
- To load an image (or multiple images) click on File -> Open (shortcut CTRL+O)
- To show an image double click on image thumbnail
- To rotate an open image click on Modify -> Rotate -> 90° clockwise (or 90° counterclockwise) (CTRL+R or CTRL+A)
- To show the EXIF tags select an image from the list and click on View -> Exif (shortcut CTRL+E)