This commit is contained in:
treeform 2022-02-11 20:08:59 -08:00
parent 4dc50d9778
commit c2350c9642

View file

@ -1,7 +1,5 @@
import bitops, chroma, flatty/binny, pixie/common, pixie/images
import print, strutils
# See: https://en.wikipedia.org/wiki/BMP_file_format
# See: https://bmptestsuite.sourceforge.io/
@ -178,7 +176,6 @@ proc decodeBmp*(data: string): Image {.raises: [PixieError].} =
offset += 3
result[x, result.height - y - 1] = rgba.rgbx()
if bits == 32:
for y in 0 ..< result.height: