commit | 7f1f960d4ffdb47ddb964b7d7753701b402f5214 | [log] [tgz] |
---|---|---|
author | Chris Blume <ProgramMax@gmail.com> | Wed Jan 31 07:13:13 2024 -0500 |
committer | Cosmin Truta <ctruta@gmail.com> | Thu Feb 01 20:49:15 2024 +0200 |
tree | 8d993993f39fa0653defec0a7f30cfbc861e98b9 | |
parent | 59a68c83f0ead9bac34afecba6989b71fb4902bd [diff] |
Add eXIf support to push mode libpng already supports eXIf as of v1.6.31. However, it seems like support was added for normal mode and not added to push mode. Notice PNG_READ_eXIfJSUPPORTED is in pngread.c: https://github.com/pnggroup/libpng/blob/libpng16/pngread.c#L178 but is missing from pngpread.c: https://github.com/pnggroup/libpng/blob/libpng16/pngpread.c#L274 This commit adds eXIf support to push mode. Signed-off-by: Cosmin Truta <ctruta@gmail.com>