pixie/fileformats/bmp

    Dark Mode
Search:
Group by:

Procs

proc decodeBmp(data: string): Image {...}{.raises: [PixieError], tags: [].}
Decodes bitmap data into an Image.
proc decodeBmp(data: seq[uint8]): Image {...}{.inline, raises: [PixieError], tags: [].}
proc encodeBmp(image: Image): string {...}{.raises: [], tags: [].}
Encodes an image into the BMP file format.