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);
302LIBRAGEPHOTO_C_PUBLIC
void ragephotodata_setbufferoffsets(
RagePhotoData *rp_data);
309LIBRAGEPHOTO_C_PUBLIC
void ragephoto_setlibraryflag(RagePhotoLibraryFlag flag,
bool state);
392LIBRAGEPHOTO_C_PUBLIC
const char* ragephoto_version();
size_t ragephotodata_getsavesizef(RagePhotoData *rp_data, RagePhotoFormatParser *rp_parser, uint32_t photoFormat)
Definition RagePhoto.c:1035
uint64_t ragephotodata_getphotosignf(RagePhotoData *rp_data, uint32_t photoFormat)
Definition RagePhoto.c:681
uint32_t ragephoto_format_rdr2()
Definition RagePhoto.c:1313
void ragephotodata_setbufferdefault(RagePhotoData *rp_data)
Definition RagePhoto.c:1070
uint32_t ragephoto_defpbuf_rdr2()
Definition RagePhoto.c:1303
bool ragephotodata_savef(RagePhotoData *rp_data, RagePhotoFormatParser *rp_parser, char *data, uint32_t photoFormat)
Definition RagePhoto.c:764
bool ragephotodata_load(RagePhotoData *rp_data, RagePhotoFormatParser *rp_parser, const char *data, size_t length)
Definition RagePhoto.c:250
uint32_t ragephoto_format_gta5()
Definition RagePhoto.c:1308
uint32_t ragephoto_defpbuf_gta5()
Definition RagePhoto.c:1298
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_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)
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)
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)
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)
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)
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)
uint32_t ragephoto_getphotosize(ragephoto_t instance)
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)