summaryrefslogtreecommitdiff
path: root/fitz/res_colorspace.c
AgeCommit message (Expand)Author
2013-05-16Add colorspace context.Tor Andersson
2013-04-11Move pdf_image to fz_image.Robin Watts
2013-03-29Avoid uncompressing indexed images at load time.Robin Watts
2012-12-09Rejig color conversion.Robin Watts
2012-11-28Remove 2 unused variables.Robin Watts
2012-11-27Tweak image color conversionRobin Watts
2012-11-21ARM code pixmap subsampler.Robin Watts
2012-11-21ARM optimised fast_cmyk_to_rgb code.Robin Watts
2012-11-20Obsess about whitespace.Tor Andersson
2012-11-19Add image subsampling function.Robin Watts
2012-11-16Implement fast_cmyk_to_rgb without calling cmyk_to_rgb.Robin Watts
2012-11-16Rejig cmyk_to_rgb to avoid repeated muls.Robin Watts
2012-07-05Move to static inline functions from macros.Robin Watts
2012-03-13Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.Tor Andersson
2012-03-12Change order of params in fz_convert_color to C standard.Robin Watts
2012-03-12Change order of params in fz_convert_pixmap to C standard.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-03-01Remove mask entry from fz_pixmap as never used any more.Robin Watts
2012-02-25Rework image handling for on demand decodeRobin Watts
2012-02-03Pass context explicitly to hash table functions.Tor Andersson
2012-01-19Multi-threading support for MuPDFRobin Watts
2011-12-15Fix warnings/errors on unix builds.Robin Watts
2011-12-15Rework pdf_store to fz_store, a part of fz_context.Robin Watts
2011-09-21Add warning context.Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-04-08Various patches from SumatraPDF.Tor Andersson
2011-04-06Rename internal color conversion functions to reflect what they do.Tor Andersson
2011-04-04Le Roi est mort, vive le Roi!Tor Andersson
2011-02-08Only interpolate upscaled images when the interpolate flag is set in the imag...Tor Andersson
2011-02-04Use the CMYK-to-RGB transform from Poppler.Tor Andersson
2010-12-30Adhere to nil idiom.Sebastian Rasmussen
2010-10-20Special case the component scaling for Lab image data when color converting.Tor Andersson
2010-10-20Fix Lab colorspace conversions.Tor Andersson
2010-10-19Fix typo in memoization case of pixmap color conversion.Tor Andersson
2010-10-18Use lookup table for separation colorspaces and a color cache for device-n co...Tor Andersson
2010-07-24Slower but slightly more accurate CMYK to RGB conversion.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-17Minor edits of multi-line comments.Tor Andersson
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-19Floats everywhere!Tor Andersson
2009-12-03Consolidate include lines to a single fitz.h.Tor Andersson
2009-12-02Killing time. Butchered display tree and disabled all calls to it.Tor Andersson
2009-12-02Have image and colorspace freeing adhere to common naming scheme.Sebastian Rasmussen
2009-02-28Merge and move header files into the source directories.Tor Andersson
2009-02-28Moved Fitz files into one directory.Tor Andersson
2005-06-04new world orderTor Andersson
2005-03-30rename and shuffle -- part 2Tor Andersson