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

From VFXPedia

< EyeonTips:Script | Reference/Applications/Fuse/Classes/Image
Revision as of 18:18, 3 September 2010 by Tilt (Talk | contribs)
(diff) ← Older revision | Current revision (diff) | Newer revision → (diff)
Jump to: navigation, search

As described above, a size of 1.0 creates a blur equal to the width of the image. The Blur tool in Fusion, however, uses a different scale. Here, a value of 1.0 equals a one pixel wide blur on a PAL image (720 pixels wide). Due to Fusion's resolution independence this will be a 2.6 pixel blur on an HD image.

In order to give the user a blur slider that works like the standard blur tool, divide size by 720 before calling the Blur method (see the FuseBlur example). To achieve a one pixel blur regardless of resolution, divide size by the input image's width.