diff options
| author | Watson Wheeler <git@tazy.dev> | 2026-06-28 14:35:59 +1000 |
|---|---|---|
| committer | Watson Wheeler <git@tazy.dev> | 2026-06-28 14:35:59 +1000 |
| commit | 88dbada3c82e2ed7b3daa1ce3e992b2d30adb715 (patch) | |
| tree | 898a85ecb11fe7135398c75e075a0bf3bf0ed557 /include/tinyff/image | |
| parent | 691e99a2f2d073140a76d7671928a7b87a122dbf (diff) | |
feat(png): store filter method in png_ctx
Diffstat (limited to 'include/tinyff/image')
| -rw-r--r-- | include/tinyff/image/png.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/tinyff/image/png.h b/include/tinyff/image/png.h index fb064db..91ec477 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; |
