summaryrefslogtreecommitdiff
path: root/source/fitz/pixmap.c
AgeCommit message (Expand)Author
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-08-20Add full-page color tinting option and key binding to X11 viewer.Tor Andersson
2013-11-04Make sure declarations come first. This would not compile with default wind...Michael Vrhel
2013-10-31Fix segv bug in clear_pixmap_with_value functions.Tor Andersson
2013-10-31Special case clear_pixmap_with_value for CMYK colorspaces.Tor Andersson
2013-10-31Add CMYK support to PAM output.Tor Andersson
2013-10-11SVG: Fix clip stack handling etc.Robin Watts
2013-10-10SVG: Fix fts_01_0106.pdfRobin Watts
2013-10-10Add fz_new_png_from_pixmapRobin Watts
2013-10-09Fix typo in pixmap handling.Robin Watts
2013-09-27add support for .tga output to mudrawSimon Bünzli
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-08-30Use RLE coding scheme for glyph bitmaps.Robin Watts
2013-08-30Add simple banding to mudraw.Robin Watts
2013-06-20Rearrange source files.Tor Andersson