eBookReaderSwitch/mupdf/docs/thirdparty.html

52 lines
2.0 KiB
HTML
Raw Permalink Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Third party libraries used by MuPDF</title>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<header>
<h1>Third party libraries used by MuPDF</h1>
</header>
<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.10.0<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.3.0 with patches <td>JPEG 2000 decoding <td>BSD-style
<tr><td><a href="http://www.zlib.net/">zlib</a><td>1.2.11<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.64.1 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://www.artifex.com/"><img src="artifex-logo.png" align="right"></a>
Copyright &copy; 2006-2018 Artifex Software Inc.
</footer>
</body>
</html>