RAGE Photo Parser
Find a file
Syping 259c6833d9 libragephoto 0.6.0 release
- RagePhoto.c: define WIN32_LEAN_AND_MEAN and VC_EXTRALEAN
- README.md: update documentation links
- wasm.cmake: assume CMake 3.16 or newer being used by default
- WincvtTest.c: update copyright year
2024-12-09 16:51:31 +01:00
.github/workflows CI: update workflows 2024-12-08 21:55:03 +01:00
cmake libragephoto 0.6.0 release 2024-12-09 16:51:31 +01:00
doc libragephoto: use ternary operator for flags 2024-04-16 09:30:41 +02:00
examples libragephoto: remove offset jumping 2024-04-05 04:17:41 +02:00
src libragephoto 0.6.0 release 2024-12-09 16:51:31 +01:00
tests libragephoto 0.6.0 release 2024-12-09 16:51:31 +01:00
.gitattributes C API and .gitattributes improvements 2021-11-13 04:41:01 +01:00
CMakeLists.txt libragephoto: CMake improvements and header include changes 2024-12-08 22:29:00 +01:00
README.md libragephoto 0.6.0 release 2024-12-09 16:51:31 +01:00

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

-DRAGEPHOTO_CXX_STANDARD=17
-DRAGEPHOTO_BENCHMARK=ON
-DRAGEPHOTO_C_API=OFF
-DRAGEPHOTO_C_LIBRARY=ON
-DRAGEPHOTO_DEBUG=ON
-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