EZMap8::SaveImage

Saves the EZMap8 image to the given image file.

Namespace: Euresys::Open_eVision::Easy3D

[C++]

void SaveImage(
   const std::string& path,
   Euresys::Open_eVision::EImageFileType type,
   bool withMetadata
)

Parameters

path

The full path to the destination file.

type

File format, as defined by EImageFileType. If not specified, the file format is determined from the file extension.

withMetadata

Parameter to save or not the metadata that with the same filename next. False by default.

Remarks

This format save the image associated to EZMap8 in a standard image file and thus does not store ZMap attributes.

EZMap8.SaveImage

Saves the EZMap8 image to the given image file.

Namespace: Euresys.Open_eVision.Easy3D

[C#]

void SaveImage(
   string path,
   Euresys.Open_eVision.EImageFileType type,
   bool withMetadata
)

Parameters

path

The full path to the destination file.

type

File format, as defined by EImageFileType. If not specified, the file format is determined from the file extension.

withMetadata

Parameter to save or not the metadata that with the same filename next. False by default.

Remarks

This format save the image associated to EZMap8 in a standard image file and thus does not store ZMap attributes.