Convert and save photomode screenshots from Red Dead Redemption 2 to JPEG format.
Go to file
Timofey Gelazoniya b24d6a934c
feat(GUI): (WIP) first gui attempt, render single converted image
2022-01-23 06:17:37 +03:00
cli build(cli): remove unused deps 2022-01-23 04:06:07 +03:00
core refactor: refactoring code, separate crates 2022-01-23 03:50:33 +03:00
gui feat(GUI): (WIP) first gui attempt, render single converted image 2022-01-23 06:17:37 +03:00
.gitignore refactor: refactoring code, separate crates 2022-01-23 03:50:33 +03:00
Cargo.lock feat(GUI): (WIP) first gui attempt, render single converted image 2022-01-23 06:17:37 +03:00
Cargo.toml refactor: refactoring code, separate crates 2022-01-23 03:50:33 +03:00
README.md docs: update download link 2022-01-23 04:02:19 +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.

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:

cargo build --release --bin cli