loaders: PNG: Add support for 16 bit Grayscale.
commit309a7bbfdc215e46a9e5a4782d13e6be20b374d5
authorCyril Hrubis <metan@ucw.cz>
Sat, 16 Nov 2013 13:59:10 +0000 (16 14:59 +0100)
committerCyril Hrubis <metan@ucw.cz>
Sat, 16 Nov 2013 14:05:36 +0000 (16 15:05 +0100)
tree4a8b0518eb75fbbef00de40770ebbe0e367cdb29
parentd6f5b7524dee82c9886c2605247d72991ee71840
loaders: PNG: Add support for 16 bit Grayscale.

Since we have PIXEL_G16 in config, we can make use of it.

Signed-off-by: Cyril Hrubis <metan@ucw.cz>
libs/loaders/GP_PNG.c