[png] Add support for PNG images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2014-01-06 18:59:21 +01:00
parent f4d2342e5a
commit c6c8078964
7 changed files with 3185 additions and 0 deletions

1993
src/tests/png_test.c Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -51,3 +51,4 @@ REQUIRE_OBJECT ( ocsp_test );
REQUIRE_OBJECT ( cms_test );
REQUIRE_OBJECT ( pnm_test );
REQUIRE_OBJECT ( deflate_test );
REQUIRE_OBJECT ( png_test );