magickStripImage method
MagickStripImage() strips an image of all profiles and comments.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickStripImage() async => await _magickCompute(
_magickStripImage,
_wandPtr.address,
);