summaryrefslogtreecommitdiffstats
path: root/third_party/qcms/README.chromium
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-23 01:46:02 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-23 01:46:02 +0000
commit8ca4c95564702a77d3d149e436bc7a3ae9a08df1 (patch)
tree0add621e09bc60a00bd7c7d69dacfb486ea48386 /third_party/qcms/README.chromium
parentd5a4dd65f33e42ff766013a4f4ff3cf4a52673e5 (diff)
downloadchromium_src-8ca4c95564702a77d3d149e436bc7a3ae9a08df1.zip
chromium_src-8ca4c95564702a77d3d149e436bc7a3ae9a08df1.tar.gz
chromium_src-8ca4c95564702a77d3d149e436bc7a3ae9a08df1.tar.bz2
Add BGRA output format support to qcms
Define QCMS_OUTPUT_BGRX and add qcms_transform_data_type() api to output BGR or BGRA format for GRAY, GRAYA, RGB, and RGBA input data. Update all color transform functions with an output format argument, use that to select RGBX (the default) or BGRX output format. Add google.patch: patch of the BGRA output changes against upstream qcms and add README.chromium details about google.patch. TODO: send the patch to qcms if accepted for review upstream. Disable Visual Studio warnings when needed. BUG=143 TEST=None AUTHOR=noel@chromium.org original review = http://codereview.chromium.org/10387099/ Review URL: https://chromiumcodereview.appspot.com/10407113 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138414 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/qcms/README.chromium')
-rw-r--r--third_party/qcms/README.chromium6
1 files changed, 5 insertions, 1 deletions
diff --git a/third_party/qcms/README.chromium b/third_party/qcms/README.chromium
index f073143..910adae 100644
--- a/third_party/qcms/README.chromium
+++ b/third_party/qcms/README.chromium
@@ -12,4 +12,8 @@ originally based on tinycms, re-written by Mozilla for better security and
performance. This copy is a source-drop from Mozilla on March 13, 2012.
Local Modifications:
-Some files only have license headers in the master branch. Added the same license headers to the versions brought down from the 'v4' branch.
+Some files only have license headers in the master branch.
+ - Added the same license headers to the versions brought down from the 'v4'
+ branch src URL qcms/tree/v4
+google.patch
+ - Add bgra output support. Apply with patch -p1 < google.patch