diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2018-05-07 16:46:16 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2018-05-16 12:48:07 +0200 |
commit | f4cb197ad36f5ea3ab834abb41d2641daf152622 (patch) | |
tree | e5d7222f7ffb1308c1d060c367f363723151b739 /include/mupdf/fitz/pixmap.h | |
parent | b4e9bdcd4daa09e27e112979750d1f85e3c5496e (diff) | |
download | mupdf-f4cb197ad36f5ea3ab834abb41d2641daf152622.tar.xz |
Purge unused functions.
Diffstat (limited to 'include/mupdf/fitz/pixmap.h')
-rw-r--r-- | include/mupdf/fitz/pixmap.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/mupdf/fitz/pixmap.h b/include/mupdf/fitz/pixmap.h index fcf9d8b3..b0422033 100644 --- a/include/mupdf/fitz/pixmap.h +++ b/include/mupdf/fitz/pixmap.h @@ -285,12 +285,6 @@ void fz_invert_pixmap_rect(fz_context *ctx, fz_pixmap *image, const fz_irect *re void fz_gamma_pixmap(fz_context *ctx, fz_pixmap *pix, float gamma); /* - fz_unmultiply_pixmap: Convert a pixmap from premultiplied to - non-premultiplied format. -*/ -void fz_unmultiply_pixmap(fz_context *ctx, fz_pixmap *pix); - -/* fz_convert_pixmap: Convert an existing pixmap to a desired colorspace. Other properties of the pixmap, such as resolution and position are copied to the converted pixmap. |