summaryrefslogtreecommitdiff
path: root/source/pdf/pdf-image.c
AgeCommit message (Expand)Author
2016-11-14Make fz_buffer structure private to fitz.Robin Watts
2016-10-21Clean up pdf_add_image to handle unknown image formats more robustly.Tor Andersson
2016-10-21Clean up FZ_IMAGE_XXX enums and purge unused FZ_IMAGE_JBIG2.Tor Andersson
2016-10-18Remove unused luminosity.Sebastian Rasmussen
2016-10-06Hide internals of fz_colorspaceRobin Watts
2016-09-01pdf: Load/open streams by indirect reference object when possible.Tor Andersson
2016-09-01Simplify PDF resource caching table handling.Tor Andersson
2016-07-12Fix bugs in pdf_add_image.Tor Andersson
2016-07-06pdf: Drop generation number from public interfaces.Tor Andersson
2016-05-24fz_pixmap revamp: add stride and make alpha optionalRobin Watts
2016-04-28Fix JPX breakage caused during refactor.Robin Watts
2016-04-28Refactor fz_image code cases.Robin Watts
2016-04-28Tweak fz_image in preparation for things to come.Robin Watts
2016-04-28Partial image decode.Robin Watts
2016-03-01Rename pdf_new_ref to pdf_add_object.Tor Andersson
2016-02-29Rename pdf_add_simple_font_res and friends.Tor Andersson
2016-02-29Remove pdf_res struct. Use pdf_obj indirect references directly.Tor Andersson
2016-02-29Rename some functions.Tor Andersson
2016-02-29Add mutool create tool, and PDF font and image resource creation.Michael Vrhel
2016-02-22Remove pointless casts from void*.Tor Andersson
2015-09-01Default to invert_cmyk_jpeg for all formats other than PDF.Tor Andersson
2015-03-24Rework handling of PDF names for speed and memory.Robin Watts
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-05-27Fix 693517: Support /SMask/Matte preblended images.Tor Andersson
2014-05-06Fix 694909: revert "Force colorspaces to match with JPX images." and ...Tor Andersson
2014-03-18Fix operator buffering of inline images.Robin Watts
2014-01-16fix memory leaks in pdf_load_jpx and fz_new_image_from_pixmapSimon Bünzli
2014-01-06fix various MSVC warningsSimon Bünzli
2014-01-02Cull code unused as a result of the "tolerate inline images..." fix.Robin Watts
2013-09-13Fix various compile warnings spotted by the cluster.Robin Watts
2013-09-10correctly set indexed colors in pdf_set_colorSimon Bünzli
2013-08-28fix memory leaksSimon Bünzli
2013-06-25Rid the world of "pdf_document *xref".Robin Watts
2013-06-20Rearrange source files.Tor Andersson