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: Custom license | 4 License: Custom license |
5 License File: LICENSE | 5 License File: LICENSE |
6 Security Critical: yes | 6 Security Critical: yes |
| 7 Android Compatibility: yes |
7 | 8 |
8 Description: | 9 Description: |
9 Contain support for ICC color profile on top of jpeg6b (and up) library. | 10 Contain support for ICC color profile on top of jpeg6b (and up) library. |
10 Original author is Tom Lane, from the IJG group. | 11 Original author is Tom Lane, from the IJG group. |
11 We include the relevant part of the original IJG licensing term | 12 We include the relevant part of the original IJG licensing term |
12 in the file LICENSE. | 13 in the file LICENSE. |
13 | 14 |
14 Documentation for ICC profile can be found at: http://www.color.org | 15 Documentation for ICC profile can be found at: http://www.color.org |
15 | 16 |
16 Local Modifications: | 17 Local Modifications: |
17 * On BSD platforms we might need to include to correct header file from | 18 * On BSD platforms we might need to include to correct header file from |
18 the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order | 19 the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order |
19 to be able to decide which jpeglib.h header to include. | 20 to be able to decide which jpeglib.h header to include. |
OLD | NEW |