From 3989489a3a786aeb87dbdf30d6468f7fe7438759 Mon Sep 17 00:00:00 2001 From: TazyFoundSoup Date: Thu, 29 Jan 2026 20:21:19 +1100 Subject: feat(png): Keep interlacing value in PNG context --- include/tinyff/image/png.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/tinyff') diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index c2c7db2..3937e8d 100644 --- a/include/tinyff/image/png.h +++ b/include/tinyff/image/png.h @@ -37,6 +37,9 @@ typedef struct { uint8_t bit_depth; uint8_t color_type; + // Interlace method + uint8_t interlace_method; + // Image data ff_png_mode image_mode; -- cgit v1.2.3