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