summaryrefslogtreecommitdiff
path: root/include/fitz/image.h
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2004-10-26 10:24:06 +0200
committerTor Andersson <tor@ghostscript.com>2004-10-26 10:24:06 +0200
commit49a070da0310ee57cb332e80275f19155bc2c479 (patch)
tree7826c0c2a1b62917cc0fcd1e47f43d11d99c7105 /include/fitz/image.h
parent531800e0723dee005d4912cdc6ca12466ca8f18a (diff)
downloadmupdf-49a070da0310ee57cb332e80275f19155bc2c479.tar.xz
clean up pixmap and image code
Diffstat (limited to 'include/fitz/image.h')
-rw-r--r--include/fitz/image.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fitz/image.h b/include/fitz/image.h
index 0ff954c5..ea3ebaa9 100644
--- a/include/fitz/image.h
+++ b/include/fitz/image.h
@@ -1,5 +1,7 @@
typedef struct fz_image_s fz_image;
+/* loadtile will fill a pixmap with the pixel samples. non-premultiplied alpha. */
+
struct fz_image_s
{
fz_error* (*loadtile)(fz_image*,fz_pixmap*);