summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-07-30Bail on JPX images with unknown colorspaces.Tor Andersson
2010-07-30Refactor image loading.Tor Andersson
2010-07-30Make an educated guess at the stream length by looking at the filters used in...Tor Andersson
2010-07-30Treat JPXDecode images as a special case bypassing the regular filter logic.Tor Andersson
2010-07-29Use chained reader like interface for filters instead of process interface.Tor Andersson
2010-07-30Pass the page resources to softmask xobjects.Tor Andersson
2010-07-30Fix typo in pdfinfo that causes colorspace names to be truncated.Sebastian Rasmussen
2010-07-29Test return code from runxobject on softmasks.Tor Andersson
2010-07-29Copy jconfig.txt to jconfig.h when building third party libjpeg.Tor Andersson
2010-07-27Allow empty filter array when building filter for inline streams.Tor Andersson
2010-07-27Don't cache resolved objects in the indirect reference object (rely on the xr...Tor Andersson
2010-07-26Add function to update an object in the xref (for pdfclean).Tor Andersson
2010-07-26Only drop objects that have been renumbered in pdfclean.Sebastian Rasmussen
2010-07-26Fix bug where storage capacity of 0 or 1 was not taken care of.Sebastian Rasmussen
2010-07-25Apply decode array for image masks.Tor Andersson
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