dlrs/README.md

26 lines
675 B
Markdown
Raw Normal View History

2023-06-02 21:22:13 +02:00
<p align="center">
<span><img src="docs/ferris.png" width="400"></span>
2022-06-06 15:55:33 +02:00
</p>
2024-10-01 22:10:12 +02:00
## DLRS
<p align="center">
<span><img src="docs/dlrs.gif"></span>
</p>
## Usage
2022-06-06 15:55:33 +02:00
```
Usage: dlrs [OPTIONS] -o <PATH> <-t <URL>|-b <URL>>
2022-06-06 15:55:33 +02:00
Options:
-o <PATH> Set the output directory
-t <URL> Set the thread URL
-b <URL> Set the board URL
-n <MIN_RES> Set the minimum image resolution (e.g. "1920x1080")
-m <MAX_RES> Set the minimum image resolution (e.g. "3840x2160")
-a <RATIOS> Set a comma-separated list of accepted image aspect ratios (e.g. "4:3,16:9")
-v Toggle verbose output
-h, --help Print help
2022-06-06 15:55:33 +02:00
```