From f5f7c0e4dd83257f526b158e3998970717852a0e Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Wed, 17 Jul 2013 18:42:33 +0100 Subject: Initial work on progressive loading We are testing this using a new -p flag to mupdf that sets a bitrate at which data will appear to arrive progressively as time goes on. For example: mupdf -p 102400 pdf_reference17.pdf Details of the scheme used here are presented in docs/progressive.txt --- platform/win32/libmupdf.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'platform/win32') diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj index ac9e3707..0fdfd672 100644 --- a/platform/win32/libmupdf.vcproj +++ b/platform/win32/libmupdf.vcproj @@ -625,6 +625,10 @@ RelativePath="..\..\source\fitz\stream-open.c" > + + -- cgit v1.2.3