EyeonTips:Script/Reference/Applications/Fuse/Classes/Image/MultiProcessPixels
From VFXPedia
- It should be noted that x_end and y_end are not coordinates for the upper right corner of the area that will be processed but denote the width and height of that area. So, if you want to process a box from (100/100) to (150/150) the right way to call MultiProcessPixels would be:
out:MultiProcessPixels(nil, {}, 100, 100, 50, 50, source_img, process_function)