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.c
Age
Commit message (
Expand
)
Author
2017-10-05
Avoid double literals and double math functions.
Sebastian Rasmussen
2017-09-08
Ensure colorspace colorants are named for ICC spaces too.
Robin Watts
2017-09-08
Update draw device to cope with spots.
Robin Watts
2017-09-07
Initialize variables to appease clang scan-build.
Sebastian Rasmussen
2017-08-17
Remove redundant NULL check.
Tor Andersson
2017-08-16
Allow access to an indexed colorspace's color entries.
Sebastian Rasmussen
2017-07-19
Add some consts to color conversions.
Robin Watts
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-19
Add spots to fz_pixmaps.
Robin Watts
2017-07-19
Keep fz_store_hash to declared size.
Robin Watts
2017-07-17
Fix fz_copy_pixmap_rect to work properly in all cases.
Robin Watts
2017-07-17
Set colorspace name field.
Tor Andersson
2017-07-17
Add colorspace handling to transparency groups
Michael Vrhel
2017-07-17
Make sure CMYK ICC color spaces are subtractive
Michael Vrhel
2017-07-06
fz_var() variables must be initialized before fz_try.
Sebastian Rasmussen
2017-07-04
Remove is_static from fz_new{,_icc}_colorspace.
Robin Watts
2017-06-27
Make the entire cached color converter defined in case of error.
Sebastian Rasmussen
2017-06-22
Use unsigned char arrays in hexdumped data.
Tor Andersson
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-05-31
Avoid double literals causing casts to float.
Sebastian Rasmussen
2017-04-27
Include required system headers.
Tor Andersson
2017-01-17
Add value destructor callback to fz_hash_table.
Tor Andersson
2016-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-27
Common code to ensure we only premultiply pixmaps with additive colors.
Tor Andersson
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-12-14
Create a pixmap color converter.
Sebastian Rasmussen
2016-10-19
Rename internal headers to follow pattern *-imp.h.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-14
Drop all contexts the same way.
Sebastian Rasmussen
2016-10-12
Bug 697065: Fix bug in CMYK -> RGB pixmap converter.
Robin Watts
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-07-06
Expose LAB colorspace
Sebastian Rasmussen
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-06
Bug 696810: Avoid integer overflows.
Robin Watts
2016-05-31
Bug 696813: Fix Lab colorspaces.
Robin Watts
2016-05-26
Cope better when asked to plot alpha only pixmaps.
Robin Watts
2016-05-26
Avoid unnecessary alphas when decompressing images from streams.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-05-13
Remove fz_lookup_device_colorspace().
Sebastian Rasmussen
2016-04-27
Fix 696649: remove fz_rethrow_message calls.
Tor Andersson
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2016-01-21
Drop const from fz_colorspace.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2015-05-19
Add locks to fz_set_device_xxx colorspace context functions.
Tor Andersson
2015-02-17
Add helper functions to keep/drop reference counts with locking.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-02-10
Add some Memento_labels to aid debugging of leaks.
Robin Watts
2014-05-07
Bug 694801: fast_cmyk_to_rgb caching broken.
Robin Watts
[next]