IsImageValid function

bool IsImageValid(
  1. ImageC image
)

Implementation

bool IsImageValid(ImageC image) => _module.IsImageValid(image);