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
6
extern
"C"
{
7
#endif
8
9
typedef
struct
MR_Image
MR_Image
;
// Defined in `#include <MRCMesh/MRImage.h>`.
10
typedef
struct
MR_expected_void_std_string
MR_expected_void_std_string
;
// Defined in `#include <MRCMisc/expected_void_std_string.h>`.
11
12
18
MRC_API
MR_expected_void_std_string
*
MR_ImageSave_toBmp
(
const
MR_Image
*image,
const
char
*path,
const
char
*path_end);
19
25
MRC_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
MR_expected_void_std_string
struct MR_expected_void_std_string MR_expected_void_std_string
Definition
MRCtm.h:20
MR_ImageSave_toBmp
MRC_API MR_expected_void_std_string * MR_ImageSave_toBmp(const MR_Image *image, const char *path, const char *path_end)
MR_ImageSave_toAnySupportedFormat
MRC_API MR_expected_void_std_string * MR_ImageSave_toAnySupportedFormat(const MR_Image *image, const char *path, const char *path_end)
MR_Image
struct MR_Image MR_Image
Definition
MRJpeg.h:10
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCMesh
MRImageSave.h
Generated by
1.11.0