summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorRobin Watts <Robin.Watts@artifex.com>2011-04-06 15:13:55 +0100
committerTor Andersson <tor.andersson@artifex.com>2011-04-06 16:42:33 +0200
commit72c4f265ad5659cace51190002dfde2ad1040608 (patch)
treef38d6cc9cf43c7a211a070912c0654f4572ee27d /win32
parent83bf72e448e26f5b9c77abf0e646ec75ffc04c98 (diff)
downloadmupdf-72c4f265ad5659cace51190002dfde2ad1040608.tar.xz
First cut at halftone support. Mono only, 16x16 default halftone.
Add fz_bitmaps (1bpc versions of pixmaps, really). Add fz_halftones (arrays of fz_pixmaps used as threshold arrays). Add simple halftoning code. Add pdfdraw usage of the above (ask for a .pbm and you get a halftoned image).
Diffstat (limited to 'win32')
-rw-r--r--win32/libmupdf.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/libmupdf.vcproj b/win32/libmupdf.vcproj
index 0017a340..d58dc6e4 100644
--- a/win32/libmupdf.vcproj
+++ b/win32/libmupdf.vcproj
@@ -387,6 +387,10 @@
>
</File>
<File
+ RelativePath="..\fitz\res_bitmap.c"
+ >
+ </File>
+ <File
RelativePath="..\fitz\res_colorspace.c"
>
</File>
@@ -395,6 +399,10 @@
>
</File>
<File
+ RelativePath="..\fitz\res_halftone.c"
+ >
+ </File>
+ <File
RelativePath="..\fitz\res_path.c"
>
</File>