Rust: Tiny Manga/Image Viewer
https://github.com/rsuu/rmg/blob/main/assets/2022-06-29.mp4
```bash
Check here: https://github.com/rsuu/rmg/releases/
cargo install rmg
git clone --depth 1 https://github.com/rsuu/rmg cd rmg cargo build --release ```
```bash rmg ./tests/files/img.tar
rmg --size 600,600 ./tests/files/img.tar
rmg --size 600,600 --config ./tests/files/config.rs ./tests/files/img.tar ```
|Key| | |:-|:-| k/Up | move up j/Down | move down h/Left | move left r/Right | move right q | quit
config file: https://raw.githubusercontent.com/rsuu/rmg/main/tests/files/config.rs
WARN:
You have to create the file by yourself.
$HOME/.config/rmg/config.rs
$HOME/Library/Application Support/rmg/config.rs
C:\Users\<USER>\AppData\<USER>\rmg\config.rs
| Format | Supported | Default |Dependency |:-|:-|:-|:-| .jpg |✅ | ✅| .png|✅| ✅| .heic / .avif|🔬|❌|libheif .gif|🔬|✅| .aseprite|🔬|❌|
| Format | Supported | Default |Dependency |:-|:-|:-|:-| .tar |✅ | ✅| tar .zip / .cbz |✅ | ✅| zip
```bash
cargo run --release -F "de_heic"
cargo run --release -F "deheic" -F "dease"
cargo run --release -F "avx2" # for avx2 cargo run --release -F "sse41" # for sse41 ```
Licensed under either of Apache License, Version 2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.