MeshLib C Docs
Loading...
Searching...
No Matches
MRTiff.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_MR_Image_std_string
MR_expected_MR_Image_std_string
;
// Defined in `#include <MRCMisc/expected_MR_Image_std_string.h>`.
11
typedef
struct
MR_expected_void_std_string
MR_expected_void_std_string
;
// Defined in `#include <MRCMisc/expected_void_std_string.h>`.
12
13
18
MRC_API
MR_expected_MR_Image_std_string
*
MR_ImageLoad_fromTiff
(
const
char
*path,
const
char
*path_end);
19
25
MRC_API
MR_expected_void_std_string
*
MR_ImageSave_toTiff
(
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_expected_MR_Image_std_string
struct MR_expected_MR_Image_std_string MR_expected_MR_Image_std_string
Definition
MRJpeg.h:11
MR_Image
struct MR_Image MR_Image
Definition
MRJpeg.h:10
MR_ImageSave_toTiff
MRC_API MR_expected_void_std_string * MR_ImageSave_toTiff(const MR_Image *image, const char *path, const char *path_end)
MR_ImageLoad_fromTiff
MRC_API MR_expected_MR_Image_std_string * MR_ImageLoad_fromTiff(const char *path, const char *path_end)
exports.h
MRC_API
#define MRC_API
Definition
exports.h:11
MeshLib
Cbindings
MRCIOExtras
MRTiff.h
Generated by
1.11.0