Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-07-05 | Pass rects by value: device and document interface. | Tor Andersson | |
2017-11-01 | Add separate fz_close_output step. | Tor Andersson | |
Closing flushes output and may throw exceptions. Dropping frees the state and never throws exceptions. | |||
2017-11-01 | Use int64_t for public file API offsets. | Tor Andersson | |
Don't mess with conditional compilation with LARGEFILE -- always expose 64-bit file offsets in our public API. | |||
2017-10-13 | Add fz_deflate family of functions. | Robin Watts | |
This gives us a friendlier interface to zlib. Simplifies PNG output and PCLM output code. | |||
2017-10-13 | Simple PCLm device. | Robin Watts | |
Both bandwriter and document_writer interfaces cope with multi page docs. Update mudraw to output pclm format too. Incorporates fixes from Tor. |