magickDecipherImage method
Converts cipher pixels to plain pixels.
This method runs inside an isolate different from the main isolate.
passphrase
: the passphrase
Implementation
Future<bool> magickDecipherImage(String passphrase) async =>
await _magickCompute(
_magickDecipherImage,
_MagickDecipherImageParams(_wandPtr.address, passphrase),
);