summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-op-buffer.c
AgeCommit message (Expand)Author
2018-02-27Remove pdf_xobject wrapper struct.Tor Andersson
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-03Add documentation for pdf_processors.Robin Watts
2017-04-27Include required system headers.Tor Andersson
2017-03-22Always use %g for short-as-possible format character.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-18Fix broken documents after sanitizeRobin Watts
2015-12-11Use fz_output instead of FILE* for most of our output needs.Tor Andersson
2015-04-16ASCIIHexEncode inline images during sanitization if do_ascii is set.Tor Andersson
2015-03-24Don't pass interpreter context to pdf_processor opcode callbacks.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-03-18Fix operator buffering of inline images.Robin Watts
2014-03-13Make pdf_output_obj consistent with pdf_fprint_objRobin Watts
2014-03-04Add pdf_process for writing operator streams out to a buffer.Robin Watts