26#include "RagePhotoLibrary.h"
27#include "RagePhotoTypedefs.h"
62LIBRAGEPHOTO_C_PUBLIC
void ragephotodata_clear(
RagePhotoData *rp_data);
184LIBRAGEPHOTO_C_PUBLIC uint64_t ragephotodata_getphotosign(
RagePhotoData *rp_data);
191LIBRAGEPHOTO_C_PUBLIC uint64_t ragephotodata_getphotosignf(
RagePhotoData *rp_data, uint32_t photoFormat);
290LIBRAGEPHOTO_C_PUBLIC
void ragephotodata_setbufferdefault(
RagePhotoData *rp_data);
302LIBRAGEPHOTO_C_PUBLIC
void ragephotodata_setbufferoffsets(
RagePhotoData *rp_data);
Definition RagePhotoTypedefs.h:31
const char * ragephoto_getphotojson(ragephoto_t instance)
int32_t ragephoto_error(ragephoto_t instance)
void ragephoto_setphotodesc(ragephoto_t instance, const char *description, uint32_t bufferSize)
bool ragephoto_setphotodata(ragephoto_t instance, RagePhotoData *rp_data)
bool ragephoto_savefile(ragephoto_t instance, const char *filename)
void ragephoto_setphotojson(ragephoto_t instance, const char *json, uint32_t bufferSize)
bool ragephoto_load(ragephoto_t instance, const char *data, size_t size)
void ragephoto_clear(ragephoto_t instance)
void * ragephoto_t
Definition RagePhoto.h:38
RagePhotoData * ragephoto_getphotodata(ragephoto_t instance)
size_t ragephoto_getsavesize(ragephoto_t instance)
void ragephoto_setlibraryflag(RagePhotoLibraryFlag flag, bool state)
Definition RagePhoto.c:1120
void ragephoto_setphotoformat(ragephoto_t instance, uint32_t photoFormat)
void ragephoto_setbufferdefault(ragephoto_t instance)
const char * ragephoto_getphototitle(ragephoto_t instance)
void ragephoto_getphotosigns(ragephoto_t instance, char *data, size_t size)
uint32_t ragephoto_format_rdr2()
Definition RagePhoto.c:1335
bool ragephoto_setphotojpeg(ragephoto_t instance, const char *data, uint32_t size, uint32_t bufferSize)
bool ragephoto_savefilef(ragephoto_t instance, const char *filename, uint32_t photoFormat)
ragephoto_t ragephoto_open()
Definition RagePhoto.c:194
void ragephoto_close(ragephoto_t instance)
size_t ragephoto_getsavesizef(ragephoto_t instance, uint32_t photoFormat)
void ragephoto_setphotoheader2(ragephoto_t instance, const char *header, uint32_t headerSum, uint32_t headerSum2)
void ragephoto_addparser(ragephoto_t instance, RagePhotoFormatParser *rp_parser)
uint64_t ragephoto_getphotosign(ragephoto_t instance)
uint32_t ragephoto_defpbuf_rdr2()
Definition RagePhoto.c:1325
void ragephoto_setphototitle(ragephoto_t instance, const char *title, uint32_t bufferSize)
bool ragephoto_loadfile(ragephoto_t instance, const char *filename)
void ragephoto_setbufferoffsets(ragephoto_t instance)
RagePhotoData * data
Definition RagePhotoTypedefs.h:77
uint64_t ragephoto_getphotosignf(ragephoto_t instance, uint32_t photoFormat)
const char * ragephoto_getphotoheader(ragephoto_t instance)
bool ragephoto_save(ragephoto_t instance, char *data)
uint32_t ragephoto_format_gta5()
Definition RagePhoto.c:1330
bool ragephoto_savef(ragephoto_t instance, char *data, uint32_t photoFormat)
uint32_t ragephoto_getphotoformat(ragephoto_t instance)
void ragephoto_getphotosignsf(ragephoto_t instance, char *data, size_t size, uint32_t photoFormat)
const char * ragephoto_version()
Definition RagePhoto.c:775
uint32_t ragephoto_getphotosize(ragephoto_t instance)
uint32_t ragephoto_defpbuf_gta5()
Definition RagePhoto.c:1320
bool ragephoto_setphotodatac(ragephoto_t instance, RagePhotoData *rp_data)
void ragephoto_setphotoheader(ragephoto_t instance, const char *header, uint32_t headerSum)
const char * ragephoto_getphotodesc(ragephoto_t instance)
const char * ragephoto_getphotojpeg(ragephoto_t instance)