summaryrefslogtreecommitdiff
path: root/xps/xpstiff.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-10Replace all uses of 'template' with 'templat'.Robin Watts1-1/+1
2011-10-21Fix to handle tiff associated alpha images correctly in XPSMichael Vrhel1-0/+29
2010-06-25Fix bug where image->colorspace was still treated as an enum.Tor Andersson1-5/+2
2010-06-25Move ICC wrapper colorspace out of the xps context.Tor Andersson1-62/+61
2010-06-22Whitespace and indentation fixes.Tor Andersson1-7/+4
2010-06-22Add error propagation where it is missing, and remove error returns where the...Tor Andersson1-91/+41
2010-06-15Addition of code to use new icc color architecture in xps rendering. Tor to ...Michael Vrhel1-1/+42
2010-06-04Change so that we avoid double decoding of images in xps code. Previously we...Michael Vrhel1-0/+83
2010-04-20Update GhostXPS copyright blobs for year 2010.Tor Andersson1-1/+1
2010-04-20Reformat GhostXPS source to use 4 spaces for indentation rather than a mix of...Tor Andersson1-19/+19
2009-10-29Implement a random file access mode for the XPS parser that uses less memory.Tor Andersson1-49/+0
2009-10-16Move xps_tiff_debug() to the head of xpstiff.c.Ralph Giles1-50/+49
2009-10-09Handle 16-bit samples in getcomp and putcomp used in TIFF BlackIs1 handling.Tor Andersson1-0/+2
2009-10-09Make the libpng input transformations and handling of pixel formats more robu...Tor Andersson1-14/+6
2008-08-21Add copyright and description banners to the xps and svg code.Ralph Giles1-2/+17
2008-05-29Byte swap 16-bit TIFF images to native byte order if necessary.Tor Andersson1-0/+30
2008-03-14Rearrange XPS parser init/deinit code to allow multiple jobs to run in sequen...Tor Andersson1-2/+2
2008-02-04Fix a stupid typo in reading uncompressed TIFF data strips. Should fix most T...Tor Andersson1-4/+14
2007-10-03HD-Photo codec stub.Tor Andersson1-2/+2
2007-09-25Replace the 'private' define with the now standard C keyword 'static'.Ralph Giles1-19/+19
2007-07-16Tiling images. Fix TIFF resolution bug.Tor Andersson1-0/+3
2007-02-20Add stubbed files for visual, image and gradient brushes.Tor Andersson1-0/+1022