image-viewer

iview is a command line app for viewing images using open_cv.


Keywords
open, cv, click, opencv
License
GPL-2.0+
Install
pip install image-viewer==0.0.2

Documentation

iview Image Viewer

A command line app for viewing images.

How it works

Installation

Using Pip

  $ pip install iview  (Not yet available)

Manual

  $ git clone https://github.com/John-Lee-Cooper/image_viewer
  $ cd image_viewer
  $ python setup.py install

Usage

$ iview --version
$ iview --help
$ iview -r ~/Pictures

iview iview

User Interface

Key Result
SPACE Go to the next image
BACKSPACE Go to the previous image
DELETE Delete the current image
ENTER Toggle full screen
ESCAPE Exit
other Help screen

Holding the left mouse button down and moving the mouse will pan the image.
Rolling the mouse wheel up and down will zoom out and in where the mouse is.

Todo

  • Display image name, size, location, date taken
  • Transition
  • Crop

Written by

John Lee Cooper
john.lee.cooper@gatech.edu