graphics/ | |
License | Copyright © 2007-2011, FreeBASIC Extended Library Development Group |
ext. | |
Types | |
FileHeader | Provided for users wanting to write tga manipulation routines |
Functions | |
load | Loads a Targa Bitmap Image file. |
Copyright © 2007-2011, 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
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