]> git.draconx.ca Git - liblbx.git/commit
lbximg: Push no-palette mode down into the PNG writer.
authorNick Bowler <nbowler@draconx.ca>
Fri, 14 Jun 2013 01:16:36 +0000 (21:16 -0400)
committerNick Bowler <nbowler@draconx.ca>
Fri, 14 Jun 2013 20:35:09 +0000 (16:35 -0400)
commit4ec9360786d0bb19cffc76818c1a4c33043f68e1
treebf2f3c8ea3e94b4ec5ad5f55d250cdf6a23edf30
parente7aea0c6f323c6bbf364093305e60bb78999a23f
lbximg: Push no-palette mode down into the PNG writer.

This allows the writer to select the most appropriate output format to
support this mode.  Switch the PNG writer to emit true grayscale images
in this case.
src/lbximg.c
src/png.c