Fixes.
This commit is contained in:
parent
4dc50d9778
commit
c2350c9642
1 changed files with 0 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue