Table of Contents ▸ List of Commands ▸ Flow Control ▸ parallel | ◀ onfail | progress ▶ |
parallel | Built-in command |
Arguments:
- _wait_threads,"command1","command2",...
Description:
Execute specified commands in parallel, each in a different thread.Parallel threads share the list of images.
wait_threads can be { 0:When current environment ends | 1:Immediately }.
Default values:
wait_threads=1.
Example of use:
image.jpg [0] parallel "blur[0] 3","mirror[1] c"