diff options
author | Glenn Kennard <glenn.kennard@gmail.com> | 2008-04-12 21:13:05 +0200 |
---|---|---|
committer | Glenn Kennard <glenn.kennard@gmail.com> | 2008-04-12 21:13:05 +0200 |
commit | 8dfe55b5c063236a80955c38a4f836df39a0a31c (patch) | |
tree | ee979d2d7c5d2ec13f9760e6109c82342d979cde /raster | |
parent | 547ae947fbc9110f963f729c9b9706a5cf047bd3 (diff) | |
download | mupdf-8dfe55b5c063236a80955c38a4f836df39a0a31c.tar.xz |
Beginnings of pdf 1.4 blend modes implementation.
Just the basic composition formulas.
Diffstat (limited to 'raster')
-rw-r--r-- | raster/Jamfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/raster/Jamfile b/raster/Jamfile index 64a3c698..6c8d2830 100644 --- a/raster/Jamfile +++ b/raster/Jamfile @@ -12,6 +12,7 @@ Library libraster : pathfill.c pathstroke.c render.c + blendmodes.c ; if $(OSPLAT) = PPC { Library libraster : archppc.c ; } |