PNG: Difference between revisions

From Simple Wiki
(Created page with "'''Portable Network Graphics''' is a [https://en.wikipedia.org/wiki/Raster_graphics raster-graphics] file format that supports [https://en.wikipedia.org/wiki/Lossless_compress...")
 
No edit summary
 
Line 1: Line 1:
'''Portable Network Graphics''' is a [https://en.wikipedia.org/wiki/Raster_graphics raster-graphics] file format that supports [https://en.wikipedia.org/wiki/Lossless_compression lossless data compression]. PNG was developed as an improved, non-patented replacement for [[GIF]].
'''Portable Network Graphics''' is a [https://en.wikipedia.org/wiki/Raster_graphics raster-graphics] file format that supports [https://en.wikipedia.org/wiki/Lossless_compression lossless data compression]. PNG was developed as an improved, non-patented replacement for [[GIF]].


NG supports palette-based images (with palettes of 24-bit RGB or 32-bit RGBA colors), grayscale images (with or without an alpha channel for transparency), and full-color non-palette-based RGB or RGBA images. The PNG working group designed the format for transferring images on the Internet, not for professional-quality print graphics; therefore non-RGB color spaces such as CMYK are not supported. A PNG file contains a single image in an extensible structure of chunks, encoding the basic pixels and other information such as textual comments and integrity checks documented in RFC 2083.
PNG supports palette-based images (with palettes of 24-bit RGB or 32-bit RGBA colors), grayscale images (with or without an alpha channel for transparency), and full-color non-palette-based RGB or RGBA images. The PNG working group designed the format for transferring images on the Internet, not for professional-quality print graphics; therefore non-RGB color spaces such as CMYK are not supported. A PNG file contains a single image in an extensible structure of chunks, encoding the basic pixels and other information such as textual comments and integrity checks documented in RFC 2083.

Latest revision as of 16:42, 9 February 2023

Portable Network Graphics is a raster-graphics file format that supports lossless data compression. PNG was developed as an improved, non-patented replacement for GIF.

PNG supports palette-based images (with palettes of 24-bit RGB or 32-bit RGBA colors), grayscale images (with or without an alpha channel for transparency), and full-color non-palette-based RGB or RGBA images. The PNG working group designed the format for transferring images on the Internet, not for professional-quality print graphics; therefore non-RGB color spaces such as CMYK are not supported. A PNG file contains a single image in an extensible structure of chunks, encoding the basic pixels and other information such as textual comments and integrity checks documented in RFC 2083.