bmp: Rewrote the RLE decompressor
commitd5ac72b7caede63075d2265db2ec191dcabf189d
authorJason Summers <jason1@pobox.com>
Wed, 30 Oct 2024 18:55:37 +0000 (30 14:55 -0400)
committerJason Summers <jason1@pobox.com>
Fri, 1 Nov 2024 11:34:13 +0000 (1 07:34 -0400)
treeed3772b0a4ff43dcb5b5a996259d169e8cf94c5d
parent230b088c157f4efc433f3a9d051e63d8a39c087f
bmp: Rewrote the RLE decompressor

In rare cases, there's a slight change in the output file.
The underlying color of transparent pixels is now palette entry 0,
instead of black.
modules/bmp.c