summaryrefslogtreecommitdiff
path: root/source/tools/mudraw.c
AgeCommit message (Expand)Author
2017-11-22Prefer using fz_snprintf over snprintf.Sebastian Rasmussen
2017-11-08Bug 698460: Mudraw: Set stdout to binary on windowsRobin Watts
2017-11-08Bug 698467: Honour resolution in text extraction.Robin Watts
2017-11-08Fix TGA banded operation.Robin Watts
2017-11-08Pixmap writers for formats with alpha should handle premultiplied data.Robin Watts
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-24Improved overprint (simulation) control.Robin Watts
2017-10-24Fix overprinting simulation in RGB output with no spots.Robin Watts
2017-10-24Add support for use of proofing profile.Robin Watts
2017-10-24mudraw: Add ability to specify icc profile for target colorspace.Michael Vrhel
2017-10-13Simple PCLm device.Robin Watts
2017-09-12Add -O flag to mudraw to control spots.Robin Watts
2017-08-17Fix printing of file level headers and trailers in mudraw.Tor Andersson
2017-08-17Simplify stext structure and device.Tor Andersson
2017-08-09Add XHTML output format to mudraw.Tor Andersson
2017-08-07tools: Move trace alloc info into callback argument.Sebastian Rasmussen
2017-07-27Add text format document writer.Tor Andersson
2017-07-19Add knowledge of spots to mudraw.Robin Watts
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-07-11Disable parallel interpretation/rendering if threads are disabled.Sebastian Rasmussen
2017-07-11Drop unused page/display list if threading not enabled.Sebastian Rasmussen
2017-07-10Make threading a compile-time option and propagate it to all tools.Sebastian Rasmussen
2017-07-10Declare variable only used in one file static.Sebastian Rasmussen
2017-07-04Mudraw: Avoid bounding pages twice when outputting text.Robin Watts
2017-07-04Fix possible leaks if fz_bound_page throws.Robin Watts
2017-07-04Remove is_static from fz_new{,_icc}_colorspace.Robin Watts
2017-07-04Avoid losing dev if error thrown in mudraw. Solves leaks.Robin Watts
2017-06-27Drop document in case of error.Sebastian Rasmussen
2017-06-22Add PSD deviceRobin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-05-25Replace broken FZ_IGNORE_IMAGE hints with other mechanisms.Tor Andersson
2017-05-03Fix windows builds: windows doesn't have sys/time.hRobin Watts
2017-04-27Include required system headers.Tor Andersson
2017-04-27Use feature defines in tools.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.Tor Andersson
2017-03-31Remove excess newline in mutool draw output.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-20Fix threaded mutool build breakage.Robin Watts
2017-03-15Silence warning.Tor Andersson
2017-03-14Update PWG writer to be a band_writer.Robin Watts
2017-03-14Recast TGA output as a band writer.Robin Watts
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-02-20Add no-reuse-images option to SVG device.Tor Andersson
2017-02-14Make svg text output format a runtime option.Tor Andersson
2017-02-06Be stricter when parsing OCG selections in mudraw.Sebastian Rasmussen
2017-02-04Bug 697514: Write SVG output to stdout if no output specified.Sebastian Rasmussen
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-19Fix broken mutool draw SVG outputRobin Watts