Program for viewing QOI images.
To view a QOI file (*.qoi
)
sh
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.
sh
cargo install jqoiview