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
/
imagedraw.c
Age
Commit message (
Expand
)
Author
2010-10-13
Remove (broken?) center-of-pixel adjustments in image rendering.
Tor Andersson
2010-09-08
Smooth image scaling and drawing fixes by Robin Watts.
Tor Andersson
2010-08-07
Fix bug where image with alpha painting was not multiplying colors with the c...
Tor Andersson
2010-08-04
Rearrange low level painting functions and add new functions for constant alp...
Tor Andersson
2010-07-23
Fix typo in grayscale image sampling.
Tor Andersson
2010-07-22
Grid fit images rather than just prevent dropouts.
Tor Andersson
2010-07-22
Prevent dropouts of small images.
Tor Andersson
2010-07-21
Add Robin Watts' smooth image scaling code.
Tor Andersson
2010-07-21
Replace path blending with general blending functions. Rewrite image renderin...
Tor Andersson
2010-07-09
Fix up restrict keyword in prototypes to remove warnings on MSVC.
Tor Andersson
2010-07-01
Fix typo and rename some variables.
Tor Andersson
2010-06-29
Move over to RGBA instead of ARGB. Add missing gray-alpha 'duff' functions.
Robin Watts
2010-06-22
Add support for greyscale rendering to the mupdf core and pdfdraw.
Robin Watts
2010-06-18
SWAR implementations of the image drawing functions, plus some tweaks to the ...
Robin Watts
2010-06-15
Remove all use of the fz_mul255 macro in the porterduff/imagedraw code in fav...
Robin Watts
2010-05-20
Draw images with anti-aliased edges.
Tor Andersson
2010-05-14
Add workaround to clip image blits against the unit rectangle.
Tor Andersson
2010-05-10
Use correct color index in image mask rendering. It still used the old indexe...
Tor Andersson
2010-03-15
Rename fitzdraw directory to draw.
Tor Andersson