summaryrefslogtreecommitdiff
path: root/source/fitz/output-png.c
AgeCommit message (Expand)Author
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