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.
- python >= 3.5
- PyQt >= 5.7
- rapydscript-ng >= 0.7.9
Simply clone this repository and run it using
python3 /path/to/cloned/repository /path/to/image/directory
iv
is largely keyboard controlled. The keyboard shortcuts in the two views are:
c
- Toggle the captions+
- Increase thumbnail size-
- Decrease thumbnail size0
- Reset thumbnail size to defaultr
,F5
- Reload all thumbnailsj
- Scroll downk
- Scroll up
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