summaryrefslogtreecommitdiffstats
path: root/third_party/iccjpeg/README.chromium
blob: 941398953793cded8e9e01e4c162ef7eb3024770 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Name: iccjpeg
URL: http://www.ijg.org
Version: unknown
License: Custom license
License File: LICENSE
Security Critical: yes

Description:
Contain support for ICC color profile on top of jpeg6b (and up) library.
Original author is Tom Lane, from the IJG group.
We include the relevant part of the original IJG licensing term
in the file LICENSE.

Documentation for ICC profile can be found at: http://www.color.org

Local Modifications:
* On BSD platforms we might need to include to correct header file from
  the system, so a USE_SYSTEM_LIBJPEG ifdef is added to iccjpeg.h in order
  to be able to decide which jpeglib.h header to include.