summaryrefslogtreecommitdiff
path: root/xps/xpstiff.c
Commit message (Expand)AuthorAgeFilesLines
* Update postal address in file headersChris Liddell2023-04-041-3/+3
* Update copyright to 2021Chris Liddell2021-03-151-1/+1
* lgtm.com fixes: Avoid narrow mult cast to longer type.Robin Watts2020-05-111-3/+3
* Update copyright to 2020Chris Liddell2020-04-101-1/+1
* Reference count image colorspaces in XPS.Robin Watts2019-07-091-0/+4
* Update source/header file copyright notice to 2019Chris Liddell2019-01-161-1/+1
* Update copyright notice with new head office address.Ken Sharp2018-01-301-3/+3
* Feature - JPEG Pass throughKen Sharp2018-01-221-0/+3
* Update LZW decode to cope with TIFF 5.0 streams.Robin Watts2016-06-131-0/+2
* Squash warnings: XPS MSVCRobin Watts2016-01-041-2/+2
* Fix segfault with ppmraw -r300 from fts_06_0626.pdf.xpse when allocation failsRay Johnston2015-01-031-6/+6
* xps: Remove trailing whitespace.Tor Andersson2014-07-221-1/+1
* xps: Allow colormapped 1-bit TIFF files.Tor Andersson2014-07-221-1/+9
* xps: Check the existence of stripbytecounts before using in TIFF decoder.Tor Andersson2013-08-291-3/+10
* Update copyright "headers".Chris Liddell2012-06-131-6/+9
* Replace all uses of 'template' with 'templat'.Robin Watts2011-11-101-1/+1
* Fix to handle tiff associated alpha images correctly in XPSMichael Vrhel2011-10-211-0/+29
* Fix bug where image->colorspace was still treated as an enum.Tor Andersson2010-06-251-5/+2
* Move ICC wrapper colorspace out of the xps context.Tor Andersson2010-06-251-62/+61
* Whitespace and indentation fixes.Tor Andersson2010-06-221-7/+4
* Add error propagation where it is missing, and remove error returns where the...Tor Andersson2010-06-221-91/+41
* Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel2010-06-151-1/+42
* Change so that we avoid double decoding of images in xps code. Previously we...Michael Vrhel2010-06-041-0/+83
* 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-19/+19
* Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson2009-10-291-49/+0
* Move xps_tiff_debug() to the head of xpstiff.c.Ralph Giles2009-10-161-50/+49
* Handle 16-bit samples in getcomp and putcomp used in TIFF BlackIs1 handling.Tor Andersson2009-10-091-0/+2
* Make the libpng input transformations and handling of pixel formats more robu...Tor Andersson2009-10-091-14/+6
* Add copyright and description banners to the xps and svg code.Ralph Giles2008-08-211-2/+17
* Byte swap 16-bit TIFF images to native byte order if necessary.Tor Andersson2008-05-291-0/+30
* Rearrange XPS parser init/deinit code to allow multiple jobs to run in sequen...Tor Andersson2008-03-141-2/+2
* Fix a stupid typo in reading uncompressed TIFF data strips. Should fix most T...Tor Andersson2008-02-041-4/+14
* HD-Photo codec stub.Tor Andersson2007-10-031-2/+2
* Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles2007-09-251-19/+19
* Tiling images. Fix TIFF resolution bug.Tor Andersson2007-07-161-0/+3
* Add stubbed files for visual, image and gradient brushes.Tor Andersson2007-02-201-0/+1022