Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-31 | Add CMYK and CMYK Alpha colorspaces to mudraw options. | Tor Andersson | |
2013-10-31 | Add CMYK support to PAM output. | Tor Andersson | |
2013-09-30 | Disable image interpolation with a hint. | Robin Watts | |
Set the hint in mudraw when AA bits is set to 0. | |||
2013-09-27 | add support for .tga output to mudraw | Simon Bünzli | |
SumatraPDF's testsuite uses Targa images as output because they're compressed while still far easier to compare than PNG and have better tool support than PCL/PWG. | |||
2013-09-06 | Add '-' as a option for stdout to mudraw | Robin Watts | |
2013-08-30 | Add simple banding to mudraw. | Robin Watts | |
The most complex part here is to ensure that we can output various bitmaps in bands. | |||
2013-08-28 | Dump glyph cache size as part of mudraw -M | Robin Watts | |
2013-08-21 | Add simple memory use tracking to mudraw | Robin Watts | |
2013-08-21 | Add -F flag to mudraw to allow format selection. | Robin Watts | |
This allows us to "mudraw -F ppm -o /dev/null" etc. | |||
2013-07-26 | Reword mutool usage text. | Tor Andersson | |
2013-07-25 | Fix mutool poster operation. | Robin Watts | |
2013-07-24 | Bug 694429: Fix potential overflows in sprintf in pdfextract | Robin Watts | |
Thanks to Pengsu Cheng for pointing out the problem. | |||
2013-07-11 | Implement dynamic page tree lookups. | Tor Andersson | |
No more caching a flattened page tree in doc->page_objs/refs. No more flattening of page resources, rotation and boxes. Smart page number lookup by following Parent links. Naive implementation of insert and delet page that doesn't rebalance the trees. Requires existing page tree to hook into, cannot be used to create a page tree from scratch. | |||
2013-07-04 | Update pdf_write_document to support incremental update | Paul Gardiner | |
2013-06-26 | Silence compiler warnings. | Tor Andersson | |
2013-06-25 | Rid the world of "pdf_document *xref". | Robin Watts | |
For historical reasons lots of the code uses "xref" when talking about a pdf document. Now pdf_xref is a separate type this has become confusing, so replace 'xref' with 'doc' for clarity. | |||
2013-06-25 | Update pdf_obj's to have a pdf_document field. | Robin Watts | |
Remove the fz_context field to avoid the structure growing. | |||
2013-06-21 | Initial PDF editing/page creation commit | Robin Watts | |
2013-06-20 | Rename fz_image_to_pixmap to fz_new_pixmap_from_image. | Tor Andersson | |
Match our naming conventions. | |||
2013-06-20 | Rearrange source files. | Tor Andersson | |