summaryrefslogtreecommitdiff
path: root/fitz/res_bitmap.c
AgeCommit message (Expand)Author
2012-06-25Fix incorrect assignment in unused bitmap accessor.Sebastian Rasmussen
2012-03-13Rename some functions and accessors to be more consistent.Tor Andersson
2012-03-12More API tidying.Robin Watts
2012-03-06Split fitz.h/mupdf.h into internal/external headers.Robin Watts
2012-02-03Be consistent about passing a fz_context argument in pixmap functions.Tor Andersson
2011-12-16Add fz_malloc_struct, and make code use it.Robin Watts
2011-10-04Move to exception handling rather than error passing throughout.Robin Watts
2011-09-21Rename malloc functions for arrays (fz_calloc and fz_realloc).Tor Andersson
2011-09-15Add context to mupdf.Robin Watts
2011-09-14Initial import of exception handling codeRobin Watts
2011-04-06Rename span to stride, and add gray->bgr fast path image drawing.Tor Andersson
2011-04-06First cut at halftone support. Mono only, 16x16 default halftone.Robin Watts