summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-25Use a separate decodetile function for non-indexed images.Tor Andersson
2010-07-25Premultiply colors with alpha when expanding indexed pixmaps.Tor Andersson
2010-07-25Never scale the components of indexed images. Let decodetile use maxval for s...Tor Andersson
2010-07-24Slower but slightly more accurate CMYK to RGB conversion.Tor Andersson
2010-07-23Tweaks to compile on FreeBSD.Tor Andersson
2010-07-23Allow some makefile variables to be overridden on the command line to ease cr...Tor Andersson
2010-07-23Fix typo in grayscale image sampling.Tor Andersson
2010-07-23Fix to stop the asserts in smoothscale.Robin Watts
2010-07-23Support constant alpha for shadings, images and transparency groups.Tor Andersson
2010-07-23Make predictor filter flush partially processed scanlines when encountering E...Sebastian Rasmussen
2010-07-23Remove XPS parser legacy flate decode parameter parsing.Sebastian Rasmussen
2010-07-23Have zlib always flush as much output as possible when decoding.Sebastian Rasmussen
2010-07-22Grid fit images rather than just prevent dropouts.Tor Andersson
2010-07-22Prevent dropouts of small images.Tor Andersson
2010-07-22Delete library archives before running ar to prevent build skew when files ha...Tor Andersson
2010-07-22Fix bug where inline image data was not being fully loaded.Tor Andersson
2010-07-21Only initialise the 1-bit image unpacking tables when we encounter a monobit ...Tor Andersson
2010-07-21Add Robin Watts' smooth image scaling code.Tor Andersson
2010-07-21Replace path blending with general blending functions. Rewrite image renderin...Tor Andersson
2010-07-21Clear glyph cache key struct with memset to make sure we don't hash uninitial...Tor Andersson
2010-07-20Replace explicit comparisons with MIN/MAX/ABS macros.Sebastian Rasmussen
2010-07-21Replace text blending with general blending functions.Tor Andersson
2010-07-21Allow blend mode to be specified inside an array.Tor Andersson
2010-07-21Reorganize pixmap blending functions.Tor Andersson
2010-07-21Fixes to compile with MSYS.Tor Andersson
2010-07-20Fix bug in fmtobj -- move the check for indirect first.Tor Andersson
2010-07-19Update usage text in pdfclean.Tor Andersson
2010-07-19Update debian package and the man pages for the command line tools.Tor Andersson
2010-07-19Fix a bug where stray ')' characters were not handled properly by the lexer, ...Tor Andersson
2010-07-18Check that object offsets are within the file when reading the xref table.Tor Andersson
2010-07-17Don't use internal fields in object pretty printer.Tor Andersson
2010-07-17Remove all trailing whitespace.Tor Andersson
2010-07-17Minor edits of multi-line comments.Tor Andersson
2010-07-17Minor edits.Tor Andersson
2010-07-17Fix bug in duplicate object removal causing segfault, and free resources in p...Sebastian Rasmussen
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-16Fix bug where null object might cause string comparison with nil.Sebastian Rasmussen
2010-07-17Parse and warn about constant alpha values being ignored.Tor Andersson
2010-07-17Silence warnings.Tor Andersson
2010-07-17Support SMasks for general graphics (incomplete).Tor Andersson
2010-07-16Add command to show the page tree in pdfshow.Tor Andersson
2010-07-16Plug memory leaks.Tor Andersson
2010-07-16Set scissor after replacing dest with the transparency buffer. Pop the transp...Tor Andersson
2010-07-16Add a flag to disable the accelerated plotting functions in pdfdraw.Tor Andersson
2010-07-16Fix typo in pdfinfo causing too long colorspace names.Sebastian Rasmussen
2010-07-16Add timing and checksum flags to the new pdfdraw tool.Tor Andersson
2010-07-16Check dicts for null so we don't get lots of warnings.Tor Andersson
2010-07-16Prevent infinite recursion when loading page tree.Tor Andersson
2010-07-16Fix harmless typo in hash table.Tor Andersson
2010-07-16Refactor pdf store presence to be optional and use function pointers.Tor Andersson