summaryrefslogtreecommitdiff
path: root/source/fitz/pixmap.c
AgeCommit message (Expand)Author
2016-05-26Bug 696803: Fix pam output.Robin Watts
2016-05-26Ensure fz_invert_pixmap can cope with no alpha.Robin Watts
2016-05-24Sprinkle some consts and restricts in plotters.Robin Watts
2016-05-24Fix ARM code in light of plotter changes.Robin Watts
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-28Partial image decode.Robin Watts
2016-04-26Rename fz_write_int32be to fz_write_int32_be to be consistent with fz_read_in...Tor Andersson
2016-03-25Refactor pcl output to work in bands.Robin Watts
2016-03-25Speed CMYK pixmap clearing.Robin Watts
2016-03-21Tweak NULL output code.Robin Watts
2016-03-21Fix error handling in fz_save_pixmap_as_pam.Tor Andersson
2016-03-16Speed pam writing.Robin Watts
2016-03-15Mutool draw: Simplify output handling code.Robin Watts
2016-03-14Fix 696507: Clamp correct values in fz_invert_pixmap_rect.Tor Andersson
2016-03-11Fix various warnings.Robin Watts
2016-02-22Remove pointless casts from void*.Tor Andersson
2016-02-22Drop const from fz_image.Tor Andersson
2016-02-12Bug 696580: Speed up fz_write_pnm_band.Robin Watts
2016-01-13Add lots of consts.Robin Watts
2016-01-05Add pixmap struct accessors.Tor Andersson
2015-12-28Rename fz_image_get_pixmap to fz_get_pixmap_from_image.Tor Andersson
2015-12-15Rename fz_output_x to fz_write_pixmap_as_x etc.Tor Andersson
2015-12-15Rename fz_write_x to fz_save_pixmap_as_x or fz_save_bitmap_as_x.Tor Andersson
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