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
/
pixmap.c
Age
Commit message (
Expand
)
Author
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-04-27
Include required system headers.
Tor Andersson
2017-02-09
bug 697515: Fix out of bounds read in fz_subsample_pixmap
Robin Watts
2017-01-06
Fix MSVC breakage.
Robin Watts
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
Always create colorless pixmaps with alpha.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-18
Remove unused luminosity.
Sebastian Rasmussen
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-27
Fix typo in fz_valgrind_pixmap
Robin Watts
2016-07-05
Fix bug in optimized clearing of CMYK pixmaps.
Sebastian Rasmussen
2016-06-17
Set pixmap resolution when creating pixmaps for draw device.
Tor Andersson
2016-06-16
Drop save_alpha argument from image writing functions.
Tor Andersson
2016-06-16
Split image output functions into separate files.
Tor Andersson
2016-06-08
Move to using size_t for all mallocs.
Robin Watts
2016-06-06
Bug 696810: Avoid integer overflows.
Robin Watts
2016-05-29
Tweak plotter code slightly for speed.
Robin Watts
2016-05-26
Bug 696803: Fix pam output.
Robin Watts
2016-05-26
Ensure fz_invert_pixmap can cope with no alpha.
Robin Watts
2016-05-24
Sprinkle some consts and restricts in plotters.
Robin Watts
2016-05-24
Fix ARM code in light of plotter changes.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-04-26
Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...
Tor Andersson
2016-03-25
Refactor pcl output to work in bands.
Robin Watts
2016-03-25
Speed CMYK pixmap clearing.
Robin Watts
2016-03-21
Tweak NULL output code.
Robin Watts
2016-03-21
Fix error handling in fz_save_pixmap_as_pam.
Tor Andersson
2016-03-16
Speed pam writing.
Robin Watts
2016-03-15
Mutool draw: Simplify output handling code.
Robin Watts
2016-03-14
Fix 696507: Clamp correct values in fz_invert_pixmap_rect.
Tor Andersson
2016-03-11
Fix various warnings.
Robin Watts
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2016-02-22
Drop const from fz_image.
Tor Andersson
2016-02-12
Bug 696580: Speed up fz_write_pnm_band.
Robin Watts
2016-01-13
Add lots of consts.
Robin Watts
2016-01-05
Add pixmap struct accessors.
Tor Andersson
2015-12-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-12-15
Rename fz_output_x to fz_write_pixmap_as_x etc.
Tor Andersson
2015-12-15
Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
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
2014-08-20
Add full-page color tinting option and key binding to X11 viewer.
Tor Andersson
2013-11-04
Make sure declarations come first. This would not compile with default wind...
Michael Vrhel
2013-10-31
Fix segv bug in clear_pixmap_with_value functions.
Tor Andersson
2013-10-31
Special case clear_pixmap_with_value for CMYK colorspaces.
Tor Andersson
2013-10-31
Add CMYK support to PAM output.
Tor Andersson
2013-10-11
SVG: Fix clip stack handling etc.
Robin Watts
[next]