MeshLib C Docs
Loading...
Searching...
No Matches
MRImageLoad.h
Go to the documentation of this file.
1#pragma once
2
3#include <MRCMisc/exports.h>
4
5#ifdef __cplusplus
6extern "C" {
7#endif
8
9typedef struct MR_expected_MR_Image_std_string MR_expected_MR_Image_std_string; // Defined in `#include <MRCMisc/expected_MR_Image_std_string.h>`.
10
11
17
18#ifdef __cplusplus
19} // extern "C"
20#endif
MRC_API MR_expected_MR_Image_std_string * MR_ImageLoad_fromAnySupportedFormat(const char *path, const char *path_end)
struct MR_expected_MR_Image_std_string MR_expected_MR_Image_std_string
Definition MRJpeg.h:11
#define MRC_API
Definition exports.h:11