EyeonTips:Script/Reference/Applications/Fuse/Classes/Image/MultiProcessPixels

From VFXPedia

< EyeonTips:Script | Reference/Applications/Fuse/Classes/Image
Revision as of 16:36, 20 November 2010 by Tilt (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search
  • 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)