]> git.draconx.ca Git - liblbx.git/commit
lbximg: Add a new PNG writing routine.
authorNick Bowler <nbowler@draconx.ca>
Tue, 11 Jun 2013 22:29:07 +0000 (18:29 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 14 Jun 2013 20:32:56 +0000 (16:32 -0400)
commit4d1c91362ed7719a1371ad977afd95f79821974f
treeeaa7e8f24e7056c8433c488e8fe31379d2983c7c
parentc81b3f9cfa09bcf212214f006d879585774619e2
lbximg: Add a new PNG writing routine.

This splits out the PNG output from the rest of the lbximg processing,
so that it will be easier to add additional output formats (in par-
ticular, it would be nice to have some sort of text-based format to
facilitate automated testing).

Take this opportunity to vastly improve the error handling.
Makefile.am
configure.ac
src/imgoutput.h [new file with mode: 0644]
src/lbximg.c
src/png.c [new file with mode: 0644]