libragephoto/README.md

37 lines
959 B
Markdown
Raw Normal View History

2021-08-26 00:22:11 +02:00
## libragephoto
2021-09-03 15:21:02 +02:00
Open Source RAGE Photo Parser for GTA V and RDR 2
2021-08-26 00:22:11 +02:00
- Read/Write RAGE Photos error free and correct
2021-08-26 00:22:11 +02:00
- Support for metadata stored in RAGE Photos
- Export RAGE Photos to jpeg with ragephoto-extract
- High Efficient and Simple C/C++ API
2021-08-26 00:22:11 +02:00
#### Build libragephoto
2021-08-26 00:22:11 +02:00
```bash
git clone https://github.com/Syping/libragephoto
cmake -B libragephoto-build libragephoto
cmake --build libragephoto-build
sudo cmake --install libragephoto-build
2021-08-26 00:22:11 +02:00
```
##### Optional CMake flags
`-DRAGEPHOTO_C_API=OFF`
`-DRAGEPHOTO_DOC=ON`
`-DRAGEPHOTO_EXAMPLE_GTKVIEWER=ON`
`-DRAGEPHOTO_EXAMPLE_QTVIEWER=ON`
`-DRAGEPHOTO_EXTRACT=OFF`
`-DRAGEPHOTO_STATIC=ON`
#### RagePhoto API
2021-11-16 06:25:04 +01:00
[RagePhoto C API](https://libragephoto.syping.de/doc/RagePhotoC_8h.html)
[RagePhoto C++ API](https://libragephoto.syping.de/doc/classRagePhoto.html)
2021-08-26 00:22:11 +02:00
#### How to Use ragephoto-extract
```bash
ragephoto-extract PGTA5123456789 photo.jpg
ragephoto-extract PRDR3123456789 photo.jpg
2021-08-26 00:22:11 +02:00
```