magickSetFilename method
Sets the filename before you read or write an image file.
Implementation
bool magickSetFilename(String filename) => using(
(Arena arena) => _magickWandBindings.MagickSetFilename(
_wandPtr,
filename.toNativeUtf8(allocator: arena).cast(),
),
).toBool();