[Overview][Procedures and functions][Index] |
Creates a TfpgImage representing a BMP file from data in memory.
Source position: fpg_imgfmt_bmp.pas line 33
function CreateImage_BMP( |
bmp: Pointer; |
bmpsize: LongWord |
):TfpgImage; |
bmp |
|
Pointer to BMP data in memory. |
bmpsize |
|
Size of the data in memory to read. |
Creates a TfpgImage representing a BMP file from data in memory..