summaryrefslogtreecommitdiff
path: root/fitz/fitz.h
AgeCommit message (Expand)Author
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-27Don't cache resolved objects in the indirect reference object (rely on the xr...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-23Support constant alpha for shadings, images and transparency groups.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-21Replace text blending with general blending functions.Tor Andersson
2010-07-21Reorganize pixmap blending functions.Tor Andersson
2010-07-21Fixes to compile with MSYS.Tor Andersson
2010-07-17Move device colorspace contants into the fitz namespace.Tor Andersson
2010-07-17Support SMasks for general graphics (incomplete).Tor Andersson
2010-07-15Refactored xref opening functions, command line tools, and rewrote pdfdraw to...Tor Andersson
2010-07-15Check page for transparency to install a page-level transparency group.Tor Andersson
2010-07-15Add pixmap writing functions for PNM, PAM and PNG (without libpng) formats.Tor Andersson
2010-07-14Add transparency group/mask device calls and implement basic blend modes when...Tor Andersson
2010-07-13Implement stroked text.Tor Andersson
2010-07-11Reinsert Robin Watts' specialized pixel unpacking loops.Tor Andersson
2010-07-11Remove distance calculation in axial shadings, reducing a source of potential...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-07-09Rearrange and merge some files in the fitz directory.Tor Andersson
2010-05-25Merge fitz_res.h and fitz_draw.hTor Andersson
2009-12-02Killing time. Butchered display tree and disabled all calls to it.Tor Andersson
2009-02-28Merge and move header files into the source directories.Tor Andersson