Re: Compositing math in SVG

Another blend mode with different math, pin light:

http://illusions.hu/effectwiki/doku.php?id=pin_light_blending
http://www.imagemagick.org/Usage/compose/#pinlight

I drew decision trees and checked for which conditions
which results you get, and those are indeed different.

There are many blend modes that svg does not have from
these sources:

www.imagemagick.org./Usage/compose
www.pegtop.net/delphi/articles/blendmodes/

and others.

I am trying to construct a maximal set of blend modes
and to confirm the math for all of them. I will later combine
those with Porter-Duff compositing operations.

I can help you enrich svg but will need your help on things
like this for this journey ;)

Received on Wednesday, 11 July 2012 15:40:29 UTC