| Type | Description | 
| Function or value | Description | 
| 
                
              
                  Full Usage: 
                   imageFullProcessor imageEditor outputDirectoryParameters: 
 MyImage -> 'a- 
                      The image editing function to apply to the loaded imagesoutputDirectory : string- 
                      The directory where the edited images will be savedReturns: MailboxProcessor<pathMessage> | 
 
 | 
| 
                
              
                  Full Usage: 
                   imageProcessor imageEditor receiverParameters: 
 MyImage -> 'a- 
                      The image editing function to apply to incoming imagesreceiver : MailboxProcessor<imageMessage>- 
                      The MailboxProcessor that receives the processed imagesReturns: MailboxProcessor<imageMessage> | 
 
 | 
| 
                
              
                  Full Usage: 
                   imageSaver outputDirectoryParameters: 
 string- 
                      The directory where the images will be savedReturns: MailboxProcessor<imageMessage> | 
 
 | 
| 
                
               | 
 |