magickSetFormat method
Sets the format of the magick wand.
Implementation
bool magickSetFormat(String format) => using(
(Arena arena) => _magickWandBindings.MagickSetFormat(
_wandPtr,
format.toNativeUtf8(allocator: arena).cast(),
),
).toBool();