summaryrefslogtreecommitdiff
path: root/draw/imageunpack.c
AgeCommit message (Expand)Author
2011-04-04draw: Rename files in draw directory.Tor Andersson
2011-03-31xps: Clean up image loading code, and handle images with alpha.Tor Andersson
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-25Never scale the components of indexed images. Let decodetile use maxval for s...Tor Andersson
2010-07-21Only initialise the 1-bit image unpacking tables when we encounter a monobit ...Tor Andersson
2010-07-11Always use 255 to pad alpha since it is not affected by scale.Tor Andersson
2010-07-11Reinsert Robin Watts' specialized pixel unpacking loops.Tor Andersson
2010-07-11Refactor image pixel unpacking.Tor Andersson
2010-07-10Refactor colorspace and PDF image parsing code.Tor Andersson
2010-07-09Fix up restrict keyword in prototypes to remove warnings on MSVC.Tor Andersson
2010-06-29Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.Robin Watts
2010-06-23Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).Tor Andersson
2010-06-22Add support for greyscale rendering to the mupdf core and pdfdraw.Robin Watts
2010-06-17Fix a handful typos reported in bug 691398.Tor Andersson
2010-06-16Do runtime endianness test instead of relying on unreliable preprocessor macros.Tor Andersson
2010-03-15Rename fitzdraw directory to draw.Tor Andersson