summaryrefslogtreecommitdiff
path: root/apps/pdfdraw.c
AgeCommit message (Expand)Author
2010-07-15Add pixmap writing functions for PNM, PAM and PNG (without libpng) formats.Tor Andersson
2010-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-07-08Simplify #ifdef labyrinth and make some source more c89 compatible.Tor Andersson
2010-07-08Remove unmaintained MMX optimized function and runtime detection.Tor Andersson
2010-06-29Reformat to remove all instances of double spaces (to easier spot indentation...Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-25Clear the pixmap buffer between bands.Tor Andersson
2010-06-23Automatically switch to using bands if the resulting image size is too large ...Tor Andersson
2010-06-23Remove a stray space at the beginning of a line.Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-21Revert a local debugging change that snuck into a patch.Tor Andersson
2010-06-21Preload page tree into an array to avoid unnecessary linear searching when lo...Tor Andersson
2010-06-20Rename the remaining non-reference-counted free functions to free instead of ...Tor Andersson
2010-06-19Floats everywhere!Tor Andersson
2010-06-15Explicitly return 0 from main() in the tools.Tor Andersson
2010-05-24Make the pdfdraw benchmark numbers fit on a 80 column terminal.Sebastian Rasmussen
2010-05-22Print indirect object reference in error messages.Sebastian Rasmussen
2010-05-16Print filename in error message when not being able to open file in pdftools.Sebastian Rasmussen
2010-04-24Fix memory leaks when running pdfdraw in text extraction mode.Tor Andersson
2010-04-24Add font and font size information to text spans.Tor Andersson
2010-04-18Silencing two compiler warnings.Sebastian Rasmussen
2010-04-16Rewrite glyph cache to use fz_hashtable without a fixed size buffer.Tor Andersson
2010-04-15Make the content stream interpreter automatically rewind the fz_buffer.Tor Andersson
2010-04-15Make the glyph cache an input to fz_newdrawdevice so that it can be shared be...Tor Andersson
2010-04-15XML-ify output of dev_trace.Tor Andersson
2010-04-12Enable archx86 optimized code in the default build on MacOS X.Tor Andersson
2010-04-12Support multipage ppm output in pdfdraw if the filename pattern does not cont...Tor Andersson
2010-04-11Rename functions fz_intersectirects and fz_transformaabb.Tor Andersson
2010-04-11Rename fz_irect to fz_bbox.Tor Andersson
2010-04-11Revert to using fitz string functions instead of non-standard libc variants.Tor Andersson
2010-04-04Add flag to force checksumming of pixel data when rendering pages in pdfdraw.Sebastian Rasmussen
2010-04-08Add display list device.Tor Andersson
2010-04-06Support rendering alpha mask only with the device colorspace set to NULL. Use...Tor Andersson
2010-03-09Add text extraction device.Tor Andersson
2010-02-09Use fz_pixmap instead of fz_image and remove the subclassing in pdf_image.Tor Andersson
2010-01-08Do not clear pixmap after writing to file in pdfdraw.Sebastian Rasmussen
2010-01-08Make pdfdraw print to stdout.Sebastian Rasmussen
2010-01-07Reenable x11pdf viewer.Tor Andersson
2010-01-07Draw images and shadings.Tor Andersson
2010-01-07Refactor csi creation and running.Tor Andersson
2010-01-07Fix typos in stroking code and pass the device matrix to the interpreter. Now...Tor Andersson
2009-12-07Add dev_draw.Tor Andersson
2009-12-07Implement a device interface and a tracing device for fitz.Tor Andersson
2009-12-03Make pdfdraw tool run the interpreter so the stubs can show the content being...Tor Andersson
2009-12-03Chopped out the tree building, leaving only pdf_showstuff stubs.Tor Andersson
2009-12-02Killing time. Butchered display tree and disabled all calls to it.Tor Andersson
2010-01-16Only take md5sum if there is no pnm output file.Tor Andersson
2009-12-05Fluxh xref between pages in pdfdraw.Sebastian Rasmussen
2009-11-29Fix up indentation.Tor Andersson
2009-11-20As a new code policy in MuPDF, malloc cannot return NULL. As a result we can ...Tor Andersson