graphics/ | |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group |
ext. | |
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 © 2007-2011, 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
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