Type | Description |
Function or value | Description |
Full Usage:
imageFullProcessor imageEditor outputDirectory
Parameters:
MyImage -> 'a
-
The image editing function to apply to the loaded images
outputDirectory : string
-
The directory where the edited images will be saved
Returns: MailboxProcessor<pathMessage>
|
|
Full Usage:
imageProcessor imageEditor receiver
Parameters:
MyImage -> 'a
-
The image editing function to apply to incoming images
receiver : MailboxProcessor<imageMessage>
-
The MailboxProcessor that receives the processed images
Returns: MailboxProcessor<imageMessage>
|
|
Full Usage:
imageSaver outputDirectory
Parameters:
string
-
The directory where the images will be saved
Returns: MailboxProcessor<imageMessage>
|
|
|
|