Source bmpman

From FreeSpace Wiki
Revision as of 06:51, 13 February 2006 by Rousseau (talk | contribs) (Basic info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Summary

Contains high-level routines for loading & manipulating 2d graphics files, in .tga, .jpg, .dds, or .pcx format.

Major Classes/Functions/Structs

Class/Group/Struct Method/Function/Element Notes
bm_* functions bm_load() Loads a graphic from a file. Used all over the place (UI, effects etc)
bm_create() Allocates memory space for a bitmap (eg. for animations, or where a graphic is created in memory rather than loaded).