Crates.io | jqoiview |
lib.rs | jqoiview |
version | 0.5.2 |
source | src |
created_at | 2023-06-10 03:25:16.130294 |
updated_at | 2023-06-12 03:41:13.979421 |
description | A simple QOI image format viewer |
homepage | |
repository | https://github.com/Jasper-Ty/jqoiview/ |
max_upload_size | |
id | 886687 |
size | 14,599 |
Program for viewing QOI images.
To view a QOI file (*.qoi
)
jqoiview <file>
To quit, press Q
or Escape
.
Use the arrow keys or hjkl
(vim-style) to scroll up/down/left/right.
To zoom in and out, use +
/i
and -
/o
respectively.
Requires SDL2
cargo install jqoiview