summaryrefslogtreecommitdiff
path: root/source/cbz/muimg.c
AgeCommit message (Expand)Author
2016-10-11Free document in fz_drop_document(), not in subclassing documents.Sebastian Rasmussen
2016-10-09Open document file in fz_open_document().Sebastian Rasmussen
2016-07-08Separate close and drop functionality for devices and writers.Tor Andersson
2016-07-06Add support for decoding pbm/pgm/ppm/pam images.Sebastian Rasmussen
2016-07-06Add optional support for JPEG-XR.Sebastian Rasmussen
2016-07-05Support J2K/JP2 files in CBZ.Sebastian Rasmussen
2016-06-17Use 'size_t' instead of int as appropriate.Robin Watts
2016-04-26Improve fz_new_documentRobin Watts
2016-03-23Add support for BMP images.Sebastian Rasmussen
2015-12-18Rename fz_image_get_sanitised_res to fz_image_resolution.Tor Andersson
2015-07-29Add support for parsing GIF images.Sebastian Rasmussen
2015-04-14Split fz_meta into separate querying functions.Tor Andersson
2015-02-18Fix typos and reference counting errors in CBZ.Tor Andersson
2015-02-17Remove pointless return value checks when calling fz_open_file.Tor Andersson
2015-02-17Add ctx parameter and remove embedded contexts for API regularity.Tor Andersson