3#include <MRCMisc/common.h>
4#include <MRCMisc/exports.h>
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:26
struct MR_std_istream MR_std_istream
Definition MRCtm.h:28
MRC_API MR_expected_MR_Image_std_string * MR_ImageLoad_fromJpeg_2_std_filesystem_path(const char *path, const char *path_end, const bool *ignoreDecompressErrors)
struct MR_expected_MR_Image_std_string MR_expected_MR_Image_std_string
Definition MRJpeg.h:13
MRC_API MR_expected_void_std_string * MR_ImageSave_toJpeg(const MR_Image *image, const char *path, const char *path_end)
struct MR_Image MR_Image
Definition MRJpeg.h:12
MRC_API MR_expected_MR_Image_std_string * MR_ImageLoad_fromJpeg_3(const char *data, MR_uint64_t size, const bool *ignoreDecompressErrors)
MRC_API MR_expected_MR_Image_std_string * MR_ImageLoad_fromJpeg_2_std_istream(MR_std_istream *in, const bool *ignoreDecompressErrors)