iview is a command line app for viewing images using open_cv.
$ pip install image_viewer
$ git clone https://github.com/John-Lee-Cooper/image-viewer
$ cd image-viewer
$ python setup.py install
$ iview --version
$ iview --help
$ iview -r ~/Pictures
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.
- Pan/zoom via keypad
- Config dynamic singleton
- Requirements linux vs mac
- Display image name, size, location, date taken
- Crop
- Transition
John Lee Cooper
john.lee.cooper@gatech.edu