index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fitz
/
res_pixmap.c
Age
Commit message (
Expand
)
Author
2013-05-21
Split PWG code into a separate file.
Robin Watts
2013-05-21
Add PWG options structure for writing PWGs.
Robin Watts
2013-05-16
Add colorspace context.
Tor Andersson
2013-05-16
Add PWG raster output to mudraw.
Robin Watts
2013-05-10
Tweak png outputting functions.
Robin Watts
2013-04-26
Rename functions for consistency.
Robin Watts
2013-04-25
Generalise fz_write_png to fz_output_pixmap_to_png
Robin Watts
2013-04-11
Move pdf_image to fz_image.
Robin Watts
2013-02-06
Rename bbox to irect.
Tor Andersson
2013-02-06
Change to pass structures by reference rather than value.
Robin Watts
2013-01-30
Rename fz_irect back to fz_bbox.
Tor Andersson
2013-01-30
Introduce fz_irect where the old fz_bbox was useful.
Tor Andersson
2013-01-30
Eliminate fz_bbox in favor of fz_rect everywhere.
Tor Andersson
2012-12-13
Bug 693290: PNG image fuzzing issues.
Robin Watts
2012-11-21
Bug 693458: Fix subscaler logic.
Robin Watts
2012-11-21
Bug 693458: Fix calculation of pointer offset in subsampler.
Robin Watts
2012-11-21
ARM code pixmap subsampler.
Robin Watts
2012-11-19
Add image subsampling function.
Robin Watts
2012-11-16
Only invert color values, not alpha, in fz_invert_pixmap_rect.
Tor Andersson
2012-07-05
Move to static inline functions from macros.
Robin Watts
2012-06-18
Fix indentation and white space errors.
Tor Andersson
2012-06-11
Fix Bug 693102: Overflows in large pixmap indexing.
Robin Watts
2012-06-08
Fix Bug 693097; memory overwrite when handling knockout groups.
Robin Watts
2012-03-13
Add ctx argument and rename fz_bound_pixmap to fz_pixmap_bbox.
Tor Andersson
2012-03-13
Rename some functions and accessors to be more consistent.
Tor Andersson
2012-03-13
Split XPS header. Update Makefile dependencies. Add pixmap w/h accessors.
Tor Andersson
2012-03-06
Split fitz.h/mupdf.h into internal/external headers.
Robin Watts
2012-03-01
Remove mask entry from fz_pixmap as never used any more.
Robin Watts
2012-02-25
Rework image handling for on demand decode
Robin Watts
2012-02-22
Fix a double free on an error path.
Robin Watts
2012-02-07
Rename a few functions.
Tor Andersson
2012-02-03
Be consistent about passing a fz_context argument in pixmap functions.
Tor Andersson
2012-01-19
Multi-threading support for MuPDF
Robin Watts
2012-01-06
Catch errors with impossibly wide images.
Robin Watts
2011-12-21
Fix whitespace.
Tor Andersson
2011-12-19
More Memory squeezing fixes
Robin Watts
2011-12-17
More Memory Squeezing fixes.
Robin Watts
2011-12-16
Add fz_malloc_struct, and make code use it.
Robin Watts
2011-12-15
Fix warnings/errors on unix builds.
Robin Watts
2011-12-15
Remove 'soft limit' on pixmaps in favour of fz_store.
Robin Watts
2011-12-15
Rework pdf_store to fz_store, a part of fz_context.
Robin Watts
2011-12-08
Merge branch 'master' into context
Robin Watts
2011-12-08
Undo pre-multiplied alpha when saving PNG with alpha channels.
Tor Andersson
2011-10-04
Move to exception handling rather than error passing throughout.
Robin Watts
2011-09-21
Add warning context.
Tor Andersson
2011-09-21
Rename malloc functions for arrays (fz_calloc and fz_realloc).
Tor Andersson
2011-09-15
Add context to mupdf.
Robin Watts
2011-09-14
Initial import of exception handling code
Robin Watts
2011-08-17
pdfdraw: Add command line option to gamma correct and invert images.
Tor Andersson
2011-08-06
Cosmetic style fixes.
Tor Andersson
[next]