From 9463d7a87f46c4f50cb1074424c9c3ecda7a5da1 Mon Sep 17 00:00:00 2001 From: Robin Watts Date: Tue, 4 Sep 2012 14:25:41 +0100 Subject: Refactor compressed stream loading. Refactor 'short stopped' image stream loading into fz_compressed_buffer loading. Nicer overall, and reflects the fact that this can be used for non-image streams that we want to hold compressed in memory (for instance for shading streams). This is a preparatory step for pdfwrite, and enables further shading memory use optimisations. Remove unused jbig2 function pointer from the fz_compression_params (previously fz_image_params) structure to avoid confusion. --- win32/libmupdf.vcproj | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'win32') diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj index e7d189d3..726b23a0 100644 --- a/win32/libmupdf.vcproj +++ b/win32/libmupdf.vcproj @@ -557,6 +557,10 @@ RelativePath="..\fitz\stm_buffer.c" > + + -- cgit v1.2.3