Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: Quick Color Management System | 1 Name: Quick Color Management System |
| 2 Short Name: qcms | 2 Short Name: qcms |
| 3 URL: https://github.com/jrmuizel/qcms/tree/v4 | 3 URL: https://github.com/jrmuizel/qcms/tree/v4 |
| 4 Version: v4 | 4 Version: v4 |
| 5 Date: 2012-03-13 | 5 Date: 2012-03-13 |
| 6 License: MIT | 6 License: MIT |
| 7 License File: src/COPYING | 7 License File: src/COPYING |
| 8 Security Critical: yes | 8 Security Critical: yes |
| 9 | 9 |
| 10 Description: | 10 Description: |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 136 - Fix para curve tag interval paramater use | 136 - Fix para curve tag interval paramater use |
| 137 - https://code.google.com/p/chromium/issues/detail?id=580920 | 137 - https://code.google.com/p/chromium/issues/detail?id=580920 |
| 138 - Verify internal sRGB profile tristimulus match the standard sRGB profile | 138 - Verify internal sRGB profile tristimulus match the standard sRGB profile |
| 139 - https://code.google.com/p/chromium/issues/detail?id=580917 | 139 - https://code.google.com/p/chromium/issues/detail?id=580917 |
| 140 - Expose unsigned short version of TRC curve | 140 - Expose unsigned short version of TRC curve |
| 141 - https://code.google.com/p/chromium/issues/detail?id=495196 | 141 - https://code.google.com/p/chromium/issues/detail?id=495196 |
| 142 - Add qcms_profile_ntsc_relative_gamut_size api | 142 - Add qcms_profile_ntsc_relative_gamut_size api |
| 143 - https://code.google.com/p/chromium/issues/detail?id=582870 | 143 - https://code.google.com/p/chromium/issues/detail?id=582870 |
| 144 - Fix build issue of qcms_tests for MIPS Linux | 144 - Fix build issue of qcms_tests for MIPS Linux |
| 145 - https://code.google.com/p/chromium/issues/detail?id=590227 | 145 - https://code.google.com/p/chromium/issues/detail?id=590227 |
| 146 - Built internal sRGB profile from official D50 colorants and white point | |
|
Noel Gordon
2016/03/25 10:21:57
Make this match the change description.
| |
| 147 - https://code.google.com/p/chromium/issues/detail?id=580917 | |
| 146 | 148 |
| 147 For the Chromium changes, since the import, in a patch format run: | 149 For the Chromium changes, since the import, in a patch format run: |
| 148 git diff b8456f38 src | 150 git diff b8456f38 src |
| OLD | NEW |