MagickProgressMonitor typedef
Signature for a callback to be called when an operation's progress changes.
info
The progress information.offset
The offset of the progress.size
The total size of the progress.clientData
The user-provided data.
Implementation
typedef MagickProgressMonitor = void Function(
String info,
int offset,
int size,
dynamic clientData,
);