Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format.
Go to file
Timofey Gelazoniya 324047848c
update README.md
2021-04-17 05:27:44 +03:00
build initial commit 2021-04-17 04:12:25 +03:00
src remove unused code blocks 2021-04-17 04:28:25 +03:00
.gitignore initial commit 2021-04-17 04:12:25 +03:00
Cargo.lock initial commit 2021-04-17 04:12:25 +03:00
Cargo.toml initial commit 2021-04-17 04:12:25 +03:00
README.md update README.md 2021-04-17 05:27:44 +03:00

README.md

RDR2 Screenshot converter Licence

Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format.

Imgur

QuickStart

Just download 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.

rdr2_screenshot_converter.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:

rustup override set nightly
cargo build --release