libragephoto/doc/index.doc
Syping e1cf6df258 libragephoto: add C++ namespaces (API change)
- RagePhoto::saveFile() -> use const char* instead of std::string
- RagePhoto C++ -> C API: try catch for throwable functions (to match C
impl. behaviour)
- Rename header files and classes
2024-01-15 17:05:54 +01:00

26 lines
730 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::cxx_abi::photo (C++ API)
ragephoto::c_abi::photo (C++ API based on C API)
RagePhoto.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
*/