diff options
author | Tor Andersson <tor@ghostscript.com> | 2004-11-03 14:55:32 +0100 |
---|---|---|
committer | Tor Andersson <tor@ghostscript.com> | 2004-11-03 14:55:32 +0100 |
commit | c64fd9ffacb8463affc3c02eeebaee11a4028373 (patch) | |
tree | 3864d467f7f2d024f2b2abbef02a81000d0eb31d /include/fitz/image.h | |
parent | 150b4298415cbdbccaf5831d6c2a10a6b665cff7 (diff) | |
download | mupdf-c64fd9ffacb8463affc3c02eeebaee11a4028373.tar.xz |
image masks, inline images and xobject forms
Diffstat (limited to 'include/fitz/image.h')
-rw-r--r-- | include/fitz/image.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fitz/image.h b/include/fitz/image.h index 13d4d096..cfbba169 100644 --- a/include/fitz/image.h +++ b/include/fitz/image.h @@ -10,3 +10,5 @@ struct fz_image_s int w, h, n, a; }; +void fz_dropimage(fz_image *img); + |