mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-28 23:28:16 +02:00
Adds cmyk jpg support. Treats the cmyk jpg as a regular stream.
This commit is contained in:
parent
234ec25351
commit
9bb2b881b0
8 changed files with 47 additions and 18 deletions
|
@ -22,6 +22,7 @@
|
|||
<script type="text/javascript" src="../../src/pattern.js"></script>
|
||||
<script type="text/javascript" src="../../src/stream.js"></script>
|
||||
<script type="text/javascript" src="../../src/worker.js"></script>
|
||||
<script type="text/javascript" src="../../external/jpgjs/jpg.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
// Specify the main script used to create a new PDF.JS web worker.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue