summaryrefslogtreecommitdiff
path: root/platform/win32
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2014-03-03 18:20:57 +0000
committerRobin Watts <robin.watts@artifex.com>2014-03-04 11:31:49 +0000
commit67aba4046c0d54b03b5f97e0952316eff98c1c2f (patch)
tree6a97c72f9619404898bd24a9bee8a42ca1a2fefc /platform/win32
parent7c4844060a313833202b91767a878c1d87c4a61c (diff)
downloadmupdf-67aba4046c0d54b03b5f97e0952316eff98c1c2f.tar.xz
Add pdf_process for filtering operator streams.
Currently this knows about q/Q matching/eliding and avoiding repeated/unneccesary color/colorspace setting. It will also collect a dictionary of resources used by a page. This can be extended to be cleverer in future.
Diffstat (limited to 'platform/win32')
-rw-r--r--platform/win32/libmupdf.vcproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/win32/libmupdf.vcproj b/platform/win32/libmupdf.vcproj
index 1ac11467..553e7f67 100644
--- a/platform/win32/libmupdf.vcproj
+++ b/platform/win32/libmupdf.vcproj
@@ -806,6 +806,10 @@
>
</File>
<File
+ RelativePath="..\..\source\pdf\pdf-op-filter.c"
+ >
+ </File>
+ <File
RelativePath="..\..\source\pdf\pdf-op-run.c"
>
</File>