aboutsummaryrefslogtreecommitdiffstats
path: root/readers.h
diff options
context:
space:
mode:
Diffstat (limited to 'readers.h')
-rw-r--r--readers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/readers.h b/readers.h
index 1ad0e94..171ac76 100644
--- a/readers.h
+++ b/readers.h
@@ -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);
/* ----------------------------------------------------------------------- */