]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[png] Add support for PNG images
authorMichael Brown <mcb30@ipxe.org>
Mon, 6 Jan 2014 17:59:21 +0000 (18:59 +0100)
committerMichael Brown <mcb30@ipxe.org>
Sun, 12 Jan 2014 21:53:16 +0000 (22:53 +0100)
commitc6c80789642c866250bfdce474b3037351bf4fb1
tree4e665a8c6796f5afa8625f26dfa3ff26864906ce
parentf4d2342e5a924ade6dc7f5f41b82932707835104
[png] Add support for PNG images

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/config/config.c
src/config/general.h
src/image/png.c [new file with mode: 0644]
src/include/ipxe/errfile.h
src/include/ipxe/png.h [new file with mode: 0644]
src/tests/png_test.c [new file with mode: 0644]
src/tests/tests.c