graphics/ tga.bi | |
License | Copyright © 2009, FreeBASIC Extended Library Development Group |
ext. gfx.tga | |
Types | |
FileHeader | Provided for users wanting to write tga manipulation routines |
Functions | |
load | Loads a Targa Bitmap Image file. |
Copyright © 2009, FreeBASIC Extended Library Development Group
Contains code contributed and copyright © 2007 yetifoot
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 tga manipulation routines |
Functions | |
load | Loads a Targa Bitmap Image file. |
Provided for users wanting to write tga manipulation routines
type FileHeader field = 1
Loads a Targa Bitmap Image file.
declare Function load ( byref filename As const String ) As FB.IMAGE Ptr