#include <MRCMisc/exports.h>
Go to the source code of this file.
◆ MR_expected_MR_Image_std_string
◆ MR_expected_void_std_string
◆ MR_Image
◆ MR_std_istream
◆ MR_std_ostream
◆ MR_ImageLoad_fromPng_std_filesystem_path()
loads from .png format Generated from function MR::ImageLoad::fromPng. Parameter path is a UTF-8 encoded filesystem path. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_Image_std_string_Destroy() to free it when you're done using it.
◆ MR_ImageLoad_fromPng_std_istream()
Generated from function MR::ImageLoad::fromPng. Parameter in can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_MR_Image_std_string_Destroy() to free it when you're done using it.
◆ MR_ImageSave_toPng_std_filesystem_path()
saves in .png format Generated from function MR::ImageSave::toPng. Parameter image can not be null. It is a single object. Parameter path is a UTF-8 encoded filesystem path. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.
◆ MR_ImageSave_toPng_std_ostream()
Generated from function MR::ImageSave::toPng. Parameter image can not be null. It is a single object. Parameter os can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_expected_void_std_string_Destroy() to free it when you're done using it.