f
This commit is contained in:
parent
552b167953
commit
e3e94cff85
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ proc decodeBmp*(data: string): Image =
|
||||||
result[x, result.height - y - 1] = rgba
|
result[x, result.height - y - 1] = rgba
|
||||||
|
|
||||||
proc encodeBmp*(image: Image): string =
|
proc encodeBmp*(image: Image): string =
|
||||||
## Encodes an image into bitmap data.
|
## Encodes an image into the BMP file format.
|
||||||
|
|
||||||
# BMP Header
|
# BMP Header
|
||||||
result.add("BM") # The header field used to identify the BMP
|
result.add("BM") # The header field used to identify the BMP
|
||||||
|
|
Loading…
Reference in a new issue