Commit Graph

8 Commits

Author SHA1 Message Date
Mandrake c4a69b6a85 these have no business being here.
removed.


SVN revision: 4093
2001-01-04 23:06:27 +00:00
Laurence J. Lane 5597dec025 more assimilation
SVN revision: 4032
2000-12-24 15:43:18 +00:00
Christian Kreibich 5c5d0842e5 Okay. Raster, trash.xcf should work now. Also fixed Divide
mode. It seems I missed the alpha level cases. I'll need to
check how the other modes perform when alpha levels are
involved.


SVN revision: 3883
2000-11-14 06:46:15 +00:00
Christian Kreibich f6a04f9218 Dissolve mode. This is the only layer blending mode which is not
deterministic, so the image will look slightly different from how it
looks in Gimp (I've not copied their random number code). However I
always use the same seed so the image will look the same with any
Imlib2 code.

That's it. I've added a GPL license and some info to the
README. Maybe some licensing expert could check this. Otherwise it
would be good if people tested this code against the funkiest XCFs
around :)


SVN revision: 3519
2000-09-17 23:06:10 +00:00
Christian Kreibich d4fa780358 Hue, Saturation, Value and Color blending modes. Only Dissolve still
needed :)

Also lots of cleanups and an alphalevel fix (use minimum of source and
destination instead of always source) ...


SVN revision: 3380
2000-09-10 16:26:31 +00:00
Christian Kreibich 7149339729 Throwing out stuff I don't need ...
SVN revision: 3338
2000-09-06 16:05:07 +00:00
Christian Kreibich cc551409ad Finally adding layer blending modes Multiply, Divide, Screen, Overlay,
Difference, Addition, Subtraction, Darken, Lighten.

Still to do: Hue, Saturation, Value, Color, Dissolve.


SVN revision: 3337
2000-09-06 15:56:43 +00:00
Christian Kreibich cc59ec53ac *turns red* ... *turns blue* ... *releases breath*. Damn.
I guess this is better. Sorry.


SVN revision: 2899
2000-07-02 11:52:33 +00:00