PNG: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Created page with ''''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 tha…')
 
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.
'''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.
[[Category:Glossary]]

Revision as of 17:34, 5 March 2011

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.