palpic.h: fix file endian conversion bugs, and...
commitc475235a721790f544ef6c39fd813cd4e8b97460
authorrofl0r <rofl0r@users.noreply.github.com>
Sat, 2 Nov 2019 18:42:29 +0000 (2 18:42 +0000)
committerrofl0r <rofl0r@users.noreply.github.com>
Sat, 2 Nov 2019 18:42:32 +0000 (2 18:42 +0000)
treed5c28dcf65c5ed6ec8bdcae7ee8e8c265dab89a7
parent6ebf73c48a8a1cd90234593e5e4d38fc46909d3f
palpic.h: fix file endian conversion bugs, and...

i realized that by having palcount as uint8_t, the full range of
256 colors can only be supported if we re-purpose "0" as "256".
since a 0-color image doesn't make sense, this seems pretty
straight-forward.
palpic.h