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 File: src/COPYING | 6 License File: src/COPYING |
| 7 Security Critical: yes | 7 Security Critical: yes |
| 8 | 8 |
| 9 Description: | 9 Description: |
| 10 Contains support for applying an ICC color profile to an image. The code is | 10 Contains support for applying an ICC color profile to an image. The code is |
| 11 originally based on tinycms, re-written by Mozilla for better security and | 11 originally based on tinycms, re-written by Mozilla for better security and |
| 12 performance. This copy is a source-drop from Mozilla on March 13, 2012. | 12 performance. This copy is a source-drop from Mozilla on March 13, 2012. |
| 13 | 13 |
| 14 Local Modifications: | 14 Local Modifications: |
| 15 Some files only have license headers in the master branch. | 15 Some files only have license headers in the master branch. |
| 16 - Added the same license headers to the versions brought down from the 'v4' | 16 - Added the same license headers to the versions brought down from the 'v4' |
| 17 branch src URL qcms/tree/v4 | 17 branch src URL qcms/tree/v4 |
| 18 google.patch | 18 google.patch |
| 19 - Add bgra output support. Apply with patch -p1 < google.patch | 19 - Add bgra output support. Apply with patch -p1 < google.patch |
| 20 - Use HAVE_POSIX_MEMALIGN instead of HAS_POSIX_MEMALIGN | |
|
Evan Stade
2012/05/23 22:53:43
perhaps link to the mozilla bug here.
| |
| OLD | NEW |