IsImageValid function

bool IsImageValid(
  1. ImageD image
)

Implementation

bool IsImageValid(
  ImageD image,
) => _module.IsImageValid(image);