ExportImageToMemory method

Pointer<UnsignedChar> ExportImageToMemory(
  1. ImageC image,
  2. Pointer<Char> fileType,
  3. Pointer<Int> fileSize
)

Implementation

Pointer<UnsignedChar> ExportImageToMemory(
  ImageC image,
  Pointer<Char> fileType,
  Pointer<Int> fileSize,
) {
  return _ExportImageToMemory(image, fileType, fileSize);
}