diff options
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 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*); |