magickAutoGammaImage method
Extracts the 'mean' from the image and adjust the image to try make set its gamma appropriately.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickAutoGammaImage() async =>
await _magickCompute(_magickAutoGammaImage, _wandPtr.address);