summaryrefslogtreecommitdiff
path: root/source/tools
AgeCommit message (Expand)Author
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-03-22Fix threaded muraster build.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-21Fix typo in ffi_PDFAnnotation_setColor.Tor Andersson
2017-02-21The 'count' array in pdf_annot_set_ink_list takes number of points.Tor Andersson
2017-02-20Add no-reuse-images option to SVG device.Tor Andersson
2017-02-20Add svg writer.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
2017-01-31muraster: When outputting to /dev/null, still free bitmaps.Robin Watts
2017-01-17Fix typos.Sebastian Rasmussen
2016-12-27js: Fix allocator callbacks so they don't throw fitz exceptions.Tor Andersson
2016-12-27Strip extraneous blank lines.Tor Andersson
2016-12-19Fix broken mutool draw SVG outputRobin Watts
2016-12-14Let pixmap colorspace conversion create new pixmap.Sebastian Rasmussen
2016-12-14Plug pixmap leak when fz_convert_pixmap() throws.Sebastian Rasmussen
2016-12-14Fix document leak when mutool info throws.Sebastian Rasmussen
2016-12-12Tweak pdf portfolio: automatically use incremental writing.Tor Andersson
2016-12-12Tweak pdf portfolio to create blank portfolios and add multiple entries.Tor Andersson
2016-12-12PDF Portfolio support.Robin Watts
2016-12-12Fix default output options in pdf create.Tor Andersson
2016-12-08Update pdf_array_put to allow extension.Robin Watts
2016-11-23Try drawing all pages in a document in mudraw if ignoring errors.Sebastian Rasmussen
2016-11-23js: Add setUserCSS function.Tor Andersson
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-16pdf: Add 'compressed/raw' flag to pdf_add_stream.Tor Andersson
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-11-14Add optional 'object' argument to pdf_add_stream.Tor Andersson
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-11-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
2016-10-28Clean up link destination handling.Tor Andersson
2016-10-26Introduce options for structured text.Sebastian Rasmussen
2016-10-26js: Handle null for all options supplied as strings.Sebastian Rasmussen
2016-10-18Avoid checking argument to fz_drop_*()/fz_free().Sebastian Rasmussen
2016-10-12Bug 696939: Fix mutool info -I flag.Robin Watts
2016-10-12Change code from using bandheight to using band_height.Robin Watts
2016-10-12Regularize band writer interface.Robin Watts
2016-10-10Bug 697050: Allow mutool extract to keep JPEGs as JPEGs.Robin Watts
2016-10-07Add ctx to fz_font functions.Robin Watts
2016-10-07js: Add PDFObject explicit accessors.Tor Andersson
2016-10-07Add annotation editing functions and clean interface of existing ones.Tor Andersson