RE: Filter Templates

Hi Anthony and all,

--Original Message--:
>Just adding to what Alex said (see below)...
>
>
>> -----Original Message-----
>> <snip/>
>>
>> Perhaps that should serve as something to look at. This was researched
>> extensively at the time, and a property works far better than the SVG
>> filter mechanism when combining a lot of objects for blending.
>>
>
>This is because the background is included twice when using filters to perform compositing. This leads to incorrect results - the output tends to be darker than expected.

Ignoring side-effects, one of the main advantages of a property
over a filter is no need for any sort of intermediate bitmap.

The object being blended can be rasterized and alpha blended
with the correct blend mode directly to the canvas. So the
performance is significantly higher, especially if you are
trying to composite lots of graphics on top of live HD video
where memory bandwidth actually matters.

Alex

Received on Friday, 25 February 2011 01:43:02 UTC