summaryrefslogtreecommitdiff
path: root/source/fitz
AgeCommit message (Expand)Author
2018-11-01Bug 700040: tar: Handle posix, ustar and v7 tar formats.Sebastian Rasmussen
2018-10-26Guard all calls to the passthrough device in the test device.Sebastian Rasmussen
2018-10-26Avoid dropping stream/color converter twice upon exception.Sebastian Rasmussen
2018-10-26Rewrite try/always/catch macros to allow fz_context to be opaque.Tor Andersson
2018-10-26Use 14 bits of precision for image drawing, to allow for larger images.Tor Andersson
2018-10-25Make fixed point math precision in image drawing a #define.Tor Andersson
2018-10-25Handle premultiplied alpha in generic pixmap color conversion.Tor Andersson
2018-10-25Handle premultiplied alpha in pixmap color conversions (CMYK only).Tor Andersson
2018-10-25Fix asserts and checks in fast_xxx_to_yyy functions.Tor Andersson
2018-10-25Add and use fz_convert_pixmap_samples helper function.Tor Andersson
2018-10-25Drop SLOWCMYK path.Tor Andersson
2018-10-25Make alpha channel unmultiply and premultiply utility functions public.Tor Andersson
2018-10-25Guard loading embedded ICC profiles in images with FZ_ENABLE_ICC.Tor Andersson
2018-10-25Rename NO_ICC to FZ_ENABLE_ICC=0|1 to match other config.h options.Tor Andersson
2018-10-24Pass context to fz_paint_image to allow for printing warnings.Tor Andersson
2018-10-23Drop coords upon exception cloning path.Sebastian Rasmussen
2018-10-23Drop pixmap upon exception allocating draw device.Sebastian Rasmussen
2018-10-23Remove unnecessary exception handling.Sebastian Rasmussen
2018-10-23Drop hash table upon exception.Sebastian Rasmussen
2018-10-23Fix cleanup upon exception in the tiff filters.Sebastian Rasmussen
2018-10-23Remove extra blank lines.Tor Andersson
2018-10-23Dynamically allocate colorspace name, to allow arbitrary lengths.Sebastian Rasmussen
2018-10-23Remove unused variables in output-pcl.cTor Andersson
2018-10-23Add fz_write_pixmap_as_data_uri helper function.Tor Andersson
2018-10-23Allow SVG output to keep ID numbers unique across pages.Tor Andersson
2018-10-23Don't rely on CSS classes in HTML5 text output.Tor Andersson
2018-10-18Bug 699971. Fix bad read of mask type from display list.Robin Watts
2018-10-18Bug 699967: Follow ons.Robin Watts
2018-10-18Bug 699967: Fix crash with wide format output to color PCL.Robin Watts
2018-10-15Update lcms2 to lcms2mt.Robin Watts
2018-10-12Corrected stream reference counting.Sebastian Rasmussen
2018-10-12Drop separation pixmap upon exception.Sebastian Rasmussen
2018-10-12Set separation reference count early.Sebastian Rasmussen
2018-10-12Revert to no CMM if the new CMM engine fails midway.Sebastian Rasmussen
2018-10-12Keep cmm instance around until all colorspaces have been dropped.Sebastian Rasmussen
2018-10-12Rethrow exception when unable to create new ICC colorspace.Sebastian Rasmussen
2018-09-21Add fz_lookup_cjk_font_by_name to create builtin CJK fonts.Tor Andersson
2018-09-21Regularize language and script names.Tor Andersson
2018-09-20Be consistent in use of #if FZ_ENABLE_...Robin Watts
2018-09-20Bug 699798: Avoid removing page from list if page was not loaded.Sebastian Rasmussen
2018-09-19Make fz_page objects singleton.Tor Andersson
2018-09-19Update to OpenJPEG 2.3.0.Sebastian Rasmussen
2018-09-13jpx: Handle ICC color profiles.Sebastian Rasmussen
2018-09-13Bug 699769: Fix bugs in upsampling code for JPX images.Sebastian Rasmussen
2018-09-13Make naming of effective overprint argument consistent.Sebastian Rasmussen
2018-09-13Bug 699750: Check for overprinting correctly.Sebastian Rasmussen
2018-09-12Set the profile BGR flag for non-default ICC colorspaces too.Sebastian Rasmussen
2018-09-06Fix typo in size field of ICC profile colorspace.Sebastian Rasmussen
2018-09-05Take colorspace name from ICC profile.Sebastian Rasmussen
2018-09-05Bug 699715: Support embedded ICC color profiles in GIF.Sebastian Rasmussen