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
/
colorspace-imp.h
Age
Commit message (
Expand
)
Author
2018-09-05
Take colorspace name from ICC profile.
Sebastian Rasmussen
2018-09-05
Use colorspace type enum instead of magic profile names.
Tor Andersson
2018-05-16
Purge unused functions.
Tor Andersson
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2017-10-24
Change colorspace 'device_n' field to be a flags word.
Robin Watts
2017-10-24
Logic for Sep and DeviceN colorspaces with C,M,Y, or K.
Michael Vrhel
2017-10-13
Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdf
Robin Watts
2017-09-08
Update draw device to cope with spots.
Robin Watts
2017-07-27
Use "DeviceRGB" name for ICC based device colorspaces too.
Tor Andersson
2017-07-19
Extend fz_colorspaces to better cope with DeviceN.
Robin Watts
2017-07-19
Add knowledge of spots to color conversions.
Robin Watts
2017-07-17
Set colorspace name field.
Tor Andersson
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2016-12-27
Common code to ensure we only premultiply pixmaps with additive colors.
Tor Andersson
2016-10-19
Rename internal headers to follow pattern *-imp.h.
Sebastian Rasmussen