RAGE Photo Parser
Go to file
Syping 9a5bcabf8c libragephoto: improve get and serializer reliability
- get functions do not return NULL or nullptr anymore
- serializer checks for valid references to not crash
- tight buffers do not prematurely end writing anymore
- add zeroBuffer function for future nullbyte insertions
- IconvTest.cpp: remove some C-style casts
- RagePhoto.cpp: improve initializer reliability
- RagePhotoA.hpp: throw error when instance could not be allocated
- README.md: minor markdown fix
2023-10-30 14:31:50 +01:00
.github/workflows GitHub Actions: fix WebAssembly C build 2023-06-09 05:05:42 +02:00
cmake libragephoto: C++ headers have now .hpp extension 2023-06-07 06:57:23 +02:00
doc libragephoto: add RagePhotoB for best implementation 2023-06-11 05:41:32 +02:00
examples libragephoto: add RagePhotoB for best implementation 2023-06-11 05:41:32 +02:00
src libragephoto: improve get and serializer reliability 2023-10-30 14:31:50 +01:00
tests libragephoto: improve get and serializer reliability 2023-10-30 14:31:50 +01:00
.gitattributes C API and .gitattributes improvements 2021-11-13 04:41:01 +01:00
CMakeLists.txt libragephoto: improve get and serializer reliability 2023-10-30 14:31:50 +01:00
README.md libragephoto: improve get and serializer reliability 2023-10-30 14:31:50 +01: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_C_LIBRARY=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