From 1f0f4f83720e3b6f008e6c2dea3dee625d62d3ec Mon Sep 17 00:00:00 2001 From: Graeme Geldenhuys Date: Tue, 7 Apr 2009 09:45:44 +0200 Subject: This is still work in progress. Renamed the xml documentation files to match the unit names. Updated the corelib build script. It's still not ready to be run yet, but it is one step closer. --- docs/xml/corelib/fpg_imgfmt_bmp.xml | 138 ++++++++++++++++++++++++++++++++++++ 1 file changed, 138 insertions(+) create mode 100644 docs/xml/corelib/fpg_imgfmt_bmp.xml (limited to 'docs/xml/corelib/fpg_imgfmt_bmp.xml') diff --git a/docs/xml/corelib/fpg_imgfmt_bmp.xml b/docs/xml/corelib/fpg_imgfmt_bmp.xml new file mode 100644 index 00000000..603564a2 --- /dev/null +++ b/docs/xml/corelib/fpg_imgfmt_bmp.xml @@ -0,0 +1,138 @@ + + + + + + + +BMP image reader implementation +This unit implements a BMP (Bitmap) image reader. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +Reads the internal structure of the BMP file. + + + + + + + + + + + + + + + + + + + + + + + + + +Load's the image from the file specified. +This functions loads the BMP image from the file specified and returns +a TfpgImage object representing the BMP file. + + + + + + + + + +The TfpgImage represeting the BMP file. + + + + +The file name on disk containing the BMP data. + + + + +Creates a TfpgImage representing a BMP file from data in memory. +Creates a TfpgImage representing a BMP file from data in memory. + + + + + + + + + + + + + + +Pointer to BMP data in memory. + + + + +Size of the data in memory to read. + + + + + + -- cgit v1.2.3-70-g09d2