From b8de9285970775d539f09f7bc81d3eae24e410e9 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Mon, 16 Feb 2026 18:30:44 +1100 Subject: feat(bmp): Implement ff_bmp_isvalid function for BMP signature validation --- include/tinyff/image/bmp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/tinyff/image/bmp.h b/include/tinyff/image/bmp.h index 82edff3..8c4fd56 100644 --- a/include/tinyff/image/bmp.h +++ b/include/tinyff/image/bmp.h @@ -36,4 +36,8 @@ typedef struct { } ff_bmp_ctx; +ff_result ff_bmp_isvalid(ff_stream *stream); +ff_result ff_open_bmp(ff_stream *stream, ff_bmp_ctx **out_ctx); + + #endif BMP_H_ \ No newline at end of file -- cgit v1.2.3