An open API service indexing awesome lists of open source software.

https://github.com/neuodev/imgview

An image viewer
https://github.com/neuodev/imgview

Last synced: 3 months ago
JSON representation

An image viewer

Awesome Lists containing this project

README

          

# ImgView

A simple image viewer


ImgView

## Example


ImgView

## Run

```bash
$ cargo build --relase
```

```bash
$ imgview -h
imgview 0.1.0
Ahmed Ibrahim
An image viewer

USAGE:
imgview.exe [OPTIONS]

OPTIONS:
-h, --help Print help information
-i, --image Image path [default: grades.png]
-V, --version Print version information
(base)
```

```bash
imgvew -i example.png
```