From ae3b5e3e85e240d68c7a7ee273fbc4020b7293de Mon Sep 17 00:00:00 2001 From: Watson Wheeler Date: Sun, 28 Jun 2026 14:35:59 +1000 Subject: feat(png): store filter method in png_ctx --- include/tinyff/image/png.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index 5d55b40..e10eea9 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -36,6 +36,7 @@ typedef struct { // Color information uint8_t bit_depth; uint8_t color_type; + uint8_t filter_method; // Interlace method uint8_t interlace_method; -- cgit v1.2.3