summaryrefslogtreecommitdiff
path: root/docs/thirdparty.html
blob: 5417329709242c096ef3ec314de178f81c02e099 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html>
<head>
<title>Third party libraries used by MuPDF</title>
<link rel="stylesheet" href="style.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>

<body>

<header>
<h1>Third party libraries used by MuPDF</h1>
</header>

<nav>
<a href="http://mupdf.com/index.html">About</a>
<a href="http://mupdf.com/news.html">News</a>
<a href="index.html">Documentation</a>
<a href="http://mupdf.com/downloads/">Downloads</a>
<a href="http://git.ghostscript.com/?p=mupdf.git;a=summary">Source</a>
<a href="https://bugs.ghostscript.com/">Bugs</a>
</nav>

<article>

<p>
These are the third party libraries used by MuPDF.

<table width="100%">
<tr><th>Library <th>Version <th>Function <th>License

<tr><td><i>Required:</i>
<tr><td><a href="http://www.freetype.org/">freetype</a><td>2.6.3<td>Font scaling and rendering <td>BSD-style
<tr><td><a href="http://www.harfbuzz.org/">harfbuzz</a><td>1.3.2 with patches <td>Text shaping <td>MIT-style
<tr><td><a href="http://www.ijg.org/">libjpeg</a><td>9.0 with patches <td>JPEG decoding <td>BSD-style
<tr><td><a href="http://git.ghostscript.com/?p=thirdparty-lcms2.git;a=summary">Incompatible fork of lcms2</a><td>2.9rc1 with patches<td>Color management <td>MIT-style
<tr><td><a href="http://www.openjpeg.org/">openjpeg</a><td>2.1.0 with patches <td>JPEG 2000 decoding <td>BSD-style
<tr><td><a href="http://www.zlib.net/">zlib</a><td>1.2.7<td>Deflate compression <td>zlib License

<tr><td><i>Optional:</i>
<tr><td><a href="http://freeglut.sourceforge.net/">FreeGLUT</a><td>3.0.0 with patches <td>OpenGL API for UI<td>MIT-style
<tr><td><a href="http://curl.haxx.se/">curl</a><td>7.51.0 with patches <td>HTTP data transfer <td>MIT-style
<tr><td><a href="http://www.luratech.com/">Luratech JP2</a><td>N/A<td>JPEG 2000 decoding <td>commercial
<tr><td><a href="http://www.luratech.com/">Luratech JBIG2</a><td>N/A<td>JBIG2 decoding <td>commercial
<tr><td><a href="https://www.itu.int/rec/T-REC-T.835/">JPEG-XR reference</a><td>1.8 with patches <td>JPEG-XR decoding <td>special
</table>

<p>
NOTE:
<a href="http://jbig2dec.com/">jbig2dec</a> and
<a href="http://mujs.com/">MuJS</a>
are included in "thirdparty" but are copyright Artifex Software Inc.

</article>

<footer>
<a href="http://artifex.com"><img src="artifex-logo.png" align="right"></a>
Copyright &copy; 2006-2017 Artifex Software Inc.
</footer>

</body>
</html>