PNG

From Simple Wiki
Revision as of 16:33, 9 February 2023 by ScanStoreAlex (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

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.