933918454f
- update README.md - update documentation - ragephoto-gtkviewer: fix error uint8_t -> int32_t, NULL -> nullptr - ragephoto-qtviewer: fix error uint8_t -> int32_t - RagePhotoA: fix documentation, fix error() - RagePhotoC: add brief
26 lines
702 B
Text
26 lines
702 B
Text
/*! \mainpage
|
|
|
|
<h4>Open Source RAGE Photo Parser for GTA V and RDR 2</h4>
|
|
|
|
- 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
|
|
|
|
<b>Getting started</b>
|
|
\subpage Build "Build libragephoto"
|
|
\subpage Usage "Using libragephoto"
|
|
|
|
<b>Reference</b>
|
|
RagePhoto (C++ API)
|
|
RagePhotoA (C++ API based on C API)
|
|
RagePhotoC.h (C API)
|
|
RagePhotoData (Data Object Struct)
|
|
RagePhotoFormatParser (Custom Format Parser Struct)
|
|
|
|
<b>Project Pages</b>
|
|
https://git.syping.de/Syping/libragephoto
|
|
https://gitlab.com/Syping/libragephoto
|
|
https://github.com/Syping/libragephoto
|
|
|
|
*/
|