summaryrefslogtreecommitdiff
path: root/xps/xpsimage.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* pdfwrite - fix group attributes ColorSpaceKen Sharp2022-04-011-1/+2
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* lgtm.com fixes: Multiplication of narrow type in wider context.Robin Watts2020-05-151-2/+2
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Squashed commit of the opacity_shape branchMichael Vrhel2020-03-271-2/+1
* Add a couple of FIXMEs to the xps interpreter.Robin Watts2019-11-081-0/+1
* pdfwrite - Use CA and ca for text with transparencyKen Sharp2019-10-081-0/+2
* Reference count image colorspaces in XPS.Robin Watts2019-07-091-8/+11
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* pdfwrite/PDF interpreter/transparency - identify page level groupsKen Sharp2018-12-201-1/+1
* Make ICC profile management thread safe.Ray Johnston2018-03-281-2/+2
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* XPS interpreter - when discarding an ICC profile for an image, NULL hte pointerKen Sharp2017-12-281-0/+1
* Set tags correctly for glyphs when sent as masked images.Robin Watts2017-03-161-1/+1
* Add strlcpy and strlcat to ghostscript.Henry Stiles2016-06-091-1/+1
* Fix for Bug 696514. rinkj deviceMichael Vrhel2016-01-261-2/+3
* xps: Bail on zip errors instead of returning a part full of garbage.Tor Andersson2015-11-241-1/+1
* xps: Various arithmetic and uninitialized value fixes.Tor Andersson2015-11-241-0/+3
* Add in some error checking during ICC profile creation.Michael Vrhel2015-05-191-0/+2
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-1/+9
* xps: Remove trailing whitespace.Tor Andersson2014-07-221-1/+1
* Make sure to set the soft mask opacity to one so that we do not apply theMichael Vrhel2013-10-141-0/+3
* Introduce GS_THREADSAFE define and modify printing calls.Robin Watts2012-09-181-1/+1
* Fix in XPS interpreter to ensures we only push the smallest transparency grou...Michael Vrhel2012-07-051-2/+5
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Fix for bug 692865. Make XPS interpreter use ICC color spaces for defaultMichael Vrhel2012-02-241-2/+1
* Fix for Bug 692505 XPS patterns with transparency.Michael Vrhel2011-10-271-1/+3
* Don't treat image decoding errors as fatal in GhostXPS.Tor Andersson2011-01-241-5/+5
* Add rudimentary JPEG-XR support to GhostXPS using the JPEG-XR reference softw...Tor Andersson2011-01-241-2/+2
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-301-0/+8
* revert back to 11450.Henry Stiles2010-06-291-8/+0
* Balance transparency group and gsave/grestore calls when returning with errors.Tor Andersson2010-06-291-0/+8
* A gs_gsave that should have been a gs_grestore was causing device reference c...Ken Sharp2010-06-251-1/+1
* Move ICC wrapper colorspace out of the xps context.Tor Andersson2010-06-251-161/+80
* Whitespace and indentation fixes.Tor Andersson2010-06-221-16/+15
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-83/+90
* Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel2010-06-151-35/+160
* Turn image interpolation back on for xps. It was accidentally turned off in ...Michael Vrhel2010-06-041-1/+1
* Change so that we avoid double decoding of images in xps code. Previously we...Michael Vrhel2010-06-041-16/+33
* Catch and swallow image loading errors when scanning a page for transparency.Tor Andersson2010-05-281-3/+12
* Simplify ZIP parsing.Tor Andersson2010-04-261-1/+1
* Run "git stripspace" over the GhostXPS source to remove trailingTor Andersson2010-04-221-1/+0
* Use safe length checked string functions instead of strcpy and strcat.Tor Andersson2010-04-201-1/+1
* Update GhostXPS copyright blobs for year 2010.Tor Andersson2010-04-201-1/+1
* Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson2010-04-201-119/+119
* Only cache the font and colorspace resources that need to persist so that we ...Tor Andersson2009-11-191-20/+23
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-2/+2
* Calculate stride properly when drawing the alpha channel of an image as a sof...Tor Andersson2009-10-131-1/+1
* Make the libpng input transformations and handling of pixel formats more robu...Tor Andersson2009-10-091-24/+11