diff options
| author | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-15 10:18:30 +1100 |
|---|---|---|
| committer | TazyFoundSoup <gardendistrict0x0@outlook.com> | 2026-03-15 10:18:30 +1100 |
| commit | 7f7284e30bba13a345b4303c8c4e63fb7ffb6ee4 (patch) | |
| tree | 518f3097fc7d9d31d06004766deccbf821038c32 /include/tinyff/image | |
| parent | fa74bf27ee1fffe94433bce4c72624df1eb58a61 (diff) | |
feat(image.generic): Add Bitmap as image origin option for
generalisation
Diffstat (limited to 'include/tinyff/image')
| -rw-r--r-- | include/tinyff/image/generic.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
