index
:
mupdf
master
profxjc
xjc-rebase
MuPDF PDF reader and library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
fitz
/
image.c
Age
Commit message (
Expand
)
Author
2016-05-20
Fix typo.
Robin Watts
2016-05-09
Bug 696759: Fix pdf image subregion decode.
Robin Watts
2016-04-28
Fix JPX breakage caused during refactor.
Robin Watts
2016-04-28
Refactor fz_image code cases.
Robin Watts
2016-04-28
Tweak fz_image in preparation for things to come.
Robin Watts
2016-04-28
Introduce tuning context.
Robin Watts
2016-04-28
Partial image decode.
Robin Watts
2016-03-23
Add support for BMP images.
Sebastian Rasmussen
2016-03-23
Clamp too large image resolution values.
Tor Andersson
2016-03-21
Bug 696668: Update the downscaling logic.
Robin Watts
2016-02-24
Add fz_new_image_from_file.
Tor Andersson
2016-02-22
Drop const from fz_image.
Tor Andersson
2016-01-13
Add lots of consts.
Robin Watts
2015-12-28
Rename fz_image_get_pixmap to fz_get_pixmap_from_image.
Tor Andersson
2015-12-18
Rename fz_image_get_sanitised_res to fz_image_resolution.
Tor Andersson
2015-12-11
Use fz_output instead of FILE* for most of our output needs.
Tor Andersson
2015-09-01
Default to invert_cmyk_jpeg for all formats other than PDF.
Tor Andersson
2015-07-29
Add support for parsing GIF images.
Sebastian Rasmussen
2015-07-20
Enable fz_images to have NULL buffers, and still be decoded.
Robin Watts
2015-06-29
Further tweaks to fz_image handling.
Robin Watts
2015-06-29
Rejig the internals of fz_image slightly.
Robin Watts
2015-02-17
Add helper functions to keep/drop reference counts with locking.
Tor Andersson
2015-02-17
Add ctx parameter and remove embedded contexts for API regularity.
Tor Andersson
2015-02-17
Rename fz_close_* and fz_free_* to fz_drop_*.
Tor Andersson
2015-02-10
Attempting to render a JPEG with xres and yres set to 1 fails.
Robin Watts
2014-07-18
fix off-by-one error in fz_unblend_masked_tile
Simon Bünzli
2014-05-27
Fix 693517: Support /SMask/Matte preblended images.
Tor Andersson
2014-05-12
better buffer underflow protection for ba15a8cd3238a3a3c098ad8b7d96cb0e405fc26f
Simon Bünzli
2014-05-07
Bug 695112: only patch height values in JPEG streams
Simon Bünzli
2014-05-07
Fix 695112: patch JPEG streams with missing dimensions
Tor Andersson
2014-03-18
Fix operator buffering of inline images.
Robin Watts
2014-03-17
Ensure that small images don't subdivide more than they should.
Robin Watts
2014-01-17
Avoid overflows in floating point causing illegal accesses
Robin Watts
2014-01-16
fix memory leaks in pdf_load_jpx and fz_new_image_from_pixmap
Simon Bünzli
2014-01-06
add stub files for JPEG-XR support
Simon Bünzli
2014-01-02
Cull code unused as a result of the "tolerate inline images..." fix.
Robin Watts
2014-01-01
tolerate inline images without EOF markers
Simon Bünzli
2013-09-27
stop checking if the result of fz_read is negative
Simon Bünzli
2013-08-28
add FZ_IMAGE_JXR placeholder for downstream implementors
Simon Bünzli
2013-08-28
invert color transformed CMYK JPEG images
Simon Bünzli
2013-07-19
Initial work on progressive loading
Robin Watts
2013-06-20
Rename fz_image_to_pixmap to fz_new_pixmap_from_image.
Tor Andersson
2013-06-20
Rearrange source files.
Tor Andersson