Re: Compositing math in SVG

They are in a readable form.
In practice, most implementors will optimize blending + handling of opacity
+ compositing into 1 formula so they don't have to make multiple passes and
cut down on the number of operations.

Out of curiosity, what product are you working on?

Rik

On Wed, Jul 11, 2012 at 4:07 AM, Calculemus <calculemus1988@gmail.com>wrote:

> And another question is, are the formulas for the blend modes
> optimized or they are in a readable form? I might keep
> the more readable form as a comment for my function but
> reduce the math inside the function, in terms of number
> of additions/multiplications.
>

Received on Wednesday, 11 July 2012 18:56:25 UTC