Consts
bmpSignature = "BM"
- Source Edit
Procs
proc decodeBmp(data: string): Image {....raises: [PixieError], tags: [].}
- Decodes bitmap data into an Image. Source Edit
proc decodeBmpDimensions(data: string): ImageDimensions {....raises: [PixieError], tags: [].}
- Decodes the BMP dimensions. Source Edit
proc decodeDib(data: pointer; len: int; lpBitmapInfo = false): Image {. ...raises: [PixieError], tags: [].}
- Decodes DIB data into an Image. Source Edit