• Home
Name Date Size #Lines LOC

..--

LICENSED03-May-20242.2 KiB5039

OWNERSD03-May-202423 21

README.chromiumD03-May-2024673 2117

iccjpeg.cD03-May-20248.4 KiB249134

iccjpeg.gypD03-May-2024508 2523

iccjpeg.hD03-May-20242.7 KiB7913

iccjpeg.target.darwin-arm.mkD03-May-20245.8 KiB262213

iccjpeg.target.darwin-mips.mkD03-May-20245.7 KiB258209

iccjpeg.target.darwin-x86.mkD03-May-20245.7 KiB262213

iccjpeg.target.linux-arm.mkD03-May-20245.8 KiB262213

iccjpeg.target.linux-mips.mkD03-May-20245.7 KiB258209

iccjpeg.target.linux-x86.mkD03-May-20245.7 KiB262213

README.chromium

1Name: iccjpeg
2URL: http://www.ijg.org
3Version: unknown
4License: Custom license
5License File: LICENSE
6Security Critical: yes
7License Android Compatible: yes
8
9Description:
10Contain support for ICC color profile on top of jpeg6b (and up) library.
11Original author is Tom Lane, from the IJG group.
12We include the relevant part of the original IJG licensing term
13in the file LICENSE.
14
15Documentation for ICC profile can be found at: http://www.color.org
16
17Local 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