PNG: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Nesciuse moved page PNG/en to PNG without leaving a redirect: Move en subpage to basepage)
No edit summary
 
(One intermediate revision by the same user not shown)
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
* {{Steamicon|2}} supports taking PNG screenshots.
* {{matedit|2}} supports PNG as an input format for creating [[vtex_c]] textures.
* {{nightfire|2}} uses PNG as it's primary texture format.


==See also==
==See also==

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