summaryrefslogtreecommitdiff
path: root/source/fitz/colorspace.c
AgeCommit message (Expand)Author
2018-01-24Bug 698904: Upon error both free color converter and clear its pointer.Sebastian Rasmussen
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2017-12-06Ensure that our ICC base spaces have colorant names.Robin Watts
2017-11-15Bug 698745: Avoid broken colorspaces in NO_ICC builds.Robin Watts
2017-10-25Fix pgm corruption with spots files.Robin Watts
2017-10-25Add fz_new_icc_colorspace_from_stream.Robin Watts
2017-10-24Add proper handling of bgr<->rgb for pixmap conversionsMichael Vrhel
2017-10-24Add interface for setting icc space to bgr formatMichael Vrhel
2017-10-24Handle DeviceBGR <-> DeviceRGB properlyMichael Vrhel
2017-10-24Don't override non-default Device{Gray,RGB,CMYK} by OI.Robin Watts
2017-10-24mudraw: Add ability to specify icc profile for target colorspace.Michael Vrhel
2017-10-24Make a public fz_new_icc_colorspace_from_file function.Tor Andersson
2017-10-24Look for changes to Default colorspaces in XObjects.Robin Watts
2017-10-24Don't apply default decode array to ICC Lab image data.Robin Watts
2017-10-24Implement DeviceGray to KMichael Vrhel
2017-10-24Change colorspace 'device_n' field to be a flags word.Robin Watts
2017-10-24Logic for Sep and DeviceN colorspaces with C,M,Y, or K.Michael Vrhel
2017-10-13Fix further problem seen in PDF_2.0_FTS/fts_23_2311.pdfRobin Watts
2017-10-13Fix assert in fts_23_2311.pdfRobin Watts
2017-10-05Avoid double literals and double math functions.Sebastian Rasmussen
2017-09-08Ensure colorspace colorants are named for ICC spaces too.Robin Watts
2017-09-08Update draw device to cope with spots.Robin Watts
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-08-17Remove redundant NULL check.Tor Andersson
2017-08-16Allow access to an indexed colorspace's color entries.Sebastian Rasmussen
2017-07-19Add some consts to color conversions.Robin Watts
2017-07-19Extend fz_colorspaces to better cope with DeviceN.Robin Watts
2017-07-19Add knowledge of spots to color conversions.Robin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-19Keep fz_store_hash to declared size.Robin Watts
2017-07-17Fix fz_copy_pixmap_rect to work properly in all cases.Robin Watts
2017-07-17Set colorspace name field.Tor Andersson
2017-07-17Add colorspace handling to transparency groupsMichael Vrhel
2017-07-17Make sure CMYK ICC color spaces are subtractiveMichael Vrhel
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-06-27Make the entire cached color converter defined in case of error.Sebastian Rasmussen
2017-06-22Use unsigned char arrays in hexdumped data.Tor Andersson
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-01-17Add value destructor callback to fz_hash_table.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-27Common code to ensure we only premultiply pixmaps with additive colors.Tor Andersson
2016-12-14Let pixmap colorspace conversion create new pixmap.Sebastian Rasmussen
2016-12-14Create a pixmap color converter.Sebastian Rasmussen
2016-10-19Rename internal headers to follow pattern *-imp.h.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-14Drop all contexts the same way.Sebastian Rasmussen
2016-10-12Bug 697065: Fix bug in CMYK -> RGB pixmap converter.Robin Watts