index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
draw
/
imageunpack.c
Age
Commit message (
Expand
)
Author
2011-03-31
xps: Clean up image loading code, and handle images with alpha.
Tor Andersson
2010-07-25
Apply decode array for image masks.
Tor Andersson
2010-07-25
Use a separate decodetile function for non-indexed images.
Tor Andersson
2010-07-25
Never scale the components of indexed images. Let decodetile use maxval for s...
Tor Andersson
2010-07-21
Only initialise the 1-bit image unpacking tables when we encounter a monobit ...
Tor Andersson
2010-07-11
Always use 255 to pad alpha since it is not affected by scale.
Tor Andersson
2010-07-11
Reinsert Robin Watts' specialized pixel unpacking loops.
Tor Andersson
2010-07-11
Refactor image pixel unpacking.
Tor Andersson
2010-07-10
Refactor colorspace and PDF image parsing code.
Tor Andersson
2010-07-09
Fix up restrict keyword in prototypes to remove warnings on MSVC.
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-23
Add special case loops for loadtile8 when pad is 1 and 3 (grayscale and rgb).
Tor Andersson
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-17
Fix a handful typos reported in bug 691398.
Tor Andersson
2010-06-16
Do runtime endianness test instead of relying on unreliable preprocessor macros.
Tor Andersson
2010-03-15
Rename fitzdraw directory to draw.
Tor Andersson