From 34ed3770863899755ff688cc86c29aacaf924a5d Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Mon, 17 Jun 2013 22:38:48 +0200 Subject: Move fz_write_pixmap wrapper into pdfextract (its only user). --- include/mupdf/fitz/output-pnm.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'include') 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 @@ -7,17 +7,6 @@ #include "mupdf/fitz/pixmap.h" #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 -- cgit v1.2.3