summaryrefslogtreecommitdiff
path: root/source/tools/mudraw.c
AgeCommit message (Expand)Author
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
2016-11-23Try drawing all pages in a document in mudraw if ignoring errors.Sebastian Rasmussen
2016-11-23Add 'X' option to disable document styles.Tor Andersson
2016-11-23Convert mudraw and muraster to use mu-threads.Robin Watts
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-11API improvements.Robin Watts
2016-11-11Add simple layer configuration feature to mutool draw.Robin Watts
2016-11-10Add mutool option (-l) for setting the minimum line width.Robin Watts
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-10-12Regularize band writer interface.Robin Watts
2016-09-22tools: Prefer fz_atof() to atof().Sebastian Rasmussen
2016-09-08Add options to control heuristics in structured text.Sebastian Rasmussen
2016-07-13Bug 696699: Fix Text extraction mediabox information.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-28Mudraw: Fix interation with banding and display list.Robin Watts
2016-06-28Fix inconsistency in band handling.Robin Watts
2016-06-23Always print filenames in mudraw.Sebastian Rasmussen
2016-06-22mudraw: Don't apply ctm twice when not using display list.Tor Andersson
2016-06-20Bug 696839: Fix -I option to mudraw.Robin Watts
2016-06-17Set pixmap resolution when creating pixmaps for draw device.Tor Andersson
2016-06-17Add mediabox argument to fz_new_display_list.Tor Andersson