summaryrefslogtreecommitdiff
path: root/source/fitz/output-tga.c
AgeCommit message (Expand)Author
2018-01-10Add colorspace type enum and use it instead of hardcoded checks on N.Tor Andersson
2017-11-10Remove unused variables.Tor Andersson
2017-11-08Fix TGA banded operation.Robin Watts
2017-11-08Pixmap writers for formats with alpha should handle premultiplied data.Robin Watts
2017-11-01Add separate fz_close_output step.Tor Andersson
2017-07-19Update band writer (especially PSD) to cope with spotsRobin Watts
2017-06-22Add Color Management interface to MuPDF, with LCMS implementation.Michael Vrhel
2017-04-27Include required system headers.Tor Andersson
2017-03-22Rename fz_putc/puts/printf to fz_write_*.Tor Andersson
2017-03-14Recast TGA output as a band writer.Robin Watts
2017-03-11Improve API documentation for fz_output.Robin Watts
2016-06-16Drop save_alpha argument from image writing functions.Tor Andersson
2016-06-16Split image output functions into separate files.Tor Andersson