ExportImage function

bool ExportImage(
  1. ImageD image,
  2. String fileName
)

Implementation

bool ExportImage(
  ImageD image,
  String fileName,
) => _module.ExportImage(image, fileName);