graphics/ bmp.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
ext. gfx.bmp | |
Types | |
FileHeader | Provided for users wanting to write bmp manipulation routines |
InfoHeader | Provided for users wanting to write bmp manipulation routines |
bmp_header | Provided for users wanting to write bmp manipulation routines |
Functions | |
load | Attempts to load a bitmap to a FBGFX buffer. |
Copyright © 2009, FreeBASIC Extended Library Development Group
Distributed under the FreeBASIC Extended Library Group license. See accompanying file LICENSE.txt or copy at http://code.google.com- /p- /fb-extended-lib- /wiki- /License
Types | |
FileHeader | Provided for users wanting to write bmp manipulation routines |
InfoHeader | Provided for users wanting to write bmp manipulation routines |
bmp_header | Provided for users wanting to write bmp manipulation routines |
Functions | |
load | Attempts to load a bitmap to a FBGFX buffer. |
Provided for users wanting to write bmp manipulation routines
type FileHeader field = 1
Provided for users wanting to write bmp manipulation routines
type InfoHeader field = 1
Provided for users wanting to write bmp manipulation routines
type bmp_header field = 1
Attempts to load a bitmap to a FBGFX buffer.
declare Function load ( byref filename As const String ) As FB.IMAGE Ptr