Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xzeldon/rdr2_screenshot_converter
Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format.
https://github.com/xzeldon/rdr2_screenshot_converter
convert converter extractor image jpeg jpg photomode picture rdr2 rdr2-converter screenshot
Last synced: 3 months ago
JSON representation
Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format.
- Host: GitHub
- URL: https://github.com/xzeldon/rdr2_screenshot_converter
- Owner: xzeldon
- Created: 2021-04-17T01:11:20.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-23T13:24:45.000Z (over 2 years ago)
- Last Synced: 2023-03-03T22:23:10.617Z (almost 2 years ago)
- Topics: convert, converter, extractor, image, jpeg, jpg, photomode, picture, rdr2, rdr2-converter, screenshot
- Language: Rust
- Homepage:
- Size: 185 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RDR2 Screenshot converter [![Licence](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE)
Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format.
![Imgur](https://i.imgur.com/ZGbmHYd.png)
Mirror on my [
Git](https://git.zeldon.ru/zeldon/rdr2_screenshot_converter)
## QuickStart
Just [download](https://github.com/xzeldon/rdr2_screenshot_converter/releases) the executable file from releases and run it. It will automatically find your screenshots and save them.
## Arguments
You can define a path for saving screenshots. To do this, open a command prompt, specify the path to the executable file and the path to save the screenshots.
```
cli.exe C:\screenshots
```This command will save screenshots to ```C:\screenshots```
## Building
All instructions tested on Windows 10 Pro for workstations 19042.928.
You need:
* [Rust](https://www.rust-lang.org)
```
cargo build --release --bin cli
```