PNG: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:
{{stub}}
{{stub}}


'''PNG''', short for Portable Network Graphics, is a {{w|Lossless compression}} image format. This means image data is perfectly preserved, but at a generally much smaller filesize than uncompressed [[BMP]] or [[TGA]] files. PNGs are particularly suited to images with large sections of solid color, like Computer-generated graphics. [[PNG]] also supports an alpha channel. This format is actively used in {{nightfire|4}}.
'''PNG''', short for Portable Network Graphics, is a {{w|Lossless compression}} image format. This means image data is perfectly preserved, but at a generally much smaller filesize than uncompressed [[BMP]] or [[TGA]] files. PNGs are particularly suited to images with large sections of solid color, like Computer-generated graphics. [[PNG]] also supports an alpha channel.


; Usages
; Usages

Latest revision as of 07:22, 4 November 2025

English (en)Deutsch (de)中文 (zh)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

PNG, short for Portable Network Graphics, is a Wikipedia icon Lossless compression image format. This means image data is perfectly preserved, but at a generally much smaller filesize than uncompressed BMP or TGA files. PNGs are particularly suited to images with large sections of solid color, like Computer-generated graphics. PNG also supports an alpha channel.

Usages

See also