PNG: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (see also)
m (Nesciuse moved page PNG/en to PNG without leaving a redirect: Move en subpage to basepage)
 
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
'''PNG''', short for Portable Network Graphics, is a losslessly-compressed image format. This means image data is perfectly preserved but at a generally much smaller filesize than uncompressed [[BMP]] or [[TGA]] files. PNGs are particlarly suited to images with large sections of solid color.
{{LanguageBar}}
{{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}}.


==See also==
==See also==
*[[BMP]]
*[[JPG]]
*[[TGA]]
*[[Screenshot]]
*[[Screenshot]]
[[Category:File formats]]
[[Category:Image formats]]
[[Category:Glossary]]
[[Category:Glossary]]

Latest revision as of 08:41, 12 July 2024

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. This format is actively used in James Bond 007: Nightfire James Bond 007: Nightfire.

See also