JPEG: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (expanded)
m (cat)
Line 2: Line 2:


'''JPEG''' (more commonly seen with the extension .jpg) is an image format which uses [[Wikipedia:Lossy_compression|lossy compression]] to reduce the file size of the image. This results in file sizes that are significantly smaller than uncompressed formats such as [[BMP]] or [[TGA]]. Lossy compression affects image quality, but higher quality JPEGs will have nearly imperceptible artifacts. JPEGs are suitable for photographs and screenshots, but are not preferred for textures or diagrams.
'''JPEG''' (more commonly seen with the extension .jpg) is an image format which uses [[Wikipedia:Lossy_compression|lossy compression]] to reduce the file size of the image. This results in file sizes that are significantly smaller than uncompressed formats such as [[BMP]] or [[TGA]]. Lossy compression affects image quality, but higher quality JPEGs will have nearly imperceptible artifacts. JPEGs are suitable for photographs and screenshots, but are not preferred for textures or diagrams.
==See also==
*[[BMP]]
*[[PNG]]
*[[TGA]]
*[[Screenshot]]
[[Category:Glossary]]

Revision as of 14:50, 17 March 2011

A comparison of JPEG quality, at 1, 50, and 100. Note the visual difference between 50 and 100 is almost unnoticable, but the filesize is roughly ten times as large

JPEG (more commonly seen with the extension .jpg) is an image format which uses lossy compression to reduce the file size of the image. This results in file sizes that are significantly smaller than uncompressed formats such as BMP or TGA. Lossy compression affects image quality, but higher quality JPEGs will have nearly imperceptible artifacts. JPEGs are suitable for photographs and screenshots, but are not preferred for textures or diagrams.

See also