Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Name: iccjpeg | 1 Name: iccjpeg |
| 2 URL: http://www.ijg.org | 2 URL: http://www.ijg.org |
| 3 Version: unknown | 3 Version: unknown |
| 4 License File: LICENSE | 4 License File: LICENSE |
| 5 Security Critical: yes | |
| 5 | 6 |
| 6 Description: | 7 Description: |
| 7 Contain support for ICC color profile on top of jpeg6b (and up) library. | 8 Contain support for ICC color profile on top of jpeg6b (and up) library. |
| 8 Original author is Tom Lane, from the IJG group. | 9 Original author is Tom Lane, from the IJG group. |
| 9 We include the relevant part of the original IJG licensing term | 10 We include the relevant part of the original IJG licensing term |
| 10 in the file LICENSE. | 11 in the file LICENSE. |
| 11 | 12 |
| 12 Documentation for ICC profile can be found at: http://www.color.org | 13 Documentation for ICC profile can be found at: http://www.color.org |
| 14 | |
| 15 Local Modifications: | |
| 16 * On at least OpenBSD we might need to include to correct header file from | |
| 17 the system, so a USE_SYSTEM_LIBJPEG ifdef is added to decide which one | |
|
Mark Mentovai
2011/10/18 18:29:39
You said how you modified it, but you didn’t say w
Robert Nagy
2011/10/18 18:32:22
Done.
| |
| 18 to include. | |
| OLD | NEW |