magickIdentifyImage method

Future<String?> magickIdentifyImage()

MagickIdentifyImage() identifies an image by its attributes. Attributes include the image width, height, size, and others.

This method runs inside an isolate different from the main isolate.

Implementation

Future<String?> magickIdentifyImage() async => await _magickCompute(
      _magickIdentifyImage,
      _wandPtr.address,
    );