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-12-27
Strip extraneous blank lines.
Tor Andersson
2016-12-14
Have callers of fz_new_image_from_pixmap() drop supplied mask.
Sebastian Rasmussen
2016-12-14
jpx: Delay determining if colorspace is indexed.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-11-02
Do not drop compressed buffer twice in case of error.
Sebastian Rasmussen
2016-11-01
Don't dereference NULL subarea when rasterizing display list images.
Tor Andersson
2016-10-18
All external drop functions handles NULL.
Sebastian Rasmussen
2016-10-18
Avoid checking argument to fz_drop_*()/fz_free().
Sebastian Rasmussen
2016-10-10
PDF Images: Add a flag for if we need to apply the decode array
Robin Watts
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-19
fz_store: Reap passes.
Robin Watts
2016-09-16
Extend store to cope with references used in keys.
Robin Watts
2016-07-12
Fix typo in fz_new_image_from_pixmap.
Tor Andersson
2016-07-08
Separate close and drop functionality for devices and writers.
Tor Andersson
2016-07-06
Add support for decoding pbm/pgm/ppm/pam images.
Sebastian Rasmussen
2016-07-05
Support J2K/JP2 files in CBZ.
Sebastian Rasmussen
2016-06-23
Support TIFF files in CBZ.
Tor Andersson
2016-06-17
Add device space transform state to draw device.
Tor Andersson
2016-06-17
Use 'size_t' instead of int as appropriate.
Robin Watts
2016-06-14
Fix typos in various parts of the code.
Sebastian Rasmussen
2016-06-07
Fix subarea image calculations
Robin Watts
2016-05-29
Tweak plotter code slightly for speed.
Robin Watts
2016-05-26
Avoid unnecessary alphas when decompressing images from streams.
Robin Watts
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
Robin Watts
2016-05-20
Add images based on display lists.
Tor Andersson
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
[next]