index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
draw-blend.c
Age
Commit message (
Expand
)
Author
2017-10-24
Use abort instead of NULL function to crash.
Robin Watts
2017-10-24
Fix spot blend routine forgetting to complement in RGB process spaces.
Robin Watts
2017-10-24
Fix knockout operation.
Robin Watts
2017-09-12
Update draw-blend.c to support spot blending.
Michael Vrhel
2017-09-12
Fix whitespace in draw-blend.c
Robin Watts
2017-07-17
Debug blending
Robin Watts
2017-07-17
Complement subtractive colors before applying blend modes.
Tor Andersson
2017-07-17
Support non-separable blending in gray color spaces
Michael Vrhel
2017-07-17
Fix softlight blend mode. Make nonseparable blends work with CMYK
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2016-07-08
git stripspace
Tor Andersson
2016-05-29
Tweak plotter code slightly for speed.
Robin Watts
2016-05-24
Sprinkle some consts and restricts in plotters.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2015-03-26
Avoid division by 0 in blend calls.
Robin Watts
2015-03-24
Don't pass interpreter context to pdf_processor opcode callbacks.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson