From: Brendan Dahl Date: Tue, 8 Nov 2011 16:48:10 +0000 (-0800) Subject: Adds cmyk jpg support. Treats the cmyk jpg as a regular stream. X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=9bb2b881b0bd0984b28cab66ef4fcdc084c633c3;p=pdf.js.git Adds cmyk jpg support. Treats the cmyk jpg as a regular stream. --- diff --git a/Makefile b/Makefile index 3e385b1..2b566cb 100644 --- a/Makefile +++ b/Makefile @@ -33,6 +33,7 @@ PDF_JS_FILES = \ pattern.js \ stream.js \ worker.js \ + ../external/jpgjs/jpg.js \ $(NULL) # make server diff --git a/examples/helloworld/index.html b/examples/helloworld/index.html index a48e370..a2485d9 100644 --- a/examples/helloworld/index.html +++ b/examples/helloworld/index.html @@ -22,6 +22,7 @@ + + - +