Code Monkey home page Code Monkey logo

image-exif-viewer's Introduction

Image + EXIF Viewer

Image + EXIF Viewer developed with PyQt5.

The project demonstrates the use of the Model-View-Presenter pattern and signal/slot feature of PyQt. Components can alter the models, and changes are signaled back to the components to update the views.

Features

  • Visualization of images: the GUI can open one or multiple images and the user can navigate through the images with keyboard left/right arrows.
  • GUI rescaling: the GUI is initially displayed with a maximum dimension of 512 pixels if the image is larger. Rescaling the GUI also rescales the image appropriately, maintaining proportions.
  • Image rotation: displayed image can be rotated in 90° increments via action buttons or keyboard shortcuts.
  • EXIF viewer: image EXIF tags can be visualized in a dialog window. If GPS coordinates are present in the image, a link is provided to open the location in Google Maps.

Keyboard shortcuts are listed next to the respective command.

Install

Clone the repo

> git clone https://github.com/marcodiri/image-exif-viewer.git

Install inside a virtual environment

> cd image-exif-viewer
> pip install .

Run the program

> python src/main.py

Or to open images directly

> python src/main.py /path/to/image.jpg /path/to/other/image.png

image-exif-viewer's People

Contributors

marcodiri avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.