enricivi / image_viewer

A simple image viewer capable of showing EXIF tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ImageViewer

This project is a simple image viewer developed for an exam at Università degli Studi di Firenze.

Requirements

Software Version
Python 3.6
Pillow 5.0.0
PyQt5 5.10

Launch the applications

In order to launch the image viewer is sufficient to wirte on terminal:

python3 image_viewer.py

Usage

  • 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)

Preview

alt text alt text EXIF tag view GPS tag view

About

A simple image viewer capable of showing EXIF tags

License:MIT License


Languages

Language:Python 100.0%