< Previous | Contents | Next >

Summary

The MultiProcessPixels function will process every pixel within a specified range of a source image using the function provided as its last argument. This function is different from ProcessPixels in that the processing will be separated into multiple threads, to take better advantage of multiprocessor systems. The results will be written to a second destination image.