summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTor Andersson <tor.andersson@artifex.com>2013-06-17 22:38:48 +0200
committerTor Andersson <tor.andersson@artifex.com>2013-06-18 17:37:13 +0200
commit34ed3770863899755ff688cc86c29aacaf924a5d (patch)
treefe2b6e3b80bb6c39323dd1bf8fec77755710f648 /include
parent923ab857eed6cd29b539910bf74be2aa26d71f39 (diff)
downloadmupdf-34ed3770863899755ff688cc86c29aacaf924a5d.tar.xz
Move fz_write_pixmap wrapper into pdfextract (its only user).
Diffstat (limited to 'include')
-rw-r--r--include/mupdf/fitz/output-pnm.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/mupdf/fitz/output-pnm.h b/include/mupdf/fitz/output-pnm.h
index f4cc6735..8094aedb 100644
--- a/include/mupdf/fitz/output-pnm.h
+++ b/include/mupdf/fitz/output-pnm.h
@@ -8,17 +8,6 @@
#include "mupdf/fitz/bitmap.h"
/*
- fz_write_pixmap: Save a pixmap out.
-
- name: The prefix for the name of the pixmap. The pixmap will be saved
- as "name.png" if the pixmap is RGB or Greyscale, "name.pam" otherwise.
-
- rgb: If non zero, the pixmap is converted to rgb (if possible) before
- saving.
-*/
-void fz_write_pixmap(fz_context *ctx, fz_pixmap *img, char *name, int rgb);
-
-/*
fz_write_pnm: Save a pixmap as a pnm
filename: The filename to save as (including extension).