https://github.com/neuodev/imgview
An image viewer
https://github.com/neuodev/imgview
Last synced: 3 months ago
JSON representation
An image viewer
- Host: GitHub
- URL: https://github.com/neuodev/imgview
- Owner: neuodev
- Created: 2022-08-25T06:35:44.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T07:00:47.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T07:02:45.034Z (over 1 year ago)
- Language: Rust
- Size: 4.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImgView
A simple image viewer
## Example
## 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
```