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
2018-10-12
Revert to no CMM if the new CMM engine fails midway.
Sebastian Rasmussen
2018-10-12
Keep cmm instance around until all colorspaces have been dropped.
Sebastian Rasmussen
2018-10-12
Rethrow exception when unable to create new ICC colorspace.
Sebastian Rasmussen
2018-09-12
Set the profile BGR flag for non-default ICC colorspaces too.
Sebastian Rasmussen
2018-09-06
Fix typo in size field of ICC profile colorspace.
Sebastian Rasmussen
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-08-28
Bug 699675: Handle lack of default colorspaces when rendering type 3 font glyph.
Sebastian Rasmussen
2018-07-05
Pass matrices by value: device and document interface.
Tor Andersson
2018-07-05
Pass rect and matrix by value in geometry functions.
Tor Andersson
2018-06-22
Don't pollute namespace with our 'restrict' macro. Use FZ_RESTRICT instead.
Tor Andersson
2018-05-16
Purge unused functions.
Tor Andersson
2018-04-25
Check in generated ICC profiles.
Tor Andersson
2018-04-19
Support CalRGB (and CalGray) as destination color spaces
Michael Vrhel
2018-01-24
Bug 698904: Upon error both free color converter and clear its pointer.
Sebastian Rasmussen
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2017-12-06
Ensure that our ICC base spaces have colorant names.
Robin Watts
2017-11-15
Bug 698745: Avoid broken colorspaces in NO_ICC builds.
Robin Watts
2017-10-25
Fix pgm corruption with spots files.
Robin Watts
2017-10-25
Add fz_new_icc_colorspace_from_stream.
Robin Watts
2017-10-24
Add proper handling of bgr<->rgb for pixmap conversions
Michael Vrhel
2017-10-24
Add interface for setting icc space to bgr format
Michael Vrhel
2017-10-24
Handle DeviceBGR <-> DeviceRGB properly
Michael Vrhel
2017-10-24
Don't override non-default Device{Gray,RGB,CMYK} by OI.
Robin Watts
2017-10-24
mudraw: Add ability to specify icc profile for target colorspace.
Michael Vrhel
2017-10-24
Make a public fz_new_icc_colorspace_from_file function.
Tor Andersson
2017-10-24
Look for changes to Default colorspaces in XObjects.
Robin Watts
2017-10-24
Don't apply default decode array to ICC Lab image data.
Robin Watts
2017-10-24
Implement DeviceGray to K
Michael Vrhel
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-10-13
Fix assert in fts_23_2311.pdf
Robin Watts
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
[next]