summaryrefslogtreecommitdiff
path: root/iccprofiles
Commit message (Collapse)AuthorAgeFilesLines
* Bug 691732 Add support for e-sRGB and ROMMRGB color spacesMichael Vrhel2019-01-072-0/+0
| | | | | JPX images can have an enumerated color space that indicates e-sRGB or ROMMRGB.
* Bug 698828: Change of TRC in default_gray.iccMichael Vrhel2018-12-191-0/+0
| | | | | | | Reviewing this bug revealed that out default_gray.icc profile had a gamma of 1.8. The proper gamma should be the same as that used by default_rgb.icc which has the sRGB color space TRC. This commit fixes the issue. Unfortunately this is going to cause a huge number of changed files.
* Bug 700383: Add support for scRGBMichael Vrhel2018-12-181-0/+0
| | | | | | | | | | | XPS files can define RGB colors with things like Fill="sc#1, 0.0231533665, 0.08021982, 0.226965874" This implies that the color space is not sRGB (the standard default in XPS) but rather scRGB which shares the primaries of sRGB but has a gamma of 1.0. Lots of progressions in the XPS files expected with this commit.
* Add a profile for a particular RGB color spaceMichael Vrhel2018-12-071-0/+0
|
* Add back icc support for PNG outputMichael Vrhel2017-04-148-0/+0
| | | | | | | | When the png library was updated, the embedded ICC profile was no longer getting written. This fixes the issue as well as fixes a minor issue in our setting of D50 in the resource ICC profiles which prompted a warning from the PNG library.
* Commit of build_consolidation branchChris Liddell2015-07-2010-0/+0
Squashed into one commit (see branch for details of the evolution of the branch). This brings gpcl6 and gxps into the Ghostscript build system, and a shared set of graphics library object files for all the interpreters. Also, brings the same configuration options to the pcl and xps products as we have for Ghostscript.