https://github.com/coot/imview
A script to view images.
https://github.com/coot/imview
Last synced: about 1 year ago
JSON representation
A script to view images.
- Host: GitHub
- URL: https://github.com/coot/imview
- Owner: coot
- Created: 2013-04-12T19:42:35.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-02-27T20:59:55.000Z (over 11 years ago)
- Last Synced: 2025-01-30T12:13:14.467Z (over 1 year ago)
- Language: Python
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
imview - a python script to view images
=======================================
imview is written using the `pyglet` python library and it is a command line
tool like feh. You can open several files and go through them: click left
mouse to go forward and right mouse to go back. By default it runs in
background. If you want to prevent this add ``-D`` command line switch.
Usage
-----
Press ``j`` (or ```` or ```` or ````) to go to the
next image; Press ``k`` (or ````) to go to the previous image.
Press ``CTRL-j`` to rotate it counter clockwise and ``CTRL-k`` to rotate it
clockwise. With ``CTRL-c`` the program terminates.