RAGE Photo Parser
Go to file
Syping d8c0d7d470 libragephoto: rename BINDING to PUBLIC, some other changes
- doc/Doxyfile.in: rename BINDING to PUBLIC
- doc/usage.doc: fix a usage example
- CMakeLists.txt: include CPack only when libragephoto is Top Level
- RagePhoto.h: rename BINDING TO PUBLIC
- RagePhotoC.h: rename BINDING TO PUBLIC
- RagePhotoLibrary.h: rename BINDING to PUBLIC, add new checks
2023-04-09 21:22:13 +02:00
.github/workflows libragephoto: use C++17 for the CI/CD build 2023-03-06 20:31:54 +01:00
cmake libragephoto: add opt-in C++17 support 2023-03-03 03:26:59 +01:00
doc libragephoto: rename BINDING to PUBLIC, some other changes 2023-04-09 21:22:13 +02:00
examples libragephoto 0.3.0 release 2023-04-02 21:33:48 +02:00
src libragephoto: rename BINDING to PUBLIC, some other changes 2023-04-09 21:22:13 +02:00
tests libragephoto: 2022 update 2022-12-28 07:39:06 +01:00
.gitattributes C API and .gitattributes improvements 2021-11-13 04:41:01 +01:00
CMakeLists.txt libragephoto: rename BINDING to PUBLIC, some other changes 2023-04-09 21:22:13 +02:00
README.md libragephoto 0.3.0 release 2023-04-02 21:33:48 +02:00

README.md

libragephoto

Open Source RAGE Photo Parser for GTA V and RDR 2

  • Read/Write RAGE Photos error free and correct
  • Support for metadata stored in RAGE Photos
  • Export RAGE Photos to jpeg with ragephoto-extract
  • High Efficient and Simple C/C++ API

Build libragephoto

git clone https://github.com/Syping/libragephoto
cmake -B libragephoto-build libragephoto
cmake --build libragephoto-build
sudo cmake --install libragephoto-build
Optional CMake flags

-DCMAKE_CXX_STANDARD=17
-DRAGEPHOTO_BENCHMARK=ON
-DRAGEPHOTO_C_API=OFF
-DRAGEPHOTO_DOC=ON
-DRAGEPHOTO_EXAMPLE_GTKVIEWER=ON
-DRAGEPHOTO_EXAMPLE_QTVIEWER=ON
-DRAGEPHOTO_EXTRACT=OFF
-DRAGEPHOTO_STATIC=ON

RagePhoto API

RagePhoto C API
RagePhoto C++ API

libragephoto Documentation

Main Page
Build libragephoto
Using libragephoto

How to Use ragephoto-extract

ragephoto-extract PGTA5123456789 photo.jpg
ragephoto-extract PRDR3123456789 photo.jpg