loaders: PNG: Add support for loading 16bpp RGB
commit852fad1c42dbd29205b14d721deff3439c8af635
authorCyril Hrubis <metan@ucw.cz>
Mon, 23 Oct 2017 10:23:29 +0000 (23 12:23 +0200)
committerCyril Hrubis <metan@ucw.cz>
Mon, 23 Oct 2017 10:23:29 +0000 (23 12:23 +0200)
tree4132542d4e7d839c363a99c848d6cb1210f0ee19
parent31709183a28656764eb165da6f8492d67102f556
loaders: PNG: Add support for loading 16bpp RGB

The data are converted to 8bpp RGB at this point.

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