From e3e94cff85481b08217b660baecff4635cccb76b Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Fri, 20 Nov 2020 18:20:30 -0600 Subject: [PATCH] f --- src/pixie/fileformats/bmp.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie/fileformats/bmp.nim b/src/pixie/fileformats/bmp.nim index d63021d..d859584 100644 --- a/src/pixie/fileformats/bmp.nim +++ b/src/pixie/fileformats/bmp.nim @@ -47,7 +47,7 @@ proc decodeBmp*(data: string): Image = result[x, result.height - y - 1] = rgba proc encodeBmp*(image: Image): string = - ## Encodes an image into bitmap data. + ## Encodes an image into the BMP file format. # BMP Header result.add("BM") # The header field used to identify the BMP