BMP

From Valve Developer Community
Revision as of 08:16, 13 July 2023 by SirYodaJedi (talk | contribs) (Mark as needing updated)
Jump to navigation Jump to search
English (en)Deutsch (de)中文 (zh)Translate (Translate)
Broom icon.png
This article or section needs to be updated to include current information regarding the subject because:
BMPs are used extensively in GoldSrc GoldSrc, moreso than TGAs.
Remember to check for any notes left by the tagger at this article's talk page.

BMP, short for bitmap, is an uncompressed image format. BMP image files are generally very large in size and unsuitable for most purposes, though they can be used for textures before the textures are converted to VTF format.

A better alternative to BMP is PNG, as this format uses lossless compression techniques to perfectly preserve the image in a lower file size.

TGA (Targa) files are widely used for texture creation/saving before conversion to VTF. TGA files are generally uncompressed and take up similar amounts of space to BMP files.

See also