Compression: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
'''Compression''' is the act of making data smaller, either by algorithmically packing data or by algorithmically removing data.
'''Compression''' is the act of making data smaller, either by algorithmically packing data (lossless) or by algorithmically removing data (lossy).


* For various tips on optimizing the file size of Source 1 files, see [[Compression (Source 1)]]
* For various tips on optimizing the file size of Source 1 files, see [[Compression (Source 1)]]

Latest revision as of 08:03, 26 March 2025

Compression is the act of making data smaller, either by algorithmically packing data (lossless) or by algorithmically removing data (lossy).

File formats relevant to Valve's engines which can contain compressed data include:

Icon-disambig.png
This is a disambiguation page, a list of pages that otherwise might share the same title.
If an article link referred you to this title, you might want to go back and fix it to point directly to the intended page.