]> git.draconx.ca Git - liblbx.git/commit
lbximg: Add support for Netpbm output.
authorNick Bowler <nbowler@draconx.ca>
Fri, 14 Jun 2013 22:11:46 +0000 (18:11 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 14 Jun 2013 22:11:46 +0000 (18:11 -0400)
commitaf13a143c8bfcd713216b1382448174e21b9f278
treeaa0d17d05febe698701c076f038a43c0ac4ceecc
parent4e74df93acc6594cd8a212c30dc2b429520caef2
lbximg: Add support for Netpbm output.

These netpbm formats are extremely simple image formats which can
be written with a very small amount of code.  Implement the ASCII
PBM and PPM formats for eventual use in test scripts, and PAM as a
fully-featured format so that we can make libpng optional.
Makefile.am
doc/man/lbximg.1
src/imgoutput.h
src/lbximg.c
src/png.c
src/pnm.c [new file with mode: 0644]