MeshLib C Docs
Loading...
Searching...
No Matches
MRImageSave.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_Image MR_Image; // Defined in `#include <MRCMesh/MRImage.h>`.
10typedef struct MR_expected_void_std_string MR_expected_void_std_string; // Defined in `#include <MRCMisc/expected_void_std_string.h>`.
11
12
18MRC_API MR_expected_void_std_string *MR_ImageSave_toBmp(const MR_Image *image, const char *path, const char *path_end);
19
25MRC_API MR_expected_void_std_string *MR_ImageSave_toAnySupportedFormat(const MR_Image *image, const char *path, const char *path_end);
26
27#ifdef __cplusplus
28} // extern "C"
29#endif
struct MR_expected_void_std_string MR_expected_void_std_string
Definition MRCtm.h:20
MRC_API MR_expected_void_std_string * MR_ImageSave_toBmp(const MR_Image *image, const char *path, const char *path_end)
MRC_API MR_expected_void_std_string * MR_ImageSave_toAnySupportedFormat(const MR_Image *image, const char *path, const char *path_end)
struct MR_Image MR_Image
Definition MRJpeg.h:10
#define MRC_API
Definition exports.h:11