summaryrefslogtreecommitdiff
path: root/include/mupdf/fitz/document.h
diff options
context:
space:
mode:
authorRobin Watts <robin.watts@artifex.com>2014-02-10 16:54:24 +0000
committerRobin Watts <robin.watts@artifex.com>2014-02-10 17:04:03 +0000
commita4a50269b2c62fddf34445140036e3f61b500d9e (patch)
treee5ab2bf4e75d0b96f0cced8f8e42dde3e564dc54 /include/mupdf/fitz/document.h
parent9b9438fa4210b29023f85bb98c73f8f58a7760d5 (diff)
downloadmupdf-a4a50269b2c62fddf34445140036e3f61b500d9e.tar.xz
Bug 695022: Add TIFF format handler
Patch from Thomas Fach-Pedersen. Many thanks! Add a new format handler that copes with TIFF files. This replaces the TIFF functionality within the image format handler, and is better because this copes with multiple images (as one image per page).
Diffstat (limited to 'include/mupdf/fitz/document.h')
-rw-r--r--include/mupdf/fitz/document.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mupdf/fitz/document.h b/include/mupdf/fitz/document.h
index cda8870a..a3d0b244 100644
--- a/include/mupdf/fitz/document.h
+++ b/include/mupdf/fitz/document.h
@@ -77,6 +77,7 @@ extern fz_document_handler pdf_no_run_document_handler;
extern fz_document_handler xps_document_handler;
extern fz_document_handler cbz_document_handler;
extern fz_document_handler img_document_handler;
+extern fz_document_handler tiff_document_handler;
void fz_register_document_handler(fz_context *ctx, const fz_document_handler *handler);