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
/
pdf
/
pdf-image.c
Age
Commit message (
Expand
)
Author
2018-04-27
Use pdf_dict_get_int, etc.
Tor Andersson
2018-04-25
Fix 698779: Wrong type for arguments when creating CCITTFax images.
Tor Andersson
2018-04-24
Remove need for namedump by using macros and preprocessor.
Tor Andersson
2018-03-22
Use pdf_add_new_dict family of functions.
Tor Andersson
2018-03-22
Use pdf_dict_put_dict family of functions.
Tor Andersson
2018-03-16
Simplify PDF font creation code.
Tor Andersson
2018-01-31
Use convenience pdf dictionary/array creation functions.
Tor Andersson
2018-01-10
Add colorspace type enum and use it instead of hardcoded checks on N.
Tor Andersson
2017-10-24
Don't apply default decode array to ICC Lab image data.
Robin Watts
2017-10-05
Remove shadowed variables.
Sebastian Rasmussen
2017-08-17
Fix 698357: Strip alpha and spot channels when saving PDF images.
Tor Andersson
2017-08-16
Bug 698168: Add support for writing indexed images to pdfs.
Sebastian Rasmussen
2017-08-16
Add bits per component parameter for flate and lzw compressed images.
Sebastian Rasmussen
2017-08-16
Add pdf filter parameters to DecodeParms when writing images.
Sebastian Rasmussen
2017-06-22
Add Color Management interface to MuPDF, with LCMS implementation.
Michael Vrhel
2017-06-16
Strip doc out of color space load method
Michael Vrhel
2017-04-27
Include required system headers.
Tor Andersson
2017-01-02
Fix leak of image mask.
Sebastian Rasmussen
2016-12-14
Have callers of fz_new_image_from_pixmap() drop supplied mask.
Sebastian Rasmussen
2016-12-14
Move checks as early as possible, outside of fz_try().
Sebastian Rasmussen
2016-12-14
jpx: Delay determining if colorspace is indexed.
Sebastian Rasmussen
2016-12-14
Split out jpx handling in separate function.
Sebastian Rasmussen
2016-12-14
Let pixmap colorspace conversion create new pixmap.
Sebastian Rasmussen
2016-12-14
Plug pixmap leak when fz_convert_pixmap() throws.
Sebastian Rasmussen
2016-11-14
Make fz_buffer structure private to fitz.
Robin Watts
2016-10-21
Clean up pdf_add_image to handle unknown image formats more robustly.
Tor Andersson
2016-10-21
Clean up FZ_IMAGE_XXX enums and purge unused FZ_IMAGE_JBIG2.
Tor Andersson
2016-10-18
Remove unused luminosity.
Sebastian Rasmussen
2016-10-06
Hide internals of fz_colorspace
Robin Watts
2016-09-01
pdf: Load/open streams by indirect reference object when possible.
Tor Andersson
2016-09-01
Simplify PDF resource caching table handling.
Tor Andersson
2016-07-12
Fix bugs in pdf_add_image.
Tor Andersson
2016-07-06
pdf: Drop generation number from public interfaces.
Tor Andersson
2016-05-24
fz_pixmap revamp: add stride and make alpha optional
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
Partial image decode.
Robin Watts
2016-03-01
Rename pdf_new_ref to pdf_add_object.
Tor Andersson
2016-02-29
Rename pdf_add_simple_font_res and friends.
Tor Andersson
2016-02-29
Remove pdf_res struct. Use pdf_obj indirect references directly.
Tor Andersson
2016-02-29
Rename some functions.
Tor Andersson
2016-02-29
Add mutool create tool, and PDF font and image resource creation.
Michael Vrhel
2016-02-22
Remove pointless casts from void*.
Tor Andersson
2015-09-01
Default to invert_cmyk_jpeg for all formats other than PDF.
Tor Andersson
2015-03-24
Rework handling of PDF names for speed and memory.
Robin Watts
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
2014-05-27
Fix 693517: Support /SMask/Matte preblended images.
Tor Andersson
2014-05-06
Fix 694909: revert "Force colorspaces to match with JPX images." and ...
Tor Andersson
[next]