From 7f7284e30bba13a345b4303c8c4e63fb7ffb6ee4 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Sun, 15 Mar 2026 10:18:30 +1100 Subject: feat(image.generic): Add Bitmap as image origin option for generalisation --- include/tinyff/image/generic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/tinyff/image/generic.h') diff --git a/include/tinyff/image/generic.h b/include/tinyff/image/generic.h index 8b5bcaa..a0bba62 100644 --- a/include/tinyff/image/generic.h +++ b/include/tinyff/image/generic.h @@ -13,6 +13,7 @@ typedef enum { FF_IMAGE_ORIGIN_PNG, + FF_IMAGE_ORIGIN_BMP } ff_image_origin; // Only the basic information about an image -- cgit v1.2.3