diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-20 22:06:14 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2017-04-20 22:06:14 +0200 |
commit | df16832c0c43015500b4f71aebabbb14e127b447 (patch) | |
tree | e6d6c22fe01ae07c0060c8795b7cea8bc7084da8 /readers.h | |
parent | 3377d6e3a37358bf47c23bd6a9213db354535141 (diff) | |
download | fbida-df16832c0c43015500b4f71aebabbb14e127b447.tar.gz |
fix flip & rotate
Diffstat (limited to 'readers.h')
-rw-r--r-- | readers.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -89,6 +89,8 @@ int load_free_extras(struct ida_image_info *info); void ida_image_alloc(struct ida_image *img); uint8_t *ida_image_scanline(struct ida_image *img, int y); +uint32_t ida_image_stride(struct ida_image *img); +uint32_t ida_image_bpp(struct ida_image *img); void ida_image_free(struct ida_image *img); /* ----------------------------------------------------------------------- */ |