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