Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
BUILD.gn | 10-Mar-2015 | 371 | |
iccjpeg.c | 16-Dec-2014 | 8.4K | |
iccjpeg.gyp | 16-Dec-2014 | 508 | |
iccjpeg.h | 16-Dec-2014 | 2.7K | |
iccjpeg.target.darwin-arm.mk | 10-Mar-2015 | 6.6K | |
iccjpeg.target.darwin-arm64.mk | 10-Mar-2015 | 6.1K | |
iccjpeg.target.darwin-mips.mk | 10-Mar-2015 | 6.2K | |
iccjpeg.target.darwin-mips64.mk | 10-Mar-2015 | 6.2K | |
iccjpeg.target.darwin-x86.mk | 10-Mar-2015 | 6.2K | |
iccjpeg.target.darwin-x86_64.mk | 10-Mar-2015 | 6.2K | |
iccjpeg.target.linux-arm.mk | 10-Mar-2015 | 6.6K | |
iccjpeg.target.linux-arm64.mk | 10-Mar-2015 | 6.1K | |
iccjpeg.target.linux-mips.mk | 10-Mar-2015 | 6.2K | |
iccjpeg.target.linux-mips64.mk | 10-Mar-2015 | 6.2K | |
iccjpeg.target.linux-x86.mk | 10-Mar-2015 | 6.2K | |
iccjpeg.target.linux-x86_64.mk | 10-Mar-2015 | 6.2K | |
LICENSE | 16-Dec-2014 | 2.2K | |
OWNERS | 16-Dec-2014 | 23 | |
README.chromium | 16-Dec-2014 | 673 |
1 Name: iccjpeg 2 URL: http://www.ijg.org 3 Version: unknown 4 License: Custom license 5 License File: LICENSE 6 Security Critical: yes 7 License Android Compatible: yes 8 9 Description: 10 Contain support for ICC color profile on top of jpeg6b (and up) library. 11 Original author is Tom Lane, from the IJG group. 12 We include the relevant part of the original IJG licensing term 13 in the file LICENSE. 14 15 Documentation for ICC profile can be found at: http://www.color.org 16 17 Local Modifications: 18 * On BSD platforms we might need to include to correct header file from 19 the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order 20 to be able to decide which jpeglib.h header to include. 21