magickMagnifyImage method
MagickMagnifyImage() is a convenience method that scales an image proportionally to twice its original size.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickMagnifyImage() async =>
await _magickCompute(_magickMagnifyImage, _wandPtr.address);