KO
|
EN
gitlite — search
Search
#javascript
#css
#game
#nodejs
#python
#library
#animation
#dotnet
#typescript
#java
#golang
#epub
iv
★ 43
Open GitHub ↗
A simple image browser
Download README (.md)
Explore Similar Repositories
midiflip
:
🎹 MIDI music mayhem - flip, transpose, and arbitrarily remap pitches in MIDI files
variational-autoencoder
:
PyTorch implementation of "Auto-Encoding Variational Bayes"
CarND-Behavioral-Cloning-Project
:
My solution to the Udacity Self-Driving Car Engineer Nanodegree behavioral cloning project.
HbaseAPI
:
基于Java,封装了hbase的底层api,提供了基于注解的ORM支持,只需定义实体类对象,即可完成对hbase的各种操作。同时对List、Set、Map等复杂数据类型提供了支持
Tzara---A-Personal-Assistant
:
A highly customisable Intelligent Personal Assistant
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
iv
?
Download (.md)
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 size * `0` - Reset thumbnail size to default * `r`, `F5` - Reload all thumbnails * `j` - Scroll down * `k` - Scroll up Single Image View ------------------- * `c` - Toggle the information display * `+` - Zoom in * `-` - Zoom out * `0` - Reset zoom to no zoom * `r`, `F5` - Reload image * `Esc` - Go back to the grid view * `Space`, `Right`, `Down`, `Pagedown`, `j` - Show next image * `Backspace`, `Left`, `Up`, `Pageup`, `k` - Show previous image