summaryrefslogtreecommitdiff
path: root/source/tools/muraster.c
AgeCommit message (Expand)Author
2018-11-07Fix double header output in muraster.Robin Watts
2018-07-06Fix muraster and mu-office-lib.Robin Watts
2018-07-05Pass rects by value: device and document interface.Tor Andersson
2018-07-05Pass matrices by value: device and document interface.Tor Andersson
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-08-07tools: Move trace alloc info into callback argument.Sebastian Rasmussen
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-07-19Add spots to fz_pixmaps.Robin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-06-06Remove unused variable/function.Sebastian Rasmussen
2017-05-31Avoid double literals causing casts to float.Sebastian Rasmussen
2017-04-27Include required system headers.Tor Andersson
2017-04-27Rename FMT_zu to FZ_FMT_zu.Tor Andersson
2017-03-22Fix threaded muraster build.Robin Watts
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-01-31muraster: When outputting to /dev/null, still free bitmaps.Robin Watts
2017-01-17Fix typos.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-03Fix signed/unsigned and size_t/int/fz_off_t warnings.Robin Watts
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-07-22Speed tweaks to muraster.Robin Watts
2016-07-20Fix timing (-st) reporting for muraster and default to no BGPRINTRay Johnston
2016-07-15Add -P flag to muraster.Robin Watts
2016-07-08Bug 696911: muraster with no threads lib.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-23Update muraster tool and add it to the unix build.Tor Andersson
2016-06-22Fixes needed for muraster to buildMichael Vrhel
2016-06-20Add simple muraster.Robin Watts