1
0
mirror of https://github.com/nxshock/gallery.git synced 2024-11-28 00:21:01 +05:00
gallery/README.md
2023-01-08 14:52:16 +05:00

23 lines
515 B
Markdown

# Gallery
Simple gallery.
## Usage
1. Create config file and set `WorkingDirectory`
2. Start program
```sh
gallery <path to config>
```
## Config structure
```toml
WorkingDirectory = "/home/user/pictures" # Working directory
Crf = 40 # Preview CRF
# from 1 - maximum quality
# to 63 - minimum preview cache size
ProcessCount = 4 # Preview generator threads
```