summaryrefslogtreecommitdiff
path: root/source/fitz/output-png.c
AgeCommit message (Expand)Author
2018-02-27Fix 699076: Scoping bug in png_write_band.Tor Andersson
2017-11-22Use custom allocator everywhere zlib is used.Sebastian Rasmussen
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-11-01Use int64_t for public file API offsets.Tor Andersson
2017-10-13Add fz_deflate family of functions.Robin Watts
2017-09-22Ensure PNG output is not premultiplied output.Robin Watts
2017-09-08Remove unnecessary fz_try()/fz_catch().Sebastian Rasmussen
2017-09-07Initialize variables to appease clang scan-build.Sebastian Rasmussen
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-07-06fz_var() variables must be initialized before fz_try.Sebastian Rasmussen
2017-07-06png: Drop pixmap when not writing an image without pixels.Sebastian Rasmussen
2017-06-27When PS/PNG band writers throw, end the deflate streams if open.Sebastian Rasmussen
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-03-23Add generic pixmap document writer.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-11Simplify fz_band_writer API.Robin Watts
2017-02-22Move PATH_MAX to system.hMichael Vrhel
2017-01-06Fix /dev/null slowdown.Robin Watts
2016-12-14Let pixmap colorspace conversion create new pixmap.Sebastian Rasmussen
2016-10-12Optimise fz_new_buffer_from_image_as_png.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-23Fix warning: set but unused variable.Tor Andersson
2016-07-20Fix memory leak in fz_new_buffer_from_image_as_png.Robin Watts
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-06-17Add device space transform state to draw device.Tor Andersson
2016-06-17Improve banding API.Robin Watts
2016-06-16Fix MSVC build; PATH_MAX not defined.Robin Watts
2016-06-16Add PNG output for mutool convert.Tor Andersson
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-06-16Split image output functions into separate files.Tor Andersson