rmg

Rust: Tiny Manga Reader

Demo

https://github.com/rsuu/rmg/blob/main/assets/2022-06-29.mp4

Install

```bash

github

Check here: https://github.com/rsuu/rmg/releases/

cargo

cargo install rmg

git

git clone --depth 1 https://github.com/rsuu/rmg cd rmg cargo build --release ```

Usage

```bash rmg ./tests/files/1.tar

OR

rmg --size 600,600 ./tests/files/1.tar

OR

rmg --size 600,600 --config ./tests/files/config.rs ./tests/files/1.tar ```

KeyMap

|#|#| |:-|:-| k/Up | up j/Down | down h/Left | left r/Right | right q | quit

Configuration

config file: https://raw.githubusercontent.com/rsuu/rmg/main/tests/files/config.rs

WARN: You have to create the file by yourself.

Features

```bash

Add support for heic

cargo run --release -F "de_heic"

set CpuExtensions

cargo run --release -F "avx2" # for avx2 cargo run --release -F "sse41" # for sse41 ```