iv -- Image Viewer
A simple image viewer that can recursively display images from directories in a grid. Click on any image to display it full size. Auto-reloads images if they are changed on disk.
Supports all image formats used on the web including animated GIFs and SVG.
Uses a browser engine (chromium) to do the rendering, so its format support will always be current.
Dependencies
- python >= 3.5
- PyQt >= 5.7
- rapydscript-ng >= 0.7.9
Installation
Simply clone this repository and run it using
python3 /path/to/cloned/repository /path/to/image/directory
Controls
iv is largely keyboard controlled. The keyboard shortcuts in the two views are:
Grid View
c- Toggle the captions+- Increase thumbnail size-- Decrease thumbnail size0- Reset thumbnail size to defaultr,F5- Reload all thumbnailsj- Scroll downk- Scroll up
Single Image View
c- Toggle the information display+- Zoom in-- Zoom out0- Reset zoom to no zoomr,F5- Reload imageEsc- Go back to the grid viewSpace,Right,Down,Pagedown,j- Show next imageBackspace,Left,Up,Pageup,k- Show previous image