magickAutoLevelImage method
Adjusts the levels of a particular image channel by scaling the minimum and maximum values to the full quantum range.
This method runs inside an isolate different from the main isolate.
Implementation
Future<bool> magickAutoLevelImage() async =>
await _magickCompute(_magickAutoLevelImage, _wandPtr.address);