magickGetFormat method

String magickGetFormat()

Returns the format of the magick wand.

Implementation

String magickGetFormat() =>
    _magickWandBindings.MagickGetFormat(_wandPtr).toNullableString()!;