graphics/ tga.bi

Summary
graphics/ tga.bi
LicenseCopyright © 2009, FreeBASIC Extended Library Development Group
ext. gfx.tga
Types
FileHeaderProvided for users wanting to write tga manipulation routines
Functions
loadLoads a Targa Bitmap Image file.

License

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

ext. gfx.tga

Summary
Types
FileHeaderProvided for users wanting to write tga manipulation routines
Functions
loadLoads a Targa Bitmap Image file.

Types

FileHeader

type FileHeader field = 1

Provided for users wanting to write tga manipulation routines

Functions

load

declare Function load (byref filename As const String) As FB.IMAGE Ptr

Loads a Targa Bitmap Image file.

Parameters

filenamethe tga image to load.

Returns

Pointer to tga image in memory.

type FileHeader field = 1
Provided for users wanting to write tga manipulation routines
declare Function load (byref filename As const String) As FB.IMAGE Ptr
Loads a Targa Bitmap Image file.