summaryrefslogtreecommitdiff
path: root/include/tinyff/image/png.h
diff options
context:
space:
mode:
authorWatson Wheeler <git@tazy.dev>2026-06-28 14:35:59 +1000
committerWatson Wheeler <git@tazy.dev>2026-07-02 19:39:07 +1000
commitae3b5e3e85e240d68c7a7ee273fbc4020b7293de (patch)
tree55f0758d802ad5391d4b0078b753088f558c49c4 /include/tinyff/image/png.h
parent743fc3dc9b0b343aa701461bc8e2ac5fbca2aaf8 (diff)
feat(png): store filter method in png_ctx
Diffstat (limited to 'include/tinyff/image/png.h')
-rw-r--r--include/tinyff/image/png.h1
1 files changed, 1 insertions, 0 deletions
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;