Rust: Tiny Manga Reader
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/1.tar
rmg --size 600,600 ./tests/files/1.tar
rmg --size 600,600 --config ./tests/files/config.rs ./tests/files/1.tar ```
|#|#| |:-|:-| k/Up | up j/Down | down h/Left | left r/Right | 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
C:\Users\Alice\AppData\<USER>\rmg\config.rs
$HOME/Library/Application Support/rmg/config.rs
```bash
cargo run --release -F "de_heic"
cargo run --release -F "avx2" # for avx2 cargo run --release -F "sse41" # for sse41 ```